org.apache.batik.gvt
Interface ProxyGraphicsNode

All Superinterfaces:
GraphicsNode, LeafGraphicsNode

public interface ProxyGraphicsNode
extends LeafGraphicsNode

A graphics node that is a placeholder for another graphics node to control access to it.


Fields inherited from interface org.apache.batik.gvt.GraphicsNode
KEY_AREA_OF_INTEREST
 
Method Summary
 GraphicsNode getSource()
          Returns the proxy's graphics node.
 void setSource(GraphicsNode newSource)
          Sets the graphics node to proxy to the specified graphics 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

setSource

public void setSource(GraphicsNode newSource)
Sets the graphics node to proxy to the specified graphics node.
Parameters:
newSource - the new graphics node to proxy

getSource

public GraphicsNode getSource()
Returns the proxy's graphics node.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.