Package | Description |
---|---|
jcckit.plot |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributesHint
A
Hint which wraps a GraphicAttributes instance. |
Modifier and Type | Class and Description |
---|---|
class |
PositionHint
An immutable
Hint capsulating two GraphPoints . |
class |
ShapeAttributesHint
An
AttributesHint which wraps ShapeAttributes . |
Modifier and Type | Method and Description |
---|---|
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.getHintForNextCurve()
Returns the hint for the next curve.
|
Hint |
Symbol.getHintForNextPoint()
Returns the hint for the next point.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected Symbol |
BarFactory.createSymbol(GraphPoint point,
GraphicAttributes attributes,
Hint hintForNextPoint,
Hint hintFromPreviousCurve)
Creates a bar at the specified point.
|
protected Symbol |
AbstractSymbolFactory.createSymbol(GraphPoint point,
GraphicAttributes attributes,
Hint hintForNextPoint,
Hint hintFromPreviousCurve)
Creates a symbol.
|
Symbol |
SymbolFactory.createSymbol(GraphPoint point,
Hint hintFromPreviousPoint,
Hint hintFromPreviousCurve)
Creates a symbol for the specified point taking into account
the specified hints.
|
Symbol |
ErrorBarFactory.createSymbol(GraphPoint point,
Hint hintFromPreviousPoint,
Hint hintFromPreviousCurve)
Creates either the curve symbol or the error bars.
|
Symbol |
AbstractSymbolFactory.createSymbol(GraphPoint point,
Hint hintFromPreviousPoint,
Hint hintFromPreviousCurve)
Creates a symbol.
|
Constructor and Description |
---|
Symbol(GraphicalElement symbol,
Hint hintForNextPoint,
Hint hintForNextCurve)
Creates an instance for the specified symbol and hints.
|
Copyright © 2015. All Rights Reserved.