Uses of Interface
jcckit.graphic.ClippingShape
-
Packages that use ClippingShape Package Description jcckit.graphic jcckit.plot -
-
Uses of ClippingShape in jcckit.graphic
Classes in jcckit.graphic that implement ClippingShape Modifier and Type Class Description class
ClippingRectangle
Immutable class of a rectangular clipping area.Methods in jcckit.graphic that return ClippingShape Modifier and Type Method Description ClippingShape
GraphicalComposite. getClippingShape()
Returns the clipping shape.Constructors in jcckit.graphic with parameters of type ClippingShape Constructor Description GraphicalComposite(ClippingShape clippingShape)
Creates an instance with the specified clipping shape. -
Uses of ClippingShape in jcckit.plot
Methods in jcckit.plot that return ClippingShape Modifier and Type Method Description ClippingShape
CartesianCoordinateSystem. getClippingShape()
Returns the clipping rectangle of specified by the axis.ClippingShape
CoordinateSystem. getClippingShape()
Returns the clipping chape ofCurves
drawn on top of the coordinates system.Methods in jcckit.plot with parameters of type ClippingShape Modifier and Type Method 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 ofSimpleCurve
.Constructors in jcckit.plot with parameters of type ClippingShape Constructor Description SimpleCurve(ConfigParameters config, int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)
Creates a new curve.
-