jcckit.plot
Class Symbol

java.lang.Object
  extended byjcckit.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.
 
Method Summary
 Hint getHintForNextCurve()
          Returns the hint for the next curve.
 Hint getHintForNextPoint()
          Returns the hint for the next point.
 GraphicalElement getSymbol()
          Returns the graphical symbol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.