Uses of Interface
org.apache.batik.ext.awt.image.renderable.ClipRable
Packages that use ClipRable
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
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 ClipRableModifier and TypeMethodDescriptionstatic ClipRable
CSSUtilities.convertClipPath
(Element clippedElement, GraphicsNode clippedNode, BridgeContext ctx) Returns aClip
referenced by the specified element and which applies on the specified graphics node.ClipBridge.createClip
(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode) Creates aClip
according to the specified parameters.SVGClipPathElementBridge.createClip
(BridgeContext ctx, Element clipElement, 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 -
Uses of ClipRable in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as ClipRableModifier and TypeFieldDescriptionprotected ClipRable
AbstractGraphicsNode.clip
The clipping filter for this graphics node.Methods in org.apache.batik.gvt that return ClipRableModifier and TypeMethodDescriptionAbstractGraphicsNode.getClip()
Returns the clipping filter of this node or null if any.GraphicsNode.getClip()
Returns the clipping filter of this node or null if any.Methods in org.apache.batik.gvt with parameters of type ClipRable