Package fr.esrf.tangoatk.widget.util.chart
package fr.esrf.tangoatk.widget.util.chart
Contains a set of classes to handle 2D scientific plots. It is also
oriented to display real time data along a time axis.
Line plot and bar-graph.
Line styles: color , pattern and marker.
Filling styles: color , pattern.
Axis labeling and grid.
Automatic deletion of old data (for real time monitoring).
AutoScaling.
Linear and Logarithmic scale.
User interaction: tooltip , advanced configuration dialogs.
Header and legend.
Polynomial transform (2nd order).
XY monitoring.
Zoom.
Fast repaint.
AntiAliased font.
Configuration file.
JLChart supports :
Sample applications:
![]() |
This application demonstrates how to the use JLChart to make bar chart.
|
![]() |
This application demonstrates how to the use JLChart to monitor some values in real time.
|
![]() |
This application demonstrates how to the use JLChart to monitor some values in real time. The time axis
is not displayed (XY mode) but you can have the time stamp by clicking on a point.
|
![]() |
This application demonstrates how to the use JLChart to plot a random curve. It also shows how to cutstomize the value tooltip.
|
-
ClassDescriptionA class to build a axis setting panel.A class to parse configuration fileA class to handle bar chart fill color.Class to handle plot data (LinkedList).An interface to handle some user defined action available from the chart contextual menuAn interface to handle some event comming from the chartClass which handles chart axis.A Class to handle 2D graphics plot.Event sent when when the user select a user action from the contextual menuEvent sent when when the user click on the graphA class to display global graph settings dialog.A class to handle data view.A class to display dataview settings dialog.Table dialog.Helper class for load/save graph settings.A class to handle search result.JLChart statistic frame



