swtchart 0.10.0-4 source package in Ubuntu
Changelog
swtchart (0.10.0-4) unstable; urgency=medium * Team upload. * Update Standards-Version to 4.5.0 * Use debhelper-compat. - Update compat level to 13. * Add links to jar file for maven. * Add pom files and install them. * Remove whitespace from d/control. -- Sudip Mukherjee <email address hidden> Tue, 02 Jun 2020 23:28:51 +0100
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
swtchart_0.10.0-4.dsc | 2.1 KiB | faabed033c64b3c61951b4d4145f85d4ac88b8e1ba64844c16b588efa8aaf88e |
swtchart_0.10.0.orig.tar.gz | 76.2 KiB | aa3f6b9443a1a272153b3b26c922bb8a1e0854b365ac9756a944ba073d237dfb |
swtchart_0.10.0-4.debian.tar.xz | 6.9 KiB | bcdec85327c53795ff7afadb8c80a49e477c5a808a36bc05a2224f35d10858e8 |
Available diffs
- diff from 0.10.0-3 to 0.10.0-4 (1.6 KiB)
No changes file available.
Binary packages built by this source
- libswtchart-java: 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.
- libswtchart-java-doc: Chart drawing SWT component (documentation)
This package contains Javadoc API documentation for SWTChart.