|
Class Summary |
| AbstractSerie |
The AbstractSerie class is the super class of all series in
the JetChart Library. |
| AreaSerie |
This class implements the properties and methods of an area series. |
| Axis |
This class is the abstract representation of the vertical and horizontal axis. |
| BarSerie |
This class implements the properties and methods of a bar series. |
| BottomTitle |
This class implements the properties and methods of the bottom title. |
| BubbleSerie |
This class implements the properties and methods of bubble series. |
| CandleStickSerie |
This class implements the properties and methods of a candlestick series. |
| ChartEncoder |
Charts created with JetChart can be encoded into a JPEG, PNG, GIF or SVG output stream. |
| GaugeFrame |
This class implements the properties of a gauge chart frame, which is made up
of a circle or semi-circle surrounding the gauge area, the gauge area itself and
a needle connector. |
| GaugeGraph |
A gauge chart is used to show the progress of a running process using a
visual indicator plotted against a predefined range of values. |
| GaugeGraphEventListener |
This class implements callback methods to handle mouse events dispatched
by the GaugeGraph class. |
| GaugeLed |
A gauge chart led is a color-filled circle placed within the gauge frame
area and associated with a gauge series to show whether a threshold value has
been reached or not. |
| GaugeScale |
The numerical scale of a gauge chart is placed along the border of the
gauge frame. |
| GaugeSerie |
A gauge chart indicates the current value using a needle that points to
the corresponding position within a scale range. |
| GaugeZone |
Areas within the tracking zone of a gauge series' needle can be
delimited to indicate the state of a gauge series' value. |
| GenericGraph |
The chart context is a subclass of java.awt.Panel or javax.swing.JPanel, depending
on whether AWT or Swing applications are developed with JetChart. |
| GifEncoder |
|
| GradientPanel |
The GradientPanel class is the super class of the GenericGraph class, the chart context
used to plot all types of series. |
| Graph |
The Graph class implements the graphic context of series whose data points are plotted
against only one scale and follow a regular progression along the horizontal or vertical
axis, if chart is vertical or horizontal respectively. |
| GraphEventListener |
This class implements callback methods to handle mouse events dispatched
by the Graph class. |
| GraphSerie |
This class is the superclass of all series whose data points are plotted against only
one scale and are associated with descriptive labels, as line series, bar series,
area series,etc. |
| GraphSet |
A GraphSet is a subset of all series added to the chart context. |
| Grid |
The Grid class paints a chart grid. |
| GridCrossedLines |
The GridCrossedLines class paints perpendicular lines crossing a grid. |
| ImageSerie |
The ImageSerie class plots a series whose data points are depicted as images. |
| Java2Adapter |
JetChart is a java class library compatible with earlier Java versions,
which don't implement more complex and advanced graphic features as antialiasing
and rotated texts. |
| JpegEncoder |
|
| LabelsZone |
A labels zone is a color filled polygon horizontally or vertically painted across
the chart area. |
| LeftTitle |
This class implements the properties and methods of the left title. |
| Legend |
The Legend class implements the legend box to display series titles. |
| LineSerie |
This class implements the properties and methods of a line series. |
| Note |
The Note class displays notes on the chart area. |
| OHLCBarSerie |
This class implements the properties and methods of an OHLC bar series. |
| OHLCLineSerie |
This class implements the properties and methods of an OHLC line series. |
| OHLCSerie |
OHLC charts are a viable and effective tool for stock and commodity timing and
analysis. |
| OHLCStickSerie |
This class implements the properties and methods inherited by subclasses
OHLCBarSerie and CandleStickSerie. |
| PieGraph |
The PieGraph class implements the graphic context of pie series. |
| PieGraphEventListener |
This class implements callback methods to handle mouse events dispatched
by the PieGraph class. |
| PieSerie |
This class paints a pie series. |
| PngEncoder |
This class is merely an extension of com.jinsight.svg.PNGEnc, which is the
real implementation of the PNG encoding algorithm. |
| PointSerie |
This class implements the properties and methods of points series. |
| PolarAreaSerie |
This class implements the properties and methods of a polar area
series. |
| PolarBubbleSerie |
This class implements the properties and methods of a polar bubble
series. |
| PolarGraph |
A polar graph consists of one or more series of data points plotted on a
polar coordinate system delimited by a circular area. |
| PolarGraphEventListener |
This class implements callback methods to handle mouse events dispatched
by the PolarGraph class. |
| PolarGrid |
The polar grid consists of circles painted outwards starting from the
center of the polar graph. |
| PolarImageSerie |
This class implements the properties and methods of a polar image
series. |
| PolarLineSerie |
This class implements the properties and methods of a polar line
series. |
| PolarPointSerie |
This class implements the properties and methods of a polar point
series. |
| PolarSerie |
This class implements the properties common to polar series. |
| Quadrant |
A quadrant is one of the four rectangular areas formed by the intersection
of a vertical and a horizontal axis. |
| RadarAreaSerie |
A radar area series is an extension of a radar line series, inheriting
the properties of the class RadarLineSerie. |
| RadarGraph |
A radar graph is used to simultaneously display many variables associated
with different conditions being analysed. |
| RadarGraphEventListener |
This class implements callback methods to handle mouse events dispatched
by the RadarGraph class. |
| RadarGrid |
The radar chart grid consists of concentric circles painted with respect to the
ticks coordinates of the first RadarScale object, the one that is painted along
the 90 degrees radial axis. |
| RadarLineSerie |
A radar line series displays a contiguous line as the border of an empty
polygon where the vertexes are the data points' coordinates. |
| RadarPointSerie |
A radar point series paints geometrical shapes on data points' coordinates. |
| RadarScale |
A radar graph displays a scale along each radial axis. |
| RadarSerie |
A radar series is a sequence of values associated with variables
displayed against a radar graph. |
| RegressionLine |
A regression line is a statistical tool used to predict future values from past values. |
| RightTitle |
This class implements the properties and methods of the right title. |
| Scale |
This class implements the properties and methods of a chart scale. |
| ScatterGraph |
The ScatterGraph class implements the graphic context of scatter series. |
| ScatterGraphEventListener |
This class implements callback methods to handle mouse events dispatched
by the ScatterGraph class. |
| ScatterSerie |
This class implements the properties common to scatter series. |
| ScrollingBar |
A scrolling bar is a vertical or horizontal line which slides across
a GraphSet object area following the mouse cursor, crossing series data points
with the same labels coordinates. |
| ScrollingLabel |
A scrolling label is a text that slides horizontally or vertically across a vertical
or horizontal chart, respectively, displaying the chart labels. |
| SerieAdapter |
The SerieAdapter class implements the methods of the SerieListener interface,
saving the user from having to implement all of them. |
| SerieEvent |
Series events are generated by a chart context when the user interacts with
the series data points and legend box symbols using mouse. |
| SeriesBase |
This class implements the properties and methods of a series base. |
| SideTitle |
This class implements the common properties and methods of the left, right and bottom titles. |
| Slice |
This class implements the properties and methods of pie series slices. |
| SliceLegend |
This class implements the properties and methods of a slice legend. |
| StackBarSerie |
This class implements the methods and properties of stacked bars series. |
| TargetLine |
This class implements the properties and methods of a target line. |
| TargetZone |
A target zone is a color filled polygon horizontally or vertically painted across
the chart area. |
| ToolTip |
Tooltips are popup windows displayed when mouse cursor hovers over a
series data point. |
| VectorSerie |
This class implements the properties and methods of a vector series. |
| Wall |
This class implements the properties and methods of the area painted behind the chart. |
| XAxis |
This class implements the properties and methods of the horizontal axis. |
| XYBarSerie |
This class implements the properties and methods of an XY bar series. |
| XYImageSerie |
The XYImageSerie class plots an xy series displaying images centered on data points. |
| XYLineSerie |
This class implements the properties and methods of XY line series. |
| XYSerie |
This class implements the properties and methods of XY series. |
| YAxis |
This class implements the properties and methods of the vertical axis. |
| ZoomEvent |
A zoom event takes place when chart is zoomed-in or zoomed-out. |