Uses of Interface
jcckit.graphic.ClippingShape
-
Uses of ClippingShape in jcckit.graphic
Modifier and TypeClassDescriptionclass
Immutable class of a rectangular clipping area.Modifier and TypeMethodDescriptionGraphicalComposite.getClippingShape()
Returns the clipping shape.ModifierConstructorDescriptionGraphicalComposite
(ClippingShape clippingShape) Creates an instance with the specified clipping shape. -
Uses of ClippingShape in jcckit.plot
Modifier and TypeMethodDescriptionCartesianCoordinateSystem.getClippingShape()
Returns the clipping rectangle of specified by the axis.CoordinateSystem.getClippingShape()
Returns the clipping chape ofCurves
drawn on top of the coordinates system.Modifier and TypeMethodDescriptionCurveFactory.create
(int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend) Creates a new curve instance.SimpleCurveFactory.create
(int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend) Creates an instance ofSimpleCurve
.ModifierConstructorDescriptionSimpleCurve
(ConfigParameters config, int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend) Creates a new curve.