Uses of Interface
jcckit.plot.SymbolFactory
-
Packages that use SymbolFactory Package Description jcckit.plot -
-
Uses of SymbolFactory in jcckit.plot
Classes in jcckit.plot that implement SymbolFactory Modifier and Type Class Description class
AbstractSymbolFactory
Abstract superclass of allSymbolFactories
.class
BarFactory
A factory of bars.class
CircleSymbolFactory
A factory of circle symbols.class
ErrorBarFactory
Symbol factory for creating symbols with error bars.class
SquareSymbolFactory
A factory of square symbols.Methods in jcckit.plot with parameters of type SymbolFactory Modifier and Type Method Description GraphicalElement
Legend. createSymbol(int curveIndex, int numberOfCurves, SymbolFactory factory, boolean withLine, GraphicAttributes lineAttributes)
Creates the symbol part of a legend symbol.
-