org.apache.batik.gvt
Interface RasterImageNode

All Superinterfaces:
GraphicsNode, LeafGraphicsNode
All Known Implementing Classes:
ConcreteRasterImageNode

public interface RasterImageNode
extends LeafGraphicsNode

A graphics node that represents a raster image.


Fields inherited from interface org.apache.batik.gvt.GraphicsNode
KEY_AREA_OF_INTEREST
 
Method Summary
 Filter getImage()
          Returns the raster image of this raster image node.
 java.awt.geom.Rectangle2D getImageBounds()
          Returns the bounds of this raster image node.
 void setImage(Filter newImage)
          Sets the raster image of this raster image node.
 void setImageBounds(java.awt.geom.Rectangle2D newBounds)
          Sets the bounds of this raster image node.
 
Methods inherited from interface org.apache.batik.gvt.GraphicsNode
addGraphicsNodeKeyListener, addGraphicsNodeMouseListener, addPropertyChangeListener, addPropertyChangeListener, contains, dispatch, getBounds, getClip, getComposite, getCursor, getFilter, getGeometryBounds, getGlobalTransform, getGraphicsNodeEventFilter, getGraphicsNodeHitDetector, getListeners, getMask, getMemento, getOutline, getParent, getPrimitiveBounds, getRenderingHints, getRoot, getTransform, hasProgressivePaint, intersects, isVisible, nodeHitAt, paint, primitivePaint, processKeyEvent, processMouseEvent, progressivePaint, putMemento, removeGraphicsNodeKeyListener, removeGraphicsNodeMouseListener, removeMemento, removePropertyChangeListener, setClip, setComposite, setCursor, setFilter, setGraphicsNodeEventFilter, setGraphicsNodeHitDetector, setMask, setRenderingHint, setRenderingHints, setRenderingHints, setTransform, setVisible
 

Method Detail

setImageBounds

public void setImageBounds(java.awt.geom.Rectangle2D newBounds)
Sets the bounds of this raster image node.
Parameters:
newBounds - the new bounds of this raster image node

getImageBounds

public java.awt.geom.Rectangle2D getImageBounds()
Returns the bounds of this raster image node.
Returns:
the bounds of this raster image node

setImage

public void setImage(Filter newImage)
Sets the raster image of this raster image node.
Parameters:
newImage - the new raster image of this raster image node

getImage

public Filter getImage()
Returns the raster image of this raster image node.
Returns:
the raster image of this raster image node


Copyright © 2000 Apache Software Foundation. All Rights Reserved.