GraphicalElement |
Legend.createCurveTitle(int curveIndex,
int numberOfCurves,
String title) |
Creates the title part of a legend symbol.
|
GraphicalElement |
AbstractSymbolFactory.createLegendSymbol(GraphPoint centerPosition,
double size) |
Creates a symbol for the legend at the specified position.
|
GraphicalElement |
BarFactory.createLegendSymbol(GraphPoint centerPosition,
double size) |
Creates a symbol for the legend at the specified position.
|
GraphicalElement |
ErrorBarFactory.createLegendSymbol(GraphPoint centerPosition,
double size) |
Creates the legend symbol.
|
GraphicalElement |
SymbolFactory.createLegendSymbol(GraphPoint centerPosition,
double size) |
Creates a symbol for the legend at the specified position.
|
protected abstract GraphicalElement |
AbstractSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes) |
Creates the graphical element of the plain symbol.
|
protected GraphicalElement |
BarFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes) |
Returns null because this method isn't needed but has to be
implemented.
|
protected GraphicalElement |
CircleSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes) |
Creates a circle.
|
protected GraphicalElement |
SquareSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes) |
|
GraphicalElement |
Legend.createSymbol(int curveIndex,
int numberOfCurves,
SymbolFactory factory,
boolean withLine,
GraphicAttributes lineAttributes) |
Creates the symbol part of a legend symbol.
|
GraphicalElement |
Plot.getAnnotation() |
Returns the annotation layer.
|
GraphicalElement |
Legend.getBox() |
Returns the legend box with title but without legend symbols and curve
titles.
|
GraphicalElement |
Plot.getCoordinateSystem() |
Returns the view of the coordinate system.
|
GraphicalElement[] |
Plot.getCurves() |
Returns the graphical representations of all curves.
|
GraphicalElement |
Plot.getLegend() |
Returns the graphical representations of the legend.
|
GraphicalElement |
Curve.getLegendSymbol() |
Returns a symbol which can be used to create the legend for the curve.
|
GraphicalElement |
SimpleCurve.getLegendSymbol() |
Returns the legend symbol.
|
GraphicalElement |
Symbol.getSymbol() |
Returns the graphical symbol.
|
GraphicalElement |
CartesianCoordinateSystem.getView() |
Returns the graphical representation of the coordinate system.
|
GraphicalElement |
CoordinateSystem.getView() |
Returns the graphical representation of a coordinate
system.
|
GraphicalElement |
Curve.getView() |
Returns the graphical representation of a curve.
|
GraphicalElement |
SimpleCurve.getView() |
Returns the graphical representation of a curve.
|