Package jcckit.plot

Class Symbol

java.lang.Object
jcckit.plot.Symbol

public class Symbol extends Object
Immutable class holding the graphical represention of the symbol and two Hints.
  • Constructor Details

    • Symbol

      public Symbol(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve)
      Creates an instance for the specified symbol and hints.
  • Method Details

    • 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.