org.apache.batik.gvt
Interface Mask

All Superinterfaces:
RenderableImage

public interface Mask
extends RenderableImage

Describes a mask.

Version:
$Id: Mask.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Thierry Kormann

Field Summary
 
Fields inherited from interface java.awt.image.renderable.RenderableImage
HINTS_OBSERVED
 
Method Summary
 Rectangle2D getBounds2D()
          Returns the bounds of this mask.
 
Methods inherited from interface java.awt.image.renderable.RenderableImage
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
 

Method Detail

getBounds2D

Rectangle2D getBounds2D()
Returns the bounds of this mask.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.