|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.refimpl.gvt.AbstractGraphicsNode | +--org.apache.batik.refimpl.gvt.ConcreteCompositeGraphicsNode | +--org.apache.batik.refimpl.gvt.ConcreteImageNode
An implementation of the ImageNode interface.
Fields inherited from class org.apache.batik.refimpl.gvt.ConcreteCompositeGraphicsNode |
backgroundEnableRgn, children, count, modCount |
Fields inherited from class org.apache.batik.refimpl.gvt.AbstractGraphicsNode |
clip, composite, cursor, eventFilter, filter, hints, hitDetector, isVisible, listeners, mask, mememtos, parent, root, transform |
Fields inherited from interface org.apache.batik.gvt.GraphicsNode |
KEY_AREA_OF_INTEREST |
Fields inherited from interface org.apache.batik.gvt.CompositeGraphicsNode |
VIEWPORT |
Constructor Summary | |
ConcreteImageNode()
Constructs a new empty image node. |
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 class org.apache.batik.refimpl.gvt.ConcreteCompositeGraphicsNode |
add, add, addAll, addAll, addCompositeGraphicsNodeListener, clear, contains, contains, containsAll, ensureCapacity, get, getBackgroundEnable, getChildren, getGeometryBounds, getGlobalBounds, getOutline, getPrimitiveBounds, hasProgressivePaint, indexOf, invalidateGeometryCache, isEmpty, iterator, lastIndexOf, listIterator, listIterator, nodeHitAt, primitivePaint, progressivePaint, remove, remove, removeAll, removeCompositeGraphicsNodeListener, retainAll, set, setBackgroundEnable, setRoot, size, subList, toArray, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
equals, hashCode |
Constructor Detail |
public ConcreteImageNode()
Method Detail |
public void setImage(GraphicsNode newImage)
ImageNode
setImage
in interface ImageNode
org.apache.batik.gvt.ImageNode
newImage
- the new image of this image nodepublic GraphicsNode getImage()
ImageNode
getImage
in interface ImageNode
org.apache.batik.gvt.ImageNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |