jcckit.plot |
Classes for generating plots and charts.
|
Java Source File Name | Type | Comment |
AbstractSymbolFactory.java | Class | Abstract superclass of all
SymbolFactory SymbolFactories . |
AttributesHint.java | Interface | A
Hint which wraps a
GraphicAttributes instance. |
AxisParameters.java | Class | Helper class with various parameters defining an axis.
This helper class is used by
CartesianCoordinateSystem to set up a coordinate systems.
This class holds more than a dozen parameters. |
BarFactory.java | Class | A factory of bars. |
CartesianCoordinateSystem.java | Class | A Cartesian coordinate system. |
CircleSymbolFactory.java | Class | A factory of circle symbols. |
CoordinateSystem.java | Interface | Interface for all generators of coordinate systems. |
Curve.java | Interface | A curve is defined by a sequence of points in device-independent
coordinates. |
CurveFactory.java | Interface | Interface of a curve factory. |
ErrorBarFactory.java | Class | Symbol factory for creating symbols with error bars. |
Hint.java | Interface | Marker interface of all types of hints. |
Legend.java | Class | Helper class for creating the legend of a
Plot . |
Plot.java | Class | A plot is determined by a
CoordinateSystem ,
Curve Curves ,
an optional annotation layer and an optional
Legend . |
PlotCanvas.java | Class | An abstract canvas containg a single
Plot .
The canvas is specified by a
ClippingRectangle , called
paper. |
PlotEvent.java | Class | A plot event signales some changes of a
Plot .
It has three attributes:
- source: Indicates the Plot instance responsible
for this event.
- type: The type of event.
- message: The message object.
|
PlotEventType.java | Class | Types of
PlotEvent PlotEvents . |
PlotListener.java | Interface | Listener for changes of plots, diagrams, and charts. |
PositionHint.java | Class | An immutable
Hint capsulating two
GraphPoint GraphPoints . |
ShapeAttributesHint.java | Class | An
AttributesHint which wraps
ShapeAttributes . |
SimpleCurve.java | Class | A simple curve is the basic implementation of the
Curve interface. |
SimpleCurveFactory.java | Class | Factory for
SimpleCurve SimpleCurves . |
SquareSymbolFactory.java | Class | A factory of square symbols. |
Symbol.java | Class | Immutable class holding the graphical represention of the symbol and
two
Hint Hints . |
SymbolFactory.java | Interface | Interface of a symbol factory. |
TicLabelMap.java | Class | Map of number intervals onto a text label. |