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 ClipRableCSSUtilities. convertClipPath(org.w3c.dom.Element clippedElement, GraphicsNode clippedNode, BridgeContext ctx)Returns aClipreferenced by the specified element and which applies on the specified graphics node.ClipRableClipBridge. createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)Creates aClipaccording to the specified parameters.ClipRableSVGClipPathElementBridge. createClip(BridgeContext ctx, org.w3c.dom.Element clipElement, org.w3c.dom.Element clipedElement, GraphicsNode clipedNode)Creates aClipaccording 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 classClipRable8BitClipRable implementation -
Uses of ClipRable in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as ClipRable Modifier and Type Field Description protected ClipRableAbstractGraphicsNode. clipThe clipping filter for this graphics node.Methods in org.apache.batik.gvt that return ClipRable Modifier and Type Method Description ClipRableAbstractGraphicsNode. getClip()Returns the clipping filter of this node or null if any.ClipRableGraphicsNode. 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 voidAbstractGraphicsNode. setClip(ClipRable newClipper)voidGraphicsNode. setClip(ClipRable newClipper)Sets the clipping filter of this node.
-