org.apache.batik.gvt
Interface Mask

All Superinterfaces:
RenderableImage

public interface Mask
extends RenderableImage

Describes a mask.


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

public Rectangle2D getBounds2D()
Returns the bounds of this mask.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.