|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clip | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.refimpl.bridge | |
org.apache.batik.refimpl.gvt | |
org.apache.batik.refimpl.gvt.filter |
Uses of Clip in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return Clip | |
Clip |
ClipBridge.createClip(BridgeContext ctx,
GraphicsNode node,
Element clipElement,
Element clipedElement)
Creates a Clip filter using the specified context and element. |
Uses of Clip in org.apache.batik.gvt |
Methods in org.apache.batik.gvt that return Clip | |
Clip |
GraphicsNode.getClip()
Returns the clipping filter of this node or null if any. |
Methods in org.apache.batik.gvt with parameters of type Clip | |
void |
GraphicsNode.setClip(Clip newClipper)
Sets the clipping filter for this node. |
Uses of Clip in org.apache.batik.refimpl.bridge |
Methods in org.apache.batik.refimpl.bridge that return Clip | |
static Clip |
CSSUtilities.convertClipPath(Element clipedElement,
GraphicsNode gn,
BridgeContext ctx)
Returns the Shape referenced by the input element's clip-path attribute. |
Clip |
SVGClipPathElementBridge.createClip(BridgeContext ctx,
GraphicsNode gn,
Element clipElement,
Element clipedElement)
Returns the Shape referenced by the input element's clip-path attribute. |
Uses of Clip in org.apache.batik.refimpl.gvt |
Fields in org.apache.batik.refimpl.gvt declared as Clip | |
protected Clip |
AbstractGraphicsNode.clip
The clipping filter for this graphics node. |
Methods in org.apache.batik.refimpl.gvt that return Clip | |
Clip |
AbstractGraphicsNode.getClip()
|
Methods in org.apache.batik.refimpl.gvt with parameters of type Clip | |
void |
AbstractGraphicsNode.setClip(Clip newClipper)
|
Uses of Clip in org.apache.batik.refimpl.gvt.filter |
Classes in org.apache.batik.refimpl.gvt.filter that implement Clip | |
class |
ConcreteClipRable
ClipRable implementation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |