org.apache.batik.gvt
Interface ImageNode

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

public interface ImageNode
extends LeafGraphicsNode

A graphics node that represents an image described as a graphics node.


Fields inherited from interface org.apache.batik.gvt.GraphicsNode
KEY_AREA_OF_INTEREST
 
Method Summary
 GraphicsNode getImage()
          Returns the image of this image node.
 void setImage(GraphicsNode newImage)
          Sets the image of this 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

setImage

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

getImage

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.