| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected Mask |
AbstractGraphicsNode.mask
The mask of this graphics node.
|
| Modifier and Type | Method and 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 and 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 and Description |
|---|---|
class |
MaskRable8Bit
MaskRable implementation
|
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.