|
fop 0.95 | |||||||||
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.fop.svg.PDFImageElementBridge.LoaderImageNode
public class PDFImageElementBridge.LoaderImageNode
An image node for natively handled Image instance. This holds a natively handled image so that it can be drawn into the PDFGraphics2D.
Field Summary |
---|
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 | |
---|---|
PDFImageElementBridge.LoaderImageNode(org.apache.xmlgraphics.image.loader.Image image,
org.apache.batik.bridge.BridgeContext ctx,
org.w3c.dom.Element imageElement,
org.apache.batik.util.ParsedURL purl)
Create a new image node for drawing natively handled images into PDF graphics. |
Method Summary | |
---|---|
java.awt.geom.Rectangle2D |
getGeometryBounds()
|
java.awt.Shape |
getOutline()
|
java.awt.geom.Rectangle2D |
getPrimitiveBounds()
|
java.awt.geom.Rectangle2D |
getSensitiveBounds()
|
void |
primitivePaint(java.awt.Graphics2D g2d)
|
Methods inherited from class org.apache.batik.gvt.AbstractGraphicsNode |
---|
contains, fireGraphicsNodeChangeCompleted, fireGraphicsNodeChangeStarted, fireGraphicsNodeChangeStarted, fireGraphicsNodeChangeStarted, getBounds, getClip, getComposite, getEnableBackgroundGraphicsNodeRable, getFilter, getGlobalTransform, getGraphicsNodeRable, getInverseTransform, getMask, getParent, getPointerEventType, getRenderingHints, getRoot, getTransform, getTransformedBounds, getTransformedGeometryBounds, getTransformedPrimitiveBounds, getTransformedSensitiveBounds, getWeakReference, intersects, invalidateGeometryCache, isAntialiasedClip, isOffscreenBufferNeeded, isVisible, nodeHitAt, normalizeRectangle, paint, setClip, setComposite, setFilter, setMask, setParent, setPointerEventType, setRenderingHint, setRenderingHints, setRenderingHints, setRoot, setTransform, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFImageElementBridge.LoaderImageNode(org.apache.xmlgraphics.image.loader.Image image, org.apache.batik.bridge.BridgeContext ctx, org.w3c.dom.Element imageElement, org.apache.batik.util.ParsedURL purl)
image
- the JPEG imagectx
- the bridge contextimageElement
- the SVG image elementpurl
- the URL to the imageMethod Detail |
---|
public java.awt.Shape getOutline()
public void primitivePaint(java.awt.Graphics2D g2d)
public java.awt.geom.Rectangle2D getGeometryBounds()
public java.awt.geom.Rectangle2D getPrimitiveBounds()
public java.awt.geom.Rectangle2D getSensitiveBounds()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |