Package | Description |
---|---|
jcckit.graphic | |
jcckit.plot | |
jcckit.renderer | |
jcckit.transformation |
Modifier and Type | Method and Description |
---|---|
GraphPoint |
Rectangle.getCenter()
Returns the center of this element.
|
GraphPoint |
Polygon.getPoint(int index)
Returns the point for the specified index.
|
GraphPoint |
Text.getPosition()
Returns the position.
|
Modifier and Type | Method and Description |
---|---|
void |
Polygon.addPoint(GraphPoint point)
Adds a new point to the end of the list of points.
|
boolean |
ClippingShape.isInside(GraphPoint point)
Returns true if the specified point is inside this
clipping shape.
|
boolean |
ClippingRectangle.isInside(GraphPoint point)
Returns true if the specified point is inside this
rectangle.
|
void |
Polygon.replacePointAt(int index,
GraphPoint point)
Replaces the point at the specified index by a new one.
|
Constructor and Description |
---|
Oval(GraphPoint center,
double width,
double height,
GraphicAttributes attributes)
Creates a new instance.
|
Rectangle(GraphPoint center,
double width,
double height,
GraphicAttributes attributes)
Creates a new instance.
|
Text(GraphPoint position,
String text,
GraphicAttributes attributes)
Creates an instance with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
GraphPoint |
PositionHint.getOrigin()
Returns the origin.
|
GraphPoint |
PositionHint.getPosition()
Returns the position.
|
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.
|
GraphicalElement |
SymbolFactory.createLegendSymbol(GraphPoint centerPosition,
double size)
Creates a symbol for the legend at the specified position.
|
GraphicalElement |
ErrorBarFactory.createLegendSymbol(GraphPoint centerPosition,
double size)
Creates the legend symbol.
|
GraphicalElement |
BarFactory.createLegendSymbol(GraphPoint centerPosition,
double size)
Creates a symbol for the legend at the specified position.
|
GraphicalElement |
AbstractSymbolFactory.createLegendSymbol(GraphPoint centerPosition,
double size)
Creates a symbol for the legend at the specified position.
|
protected GraphicalElement |
SquareSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a
Rectangle . |
protected GraphicalElement |
CircleSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a circle.
|
protected GraphicalElement |
BarFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Returns null because this method isn't needed but has to be
implemented.
|
protected abstract GraphicalElement |
AbstractSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates the graphical element of the plain symbol.
|
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.
|
DataPoint |
Plot.transform(GraphPoint point)
Transforms a point from device-independent coordinates into
data coordinates.
|
Constructor and Description |
---|
CartesianCoordinateSystem(GraphPoint origin,
AxisParameters xAxisParameters,
AxisParameters yAxisParameters)
Creates an instance for the specified origin and parameters
of both axes.
|
PositionHint(GraphPoint origin,
GraphPoint position)
Creates an instance based on two points.
|
Modifier and Type | Method and Description |
---|---|
GraphPoint |
Transformation.transformBack(int x,
int y)
Transforms a point in Java coordinates back into device-independent
coordinates.
|
Modifier and Type | Method and Description |
---|---|
GraphPoint |
Transformation.transformToGraph(DataPoint point)
Transforms a
DataPoint into a GraphPoint . |
GraphPoint |
CartesianTransformation.transformToGraph(DataPoint point) |
Modifier and Type | Method and Description |
---|---|
DataPoint |
Transformation.transformToData(GraphPoint point)
Transforms a
GraphPoint into a DataPoint . |
DataPoint |
CartesianTransformation.transformToData(GraphPoint point) |
Constructor and Description |
---|
CartesianTransformation(boolean xLogScale,
boolean yLogScale,
DataPoint dataPoint1,
GraphPoint graphPoint1,
DataPoint dataPoint2,
GraphPoint graphPoint2)
Creates an instance from the specified reference points.
|
Copyright © 2015. All Rights Reserved.