jcckit.plot
Class Symbol
java.lang.Object
|
+--jcckit.plot.Symbol
- public class Symbol
- extends java.lang.Object
Immutable class holding the graphical represention of the symbol and
two Hints
.
- Author:
- Franz-Josef Elmer
Constructor Summary |
Symbol(GraphicalElement symbol,
Hint hintForNextPoint,
Hint hintForNextCurve)
Creates an instance for the specified symbol and hints. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Symbol
public Symbol(GraphicalElement symbol,
Hint hintForNextPoint,
Hint hintForNextCurve)
- Creates an instance for the specified symbol and hints.
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.