File: control

package info (click to toggle)
swtchart 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 800 kB
  • ctags: 1,369
  • sloc: java: 8,599; xml: 55; makefile: 8
file content (56 lines) | stat: -rw-r--r-- 1,933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: swtchart
Priority: optional
Section: java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 9),
               javahelper,
               default-jdk,
               ant,
               libswt-gtk-4-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/swtchart.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/swtchart.git
Homepage: http://www.swtchart.org

Package: libswtchart-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Suggests: libswtchart-java-doc
Description: Chart drawing SWT component
 SWTChart is a chart component which has following basic functionalities:
  * line chart
  * scatter chart
  * stack chart
  * log scale
  * category axis
  * multiple axes
  * bar chart
  * area chart
  * step chart
  * axis orientation
  * series label 
 .
 All of widgets in SWTChart are composed of SWT, so that you can easily hock
 listeners to widgets, and also you can easily extend the functionality without
 expertise of AWT.
 .
 SWTChart provides an ability to handle large data size of series. Even if
 showing 1,000,000 data points, repainting or resizing chart panel doesn't take
 long time. The internal algorithm is not to simply sample the data with a
 certain interval but to thin out only the data which doesn't make sense to show
 in current screen resolution. Therefore, even if there are prominent peaks in
 large data points, the peaks won't be lost in the screen.
 .
 SWTChart has minimum basic functionalities. SWTChart doesn't have any
 dependencies other than SWT, and even JFace is not required.

Package: libswtchart-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libswtchart-java
Description: Chart drawing SWT component (documentation)
 This package contains Javadoc API documentation for SWTChart.