Package | Description |
---|---|
jcckit | |
jcckit.graphic | |
jcckit.plot |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsPlotCanvas.setMarker(GraphicalElement marker)
Defines a graphical marker which will be drawn on top of the plot.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphicalElement
Abstract superclass of all basic
GraphicalElements . |
class |
GraphicalComposite
Container for
GraphicalElements . |
class |
Oval
An oval (i.e.
|
class |
Polygon
A polygon or polyline.
|
class |
Rectangle
A rectangle.
|
class |
Text
A single line of text.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicalComposite.addElement(GraphicalElement element)
Adds the specified element at the end of the list of elements.
|
void |
GraphicalComposite.replaceElementAt(int index,
GraphicalElement element)
Replaces the specified element at the specified index of
the list of elements.
|
Modifier and Type | Method and Description |
---|---|
GraphicalElement |
Legend.createCurveTitle(int curveIndex,
int numberOfCurves,
String title)
Creates the title part of a legend symbol.
|
GraphicalElement |
SymbolFactory.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 |
BarFactory.createLegendSymbol(GraphPoint centerPosition,
double size)
Creates a symbol for the legend at the specified position.
|
GraphicalElement |
AbstractSymbolFactory.createLegendSymbol(GraphPoint centerPosition,
double size)
Creates a symbol for the legend at the specified position.
|
protected GraphicalElement |
SquareSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a
Rectangle . |
protected GraphicalElement |
CircleSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a circle.
|
protected GraphicalElement |
BarFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Returns null because this method isn't needed but has to be
implemented.
|
protected abstract GraphicalElement |
AbstractSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates the graphical element of the plain symbol.
|
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 |
SimpleCurve.getLegendSymbol()
Returns the legend symbol.
|
GraphicalElement |
Curve.getLegendSymbol()
Returns a symbol which can be used to create the legend for the curve.
|
GraphicalElement |
Symbol.getSymbol()
Returns the graphical symbol.
|
GraphicalElement |
SimpleCurve.getView()
Returns the graphical representation of a curve.
|
GraphicalElement |
Curve.getView()
Returns the graphical representation of a curve.
|
GraphicalElement |
CoordinateSystem.getView()
Returns the graphical representation of a coordinate
system.
|
GraphicalElement |
CartesianCoordinateSystem.getView()
Returns the graphical representation of the coordinate system.
|
Modifier and Type | Method and Description |
---|---|
void |
Plot.setAnnotation(GraphicalElement annotation)
Sets the annotation layer.
|
Constructor and Description |
---|
Symbol(GraphicalElement symbol,
Hint hintForNextPoint,
Hint hintForNextCurve)
Creates an instance for the specified symbol and hints.
|
Copyright © 2015. All Rights Reserved.