| 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.gvt |
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
|
| org.apache.batik.gvt.filter |
Contains all of the interfaces for describing a set of standard
image processing filters Java objects.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Mask |
CSSUtilities.convertMask(org.w3c.dom.Element maskedElement,
GraphicsNode maskedNode,
BridgeContext ctx) |
Returns a
Mask referenced by the specified element and
which applies on the specified graphics node. |
Mask |
MaskBridge.createMask(BridgeContext ctx,
org.w3c.dom.Element maskElement,
org.w3c.dom.Element maskedElement,
GraphicsNode maskedNode) |
Creates a
Mask according to the specified parameters. |
Mask |
SVGMaskElementBridge.createMask(BridgeContext ctx,
org.w3c.dom.Element maskElement,
org.w3c.dom.Element maskedElement,
GraphicsNode maskedNode) |
Creates a
Mask according to the specified parameters. |
| Modifier and Type | Field | Description |
|---|---|---|
protected Mask |
AbstractGraphicsNode.mask |
The mask of this graphics node.
|
| Modifier and Type | Method | Description |
|---|---|---|
Mask |
AbstractGraphicsNode.getMask() |
Returns the mask of this node or null if any.
|
Mask |
GraphicsNode.getMask() |
Returns the mask of this node or null if any.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractGraphicsNode.setMask(Mask newMask) |
Sets the mask of this node.
|
void |
GraphicsNode.setMask(Mask newMask) |
Sets the mask of this node.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MaskRable8Bit |
MaskRable implementation
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.