Package jcckit.plot

Class Symbol


  • public class Symbol
    extends Object
    Immutable class holding the graphical represention of the symbol and two Hints.
    Author:
    Franz-Josef Elmer
    • Constructor Detail

      • Symbol

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

      • getHintForNextPoint

        public Hint getHintForNextPoint()
        Returns the hint for the next point.
      • getHintForNextCurve

        public Hint getHintForNextCurve()
        Returns the hint for the next curve.