diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-08-30 14:03:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-08-30 14:03:12 +0800 |
commit | e2921947bf815403e199b306c1ec3932c15ca57c (patch) | |
tree | 54aa7615e8ba27880200321598a13711f44e0756 /java/jcckit/pkg-descr | |
parent | 6f819bdf052d627d9427564a7b9e07ae472d4988 (diff) | |
download | freebsd-ports-gnome-e2921947bf815403e199b306c1ec3932c15ca57c.tar.gz freebsd-ports-gnome-e2921947bf815403e199b306c1ec3932c15ca57c.tar.zst freebsd-ports-gnome-e2921947bf815403e199b306c1ec3932c15ca57c.zip |
add jcckit 1.0
Java Chart Construction Kit
Diffstat (limited to 'java/jcckit/pkg-descr')
-rw-r--r-- | java/jcckit/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/java/jcckit/pkg-descr b/java/jcckit/pkg-descr new file mode 100644 index 000000000000..3be6ae6461ac --- /dev/null +++ b/java/jcckit/pkg-descr @@ -0,0 +1,20 @@ +The Java Chart Constuction Kit (JCCKit) is a small (< 100Kb) Java library and a +very flexible framework for creating scientific charts and plots. + +The main purpose is to provide a flexible kit for writing Java applets and +application with the need for visualizing scientific data. If you are looking +for a lean scientific chart and plot library without all the unwanted bells and +whistles of the heavy competitors try JCCKit. + +The key features of JCCKit are: + * small (< 100Kb jar file) + * highly configurable due to a sophisticated configuration concept + * extensible (1/3 of all classes are interfaces or abstract classes.) + * automatic updating if data changes + * easy programming of dynamic charts and plots + * automatic rescaling if canvas size changes + * out-of-the-box applet for presenting static data on a web page without + Java programming + * automatically generates a legend + +WWW: http://jcckit.sourceforge.net/ |