|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.gvt.AbstractGraphicsNode
org.apache.batik.gvt.CompositeGraphicsNode
org.foray.graphic.batik.PDFANode
public class PDFANode
A graphics node that represents an image described as a graphics node.
Field Summary |
---|
Fields inherited from class org.apache.batik.gvt.CompositeGraphicsNode |
---|
backgroundEnableRgn, children, count, modCount, NULL_RECT, VIEWPORT |
Fields inherited from class org.apache.batik.gvt.AbstractGraphicsNode |
---|
changeCompletedEvent, changeStartedEvent, clip, composite, enableBackgroundGraphicsNodeRable, filter, graphicsNodeRable, hints, inverseTransform, isVisible, listeners, mask, parent, pointerEventType, root, transform, weakRef |
Fields inherited from interface org.apache.batik.gvt.GraphicsNode |
---|
ALL, FILL, IDENTITY, NONE, PAINTED, STROKE, VISIBLE, VISIBLE_FILL, VISIBLE_PAINTED, VISIBLE_STROKE |
Constructor Summary | |
---|---|
PDFANode()
Constructs a new empty PDFANode. |
Method Summary | |
---|---|
org.axsl.graphic.GraphicLink |
getLink(Graphics2D g2d)
Paints this node if it is visible. |
void |
setDestination(String dest)
Set the destination String. |
void |
setTransform(AffineTransform tf)
Set the affine transform. |
Methods inherited from class org.apache.batik.gvt.CompositeGraphicsNode |
---|
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 |
Methods inherited from class org.apache.batik.gvt.AbstractGraphicsNode |
---|
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, paint, setClip, setComposite, setFilter, setMask, setParent, setPointerEventType, setRenderingHint, setRenderingHints, setRenderingHints |
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 PDFANode()
Method Detail |
---|
public void setDestination(String dest)
dest
- The new destination for this node.public void setTransform(AffineTransform tf)
setTransform
in interface org.apache.batik.gvt.GraphicsNode
setTransform
in class org.apache.batik.gvt.AbstractGraphicsNode
tf
- The new affine transform.public org.axsl.graphic.GraphicLink getLink(Graphics2D g2d)
g2d
- The Graphics2D instance to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |