|
JIDE 3.5.15 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AxisRenderer | An interface implemented by all axis renderers. |
BarRenderer | An interface implemented by classes that can be used to render the bars of a bar chart |
BarRenderer2D | An interface implemented by classes that can be used to render the bars of a bar chart |
LineRenderer | An interface for classes that can be used to render lines in a Chart |
LineRenderer2D | An interface for classes that can be used to render lines in a Chart |
NumberLabeler<T extends Number> | An interface for classes that can take a chartable point and generate the text to use for the label |
PieLabelRenderer | An interface implemented by objects that are responsible for painting the labels of a pie chart |
PieLabelRenderer2D | An interface implemented by objects that are responsible for painting the labels of a pie chart, but also supporting floating point numbers for positioning. |
PieSegmentRenderer | An interface implemented by objects responsible for rendering the pie segments of a pie chart. |
PieSegmentRenderer2D | An interface implemented by objects responsible for rendering the pie segments of a pie chart, but also supporting the use of floating point numbers for the positioning of the segments. |
PointLabeler | An interface for classes that can take a chartable point and generate the text to use for the label |
PointRenderer | An interface for classes that can be used to render points in a Chart |
Class Summary | |
---|---|
AbstractBarRenderer | An abstract super-class that can be sub-classed to write a bar renderer. |
AbstractLineRenderer | An abstract superclass for line renderers |
AbstractPieLabelRenderer | An abstract class intended to be the super-class of all PieLabelRenderers. |
AbstractPieSegmentRenderer | The abstract pie segment renderer provides a method that renders labels that can be reused across different segment renderers. |
AbstractPointRenderer | |
AbstractRenderer | An abstract superclass of renderers used for bars, points and pie segments. |
Axis3DRenderer | A class that renderers a three dimensional 'platform'-like axis. |
Bar3DRenderer | A class that renders the bars of a bar chart in 3D |
CandlestickPointRenderer | Renderer for a candlestick chart |
CylinderBarRenderer | This renderer takes account of negative heights. |
DefaultAxisRenderer | A class that implements the AxisRenderer interface and renders a simple line |
DefaultBarRenderer | This renderer takes account of negative heights. |
DefaultLineRenderer | A renderer for drawing lines on a chart. |
DefaultPieSegmentRenderer | Fills in segments with a plain (or textured) color. |
DefaultPointLabeler | A default implementation of the PointLabeler class |
DefaultPointRenderer | A point renderer that uses one of the PointShape constants as the shape of the point that it renders. |
LinePieLabelRenderer | A pie label renderer that draws lines from the label to its corresponding segment in the pie chart. |
NoAxisRenderer | A class that implements the IAxisRenderer interface but does not render an axis |
Pie3DRenderer | A 3D Pie chart renderer |
RaisedBarRenderer | A Bar Renderer that makes the bar appear to be raised out of the screen like a candy bar. |
RaisedPieSegmentRenderer | Renders the segments of a pie chart using paint colors to give a 'raised' effect |
RectangularPointRenderer | A point renderer that draws a rectangle for each of its points. |
ShadowFactory | Deprecated. in favour of com.jidesoft.swing |
SimplePieLabelRenderer | A pie label renderer that displays only the text to render the pie segment. |
SmoothLineRenderer | A renderer for drawing lines smoothly on a chart. |
SphericalPointRenderer | This class renders a sphere for each point of a ChartModel. |
StepLineRenderer | A renderer for drawing stepped lines on a chart. |
Enum Summary | |
---|---|
CandlestickChartType | Used by the CandlestickPointRenderer to specify what kind of candlestick chart to draw for financial OHLC (Open-High-Low-Close) data. |
ZAlignment |
Package containing renderers used by Chart, such as point renderers and line renderers.
|
JIDE 3.5.15 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |