| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ClipRable |
CSSUtilities.convertClipPath(org.w3c.dom.Element clippedElement,
GraphicsNode clippedNode,
BridgeContext ctx) |
Returns a
Clip 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 a
Clip according to the specified parameters. |
ClipRable |
SVGClipPathElementBridge.createClip(BridgeContext ctx,
org.w3c.dom.Element clipElement,
org.w3c.dom.Element clipedElement,
GraphicsNode clipedNode) |
Creates a
Clip according to the specified parameters. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClipRable8Bit |
ClipRable implementation
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ClipRable |
AbstractGraphicsNode.clip |
The clipping filter for this graphics node.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractGraphicsNode.setClip(ClipRable newClipper) |
|
void |
GraphicsNode.setClip(ClipRable newClipper) |
Sets the clipping filter of this node.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.