swtchart 0.10.0-3 source package in Ubuntu

Changelog

swtchart (0.10.0-3) unstable; urgency=medium

  * Team upload.
  * Port to Eclipse 4
  * Bump policy version (no changes)

 -- Jochen Sprickerhof <email address hidden>  Wed, 24 Oct 2018 22:40:51 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe java

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
swtchart_0.10.0-3.dsc 2.1 KiB ca336ccadcd0217af34b19c0e4d1ba42d65f4a98534757266811c7dd43936f94
swtchart_0.10.0.orig.tar.gz 76.2 KiB aa3f6b9443a1a272153b3b26c922bb8a1e0854b365ac9756a944ba073d237dfb
swtchart_0.10.0-3.debian.tar.xz 6.4 KiB f9c9c3caa9922a4618b582a6930bc1e7d19993cf3118b3684c16f6aba7c2a0fe

Available diffs

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: No summary available for libswtchart-java-doc in ubuntu groovy.

No description available for libswtchart-java-doc in ubuntu groovy.