Package jcckit.plot
Class Symbol
java.lang.Object
jcckit.plot.Symbol
Immutable class holding the graphical represention of the symbol and
two
Hints
.-
Constructor Summary
ConstructorDescriptionSymbol
(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve) Creates an instance for the specified symbol and hints. -
Method Summary
Modifier and TypeMethodDescriptionReturns the hint for the next curve.Returns the hint for the next point.Returns the graphical symbol.
-
Constructor Details
-
Symbol
Creates an instance for the specified symbol and hints.
-
-
Method Details
-
getSymbol
Returns the graphical symbol. -
getHintForNextPoint
Returns the hint for the next point. -
getHintForNextCurve
Returns the hint for the next curve.
-