Uses of Class
jcckit.graphic.ClippingRectangle

Packages that use ClippingRectangle
jcckit.graphic Classes for representing a plot or a chart in device independent coordinates. 
jcckit.plot Classes for generating plots and charts. 
jcckit.renderer Renderer classes. 
 

Uses of ClippingRectangle in jcckit.graphic
 

Methods in jcckit.graphic that return ClippingRectangle
 ClippingRectangle ClippingShape.getBoundingBox()
          Returns the bounding box of this clipping shape.
 ClippingRectangle ClippingRectangle.getBoundingBox()
          Returns this instance.
 

Uses of ClippingRectangle in jcckit.plot
 

Methods in jcckit.plot that return ClippingRectangle
 ClippingRectangle PlotCanvas.getPaper()
          Returns the paper definition.
 

Uses of ClippingRectangle in jcckit.renderer
 

Constructors in jcckit.renderer with parameters of type ClippingRectangle
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.