Source: swtchart Priority: optional Section: java Maintainer: Debian Java Maintainers Uploaders: Jakub Adam Build-Depends: debhelper-compat (= 13), javahelper, default-jdk, ant, libswt-gtk-4-java, libeclipse-jface-java, libeclipse-core-commands-java, Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/swtchart.git Vcs-Browser: https://salsa.debian.org/java-team/swtchart Rules-Requires-Root: no 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 Multi-Arch: foreign Section: doc Depends: ${misc:Depends} Suggests: libswtchart-java Description: Chart drawing SWT component (documentation) This package contains Javadoc API documentation for SWTChart.