|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClipRable | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.ext.awt.image.renderable | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
Uses of ClipRable in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return ClipRable | |
static ClipRable |
CSSUtilities.convertClipPath(Element clippedElement,
GraphicsNode clippedNode,
BridgeContext ctx)
Returns a Clip referenced by the specified element and which applies on the specified graphics node. |
ClipRable |
SVGClipPathElementBridge.createClip(BridgeContext ctx,
Element clipElement,
Element clipedElement,
GraphicsNode clipedNode)
Creates a Clip according to the specified parameters. |
ClipRable |
ClipBridge.createClip(BridgeContext ctx,
Element clipElement,
Element clipedElement,
GraphicsNode clipedNode)
Creates a Clip according to the specified parameters. |
Uses of ClipRable in org.apache.batik.ext.awt.image.renderable |
Classes in org.apache.batik.ext.awt.image.renderable that implement ClipRable | |
class |
ClipRable8Bit
ClipRable implementation |
Uses of ClipRable in org.apache.batik.gvt |
Fields in org.apache.batik.gvt declared as ClipRable | |
protected ClipRable |
AbstractGraphicsNode.clip
The clipping filter for this graphics node. |
Methods in org.apache.batik.gvt that return ClipRable | |
ClipRable |
AbstractGraphicsNode.getClip()
Returns the clipping filter of this node or null if any. |
ClipRable |
GraphicsNode.getClip()
Returns the clipping filter of this node or null if any. |
Methods in org.apache.batik.gvt with parameters of type ClipRable | |
void |
AbstractGraphicsNode.setClip(ClipRable newClipper)
|
void |
GraphicsNode.setClip(ClipRable newClipper)
Sets the clipping filter of this node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |