Uses of Interface
jcckit.plot.Hint
-
Packages that use Hint Package Description jcckit.plot -
-
Uses of Hint in jcckit.plot
Subinterfaces of Hint in jcckit.plot Modifier and Type Interface Description interfaceAttributesHintAHintwhich wraps aGraphicAttributesinstance.Classes in jcckit.plot that implement Hint Modifier and Type Class Description classPositionHintAn immutableHintcapsulating twoGraphPoints.classShapeAttributesHintAnAttributesHintwhich wrapsShapeAttributes.Methods in jcckit.plot that return Hint Modifier and Type Method Description HintCurve. addPoint(GraphPoint point, Hint hintFromPreviousCurve)Appends a new point to the curve.HintSimpleCurve. addPoint(GraphPoint point, Hint hintFromPreviousCurve)Appends a new point to the curve if inside the clipping shape.HintSymbol. getHintForNextCurve()Returns the hint for the next curve.HintSymbol. getHintForNextPoint()Returns the hint for the next point.Methods in jcckit.plot with parameters of type Hint Modifier and Type Method Description HintCurve. addPoint(GraphPoint point, Hint hintFromPreviousCurve)Appends a new point to the curve.HintSimpleCurve. addPoint(GraphPoint point, Hint hintFromPreviousCurve)Appends a new point to the curve if inside the clipping shape.protected SymbolAbstractSymbolFactory. createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)Creates a symbol.SymbolAbstractSymbolFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates a symbol.protected SymbolBarFactory. createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)Creates a bar at the specified point.SymbolErrorBarFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates either the curve symbol or the error bars.SymbolSymbolFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates a symbol for the specified point taking into account the specified hints.Constructors in jcckit.plot with parameters of type Hint Constructor Description Symbol(GraphicalElement symbol, Hint hintForNextPoint, Hint hintForNextCurve)Creates an instance for the specified symbol and hints.
-