Package jcckit.graphic
Interface ClippingShape
- All Known Implementing Classes:
ClippingRectangle
public interface ClippingShape
Defining a clipping shape applied to all
GraphicalElements
of a GraphicalComposite
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the bounding box of this clipping shape.boolean
isInside
(GraphPoint point) Returns true if the specified point is inside this clipping shape.
-
Method Details
-
isInside
Returns true if the specified point is inside this clipping shape. -
getBoundingBox
ClippingRectangle getBoundingBox()Returns the bounding box of this clipping shape. This method will be used by renderers who supports only rectangular clipping shapes. -
getGraphicalElement
BasicGraphicalElement getGraphicalElement()
-