Uses of Interface
jcckit.plot.Hint

Packages that use Hint
jcckit.plot Classes for generating plots and charts. 
 

Uses of Hint in jcckit.plot
 

Subinterfaces of Hint in jcckit.plot
 interface AttributesHint
          A Hint which wraps a GraphicAttributes instance.
 

Classes in jcckit.plot that implement Hint
 class PositionHint
          An immutable Hint capsulating two GraphPoints.
 class ShapeAttributesHint
          An AttributesHint which wraps ShapeAttributes.
 

Methods in jcckit.plot that return Hint
 Hint SimpleCurve.addPoint(GraphPoint point, Hint hintFromPreviousCurve)
          Appends a new point to the curve if inside the clipping shape.
 Hint Curve.addPoint(GraphPoint point, Hint hintFromPreviousCurve)
          Appends a new point to the curve.
 Hint Symbol.getHintForNextPoint()
          Returns the hint for the next point.
 Hint Symbol.getHintForNextCurve()
          Returns the hint for the next curve.
 

Methods in jcckit.plot with parameters of type Hint
 Symbol SymbolFactory.createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)
          Creates a symbol for the specified point taking into account the specified hints.
 Hint SimpleCurve.addPoint(GraphPoint point, Hint hintFromPreviousCurve)
          Appends a new point to the curve if inside the clipping shape.
 Hint Curve.addPoint(GraphPoint point, Hint hintFromPreviousCurve)
          Appends a new point to the curve.
 Symbol AbstractSymbolFactory.createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)
          Creates a symbol.
protected  Symbol AbstractSymbolFactory.createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)
          Creates a symbol.
 Symbol ErrorBarFactory.createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)
          Creates either the curve symbol or the error bars.
protected  Symbol BarFactory.createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)
          Creates a bar at the specified point.
 

Constructors in jcckit.plot with parameters of type Hint
Symbol(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve)
          Creates an instance for the specified symbol and hints.