Uses of Interface
jcckit.plot.Hint
-
Uses of Hint in jcckit.plot
Modifier and TypeClassDescriptionclass
An immutableHint
capsulating twoGraphPoints
.class
AnAttributesHint
which wrapsShapeAttributes
.Modifier and TypeMethodDescriptionCurve.addPoint
(GraphPoint point, Hint hintFromPreviousCurve) Appends a new point to the curve.SimpleCurve.addPoint
(GraphPoint point, Hint hintFromPreviousCurve) Appends a new point to the curve if inside the clipping shape.Symbol.getHintForNextCurve()
Returns the hint for the next curve.Symbol.getHintForNextPoint()
Returns the hint for the next point.Modifier and TypeMethodDescriptionCurve.addPoint
(GraphPoint point, Hint hintFromPreviousCurve) Appends a new point to the curve.SimpleCurve.addPoint
(GraphPoint point, Hint hintFromPreviousCurve) Appends a new point to the curve if inside the clipping shape.protected Symbol
AbstractSymbolFactory.createSymbol
(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve) Creates a symbol.AbstractSymbolFactory.createSymbol
(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve) Creates a symbol.protected Symbol
BarFactory.createSymbol
(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve) Creates a bar at the specified point.ErrorBarFactory.createSymbol
(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve) Creates either the curve symbol or the error bars.SymbolFactory.createSymbol
(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve) Creates a symbol for the specified point taking into account the specified hints.ModifierConstructorDescriptionSymbol
(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve) Creates an instance for the specified symbol and hints.