Uses of Interface
jcckit.graphic.ClippingShape
Packages that use ClippingShape
-
Uses of ClippingShape in jcckit.graphic
Classes in jcckit.graphic that implement ClippingShapeModifier and TypeClassDescriptionclass
Immutable class of a rectangular clipping area.Methods in jcckit.graphic that return ClippingShapeModifier and TypeMethodDescriptionGraphicalComposite.getClippingShape()
Returns the clipping shape.Constructors in jcckit.graphic with parameters of type ClippingShapeModifierConstructorDescriptionGraphicalComposite
(ClippingShape clippingShape) Creates an instance with the specified clipping shape. -
Uses of ClippingShape in jcckit.plot
Methods in jcckit.plot that return ClippingShapeModifier 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.Methods in jcckit.plot with parameters of type ClippingShapeModifier 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
.Constructors in jcckit.plot with parameters of type ClippingShapeModifierConstructorDescriptionSimpleCurve
(ConfigParameters config, int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend) Creates a new curve.