Uses of Class
jcckit.plot.Symbol
-
Packages that use Symbol Package Description jcckit.plot -
-
Uses of Symbol in jcckit.plot
Methods in jcckit.plot that return Symbol Modifier and Type Method Description protected SymbolAbstractSymbolFactory. createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)Creates a symbol.SymbolAbstractSymbolFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates a symbol.protected SymbolBarFactory. createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)Creates a bar at the specified point.SymbolErrorBarFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates either the curve symbol or the error bars.SymbolSymbolFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates a symbol for the specified point taking into account the specified hints.
-