|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mask | |
|---|---|
| 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. |
| Uses of Mask in org.apache.batik.bridge |
|---|
| Methods in org.apache.batik.bridge that return Mask | |
|---|---|
static Mask |
CSSUtilities.convertMask(Element maskedElement,
GraphicsNode maskedNode,
BridgeContext ctx)
Returns a Mask referenced by the specified element and which applies on the specified graphics node. |
Mask |
SVGMaskElementBridge.createMask(BridgeContext ctx,
Element maskElement,
Element maskedElement,
GraphicsNode maskedNode)
Creates a Mask according to the specified parameters. |
Mask |
MaskBridge.createMask(BridgeContext ctx,
Element maskElement,
Element maskedElement,
GraphicsNode maskedNode)
Creates a Mask according to the specified parameters. |
| Uses of Mask in org.apache.batik.gvt |
|---|
| Fields in org.apache.batik.gvt declared as Mask | |
|---|---|
protected Mask |
AbstractGraphicsNode.mask
The mask of this graphics node. |
| Methods in org.apache.batik.gvt that return Mask | |
|---|---|
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. |
| Methods in org.apache.batik.gvt with parameters of type Mask | |
|---|---|
void |
AbstractGraphicsNode.setMask(Mask newMask)
Sets the mask of this node. |
void |
GraphicsNode.setMask(Mask newMask)
Sets the mask of this node. |
| Uses of Mask in org.apache.batik.gvt.filter |
|---|
| Classes in org.apache.batik.gvt.filter that implement Mask | |
|---|---|
class |
MaskRable8Bit
MaskRable implementation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||