Uses of Class
jcckit.graphic.ClippingRectangle
-
Packages that use ClippingRectangle Package Description jcckit.graphic jcckit.plot jcckit.renderer -
-
Uses of ClippingRectangle in jcckit.graphic
Methods in jcckit.graphic that return ClippingRectangle Modifier and Type Method Description ClippingRectangle
ClippingRectangle. getBoundingBox()
Returns this instance.ClippingRectangle
ClippingShape. getBoundingBox()
Returns the bounding box of this clipping shape. -
Uses of ClippingRectangle in jcckit.plot
Methods in jcckit.plot that return ClippingRectangle Modifier and Type Method Description ClippingRectangle
PlotCanvas. getPaper()
Returns the paper definition. -
Uses of ClippingRectangle in jcckit.renderer
Constructors in jcckit.renderer with parameters of type ClippingRectangle Constructor Description Transformation(int width, int height, ClippingRectangle paper, Anchor horizontalAnchor, Anchor verticalAnchor)
Creates an instance for the specified canvas size, paper size, and anchor points of the paper.
-