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 classAbstractSymbolFactoryAbstract superclass of allSymbolFactories.classBarFactoryA factory of bars.classCircleSymbolFactoryA factory of circle symbols.classErrorBarFactorySymbol factory for creating symbols with error bars.classSquareSymbolFactoryA factory of square symbols.Methods in jcckit.plot with parameters of type SymbolFactory Modifier and Type Method Description GraphicalElementLegend. createSymbol(int curveIndex, int numberOfCurves, SymbolFactory factory, boolean withLine, GraphicAttributes lineAttributes)Creates the symbol part of a legend symbol.
-