| Package | Description |
|---|---|
| jcckit.graphic | |
| jcckit.plot |
| Modifier and Type | Class and Description |
|---|---|
class |
ClippingRectangle
Immutable class of a rectangular clipping area.
|
| Modifier and Type | Method and Description |
|---|---|
ClippingShape |
GraphicalComposite.getClippingShape()
Returns the clipping shape.
|
| Constructor and Description |
|---|
GraphicalComposite(ClippingShape clippingShape)
Creates an instance with the specified clipping shape.
|
| Modifier and Type | Method and Description |
|---|---|
ClippingShape |
CoordinateSystem.getClippingShape()
Returns the clipping chape of
Curves drawn on top
of the coordinates system. |
ClippingShape |
CartesianCoordinateSystem.getClippingShape()
Returns the clipping rectangle of specified by the axis.
|
| Modifier and Type | Method and Description |
|---|---|
Curve |
CurveFactory.create(int curveIndex,
int numberOfCurves,
ClippingShape clippingShape,
Legend legend)
Creates a new curve instance.
|
Curve |
SimpleCurveFactory.create(int curveIndex,
int numberOfCurves,
ClippingShape clippingShape,
Legend legend)
Creates an instance of
SimpleCurve. |
| Constructor and Description |
|---|
SimpleCurve(ConfigParameters config,
int curveIndex,
int numberOfCurves,
ClippingShape clippingShape,
Legend legend)
Creates a new curve.
|
Copyright © 2017. All rights reserved.