Uses of Interface
jcckit.graphic.GraphicalElement
Packages that use GraphicalElement
-
Uses of GraphicalElement in jcckit
Methods in jcckit with parameters of type GraphicalElementModifier and TypeMethodDescriptionvoid
GraphicsPlotCanvas.setMarker
(GraphicalElement marker) Defines a graphical marker which will be drawn on top of the plot. -
Uses of GraphicalElement in jcckit.graphic
Classes in jcckit.graphic that implement GraphicalElementModifier and TypeClassDescriptionclass
Abstract superclass of all basicGraphicalElements
.class
Container forGraphicalElements
.class
An oval (i.e. an ellipse).class
A polygon or polyline.class
A rectangle.class
A single line of text.Methods in jcckit.graphic with parameters of type GraphicalElementModifier and TypeMethodDescriptionvoid
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. -
Uses of GraphicalElement in jcckit.plot
Methods in jcckit.plot that return GraphicalElementModifier and TypeMethodDescriptionLegend.createCurveTitle
(int curveIndex, int numberOfCurves, String title) Creates the title part of a legend symbol.AbstractSymbolFactory.createLegendSymbol
(GraphPoint centerPosition, double size) Creates a symbol for the legend at the specified position.BarFactory.createLegendSymbol
(GraphPoint centerPosition, double size) Creates a symbol for the legend at the specified position.ErrorBarFactory.createLegendSymbol
(GraphPoint centerPosition, double size) Creates the legend symbol.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) Creates aRectangle
.Legend.createSymbol
(int curveIndex, int numberOfCurves, SymbolFactory factory, boolean withLine, GraphicAttributes lineAttributes) Creates the symbol part of a legend symbol.Plot.getAnnotation()
Returns the annotation layer.Legend.getBox()
Returns the legend box with title but without legend symbols and curve titles.Plot.getCoordinateSystem()
Returns the view of the coordinate system.Plot.getCurves()
Returns the graphical representations of all curves.Plot.getLegend()
Returns the graphical representations of the legend.Curve.getLegendSymbol()
Returns a symbol which can be used to create the legend for the curve.SimpleCurve.getLegendSymbol()
Returns the legend symbol.Symbol.getSymbol()
Returns the graphical symbol.CartesianCoordinateSystem.getView()
Returns the graphical representation of the coordinate system.CoordinateSystem.getView()
Returns the graphical representation of a coordinate system.Curve.getView()
Returns the graphical representation of a curve.SimpleCurve.getView()
Returns the graphical representation of a curve.Methods in jcckit.plot with parameters of type GraphicalElementModifier and TypeMethodDescriptionvoid
Plot.setAnnotation
(GraphicalElement annotation) Sets the annotation layer.Constructors in jcckit.plot with parameters of type GraphicalElementModifierConstructorDescriptionSymbol
(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve) Creates an instance for the specified symbol and hints.