Uses of Interface
org.apache.batik.ext.awt.image.renderable.ClipRable
-
Packages that use ClipRable Package Description 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 Modifier and Type Method Description static ClipRable
CSSUtilities. convertClipPath(org.w3c.dom.Element clippedElement, GraphicsNode clippedNode, BridgeContext ctx)
Returns aClip
referenced by the specified element and which applies on the specified graphics node.ClipRable
ClipBridge. createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)
Creates aClip
according to the specified parameters.ClipRable
SVGClipPathElementBridge. createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)
Creates aClip
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 Modifier and Type Class Description class
ClipRable8Bit
ClipRable implementation -
Uses of ClipRable in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as ClipRable Modifier and Type Field Description protected ClipRable
AbstractGraphicsNode. clip
The clipping filter for this graphics node.Methods in org.apache.batik.gvt that return ClipRable Modifier and Type Method Description 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 Modifier and Type Method Description void
AbstractGraphicsNode. setClip(ClipRable newClipper)
void
GraphicsNode. setClip(ClipRable newClipper)
Sets the clipping filter of this node.
-