Package jcckit.plot
Class Symbol
- java.lang.Object
-
- jcckit.plot.Symbol
-
-
Constructor Summary
Constructors Constructor Description Symbol(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve)Creates an instance for the specified symbol and hints.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HintgetHintForNextCurve()Returns the hint for the next curve.HintgetHintForNextPoint()Returns the hint for the next point.GraphicalElementgetSymbol()Returns the graphical symbol.
-
-
-
Constructor Detail
-
Symbol
public Symbol(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve)
Creates an instance for the specified symbol and hints.
-
-
Method Detail
-
getSymbol
public GraphicalElement getSymbol()
Returns the graphical symbol.
-
getHintForNextPoint
public Hint getHintForNextPoint()
Returns the hint for the next point.
-
getHintForNextCurve
public Hint getHintForNextCurve()
Returns the hint for the next curve.
-
-