public class PDFANode
extends org.apache.batik.gvt.CompositeGraphicsNode
A graphics node that represents an image described as a graphics node.
This work was authored by Keiron Liddle (keiron@aftexsw.com).
changeCompletedEvent, changeStartedEvent, clip, composite, enableBackgroundGraphicsNodeRable, filter, graphicsNodeRable, hints, inverseTransform, isVisible, listeners, mask, parent, pointerEventType, root, weakRef
Constructor | Description |
---|---|
PDFANode() |
Constructs a new empty
PDFANode . |
Modifier and Type | Method | Description |
---|---|---|
void |
paint(java.awt.Graphics2D g2d) |
Paints this node if visible.
|
void |
setDestination(java.lang.String dest) |
Set the destination String.
|
void |
setTransform(java.awt.geom.AffineTransform tf) |
Set the current transform of this node.
|
fireGraphicsNodeChangeCompleted, fireGraphicsNodeChangeStarted, fireGraphicsNodeChangeStarted, fireGraphicsNodeChangeStarted, getBounds, getClip, getComposite, getEnableBackgroundGraphicsNodeRable, getFilter, getGlobalTransform, getGraphicsNodeRable, getInverseTransform, getMask, getParent, getPointerEventType, getRenderingHints, getRoot, getTransform, getTransformedBounds, getWeakReference, intersects, isAntialiasedClip, isOffscreenBufferNeeded, isVisible, normalizeRectangle, setClip, setComposite, setFilter, setMask, setParent, setPointerEventType, setRenderingHint, setRenderingHints, setRenderingHints
add, add, addAll, addAll, clear, contains, contains, containsAll, ensureCapacity, get, getBackgroundEnable, getChildren, getGeometryBounds, getOutline, getPrimitiveBounds, getSensitiveBounds, getTransformedBBox, getTransformedGeometryBounds, getTransformedPrimitiveBounds, getTransformedSensitiveBounds, indexOf, invalidateGeometryCache, isEmpty, iterator, lastIndexOf, listIterator, listIterator, nodeHitAt, primitivePaint, remove, remove, removeAll, retainAll, set, setBackgroundEnable, setRoot, setVisible, size, subList, toArray, toArray
public PDFANode()
PDFANode
.public void setDestination(java.lang.String dest)
dest
- the target destinationpublic void setTransform(java.awt.geom.AffineTransform tf)
setTransform
in class org.apache.batik.gvt.AbstractGraphicsNode
tf
- the transformpublic void paint(java.awt.Graphics2D g2d)
paint
in class org.apache.batik.gvt.AbstractGraphicsNode
g2d
- the Graphics2D to useCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.