|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractRenderingContext
org.apache.fop.render.java2d.Java2DRenderingContext
public class Java2DRenderingContext
Rendering context for Java2D painting.
Constructor Summary | |
---|---|
Java2DRenderingContext(FOUserAgent userAgent,
java.awt.Graphics2D g2d,
FontInfo fontInfo)
Main constructor. |
Method Summary | |
---|---|
java.awt.Graphics2D |
getGraphics2D()
Returns the target Graphics2D object. |
java.lang.String |
getMimeType()
Returns the MIME type associated with the current output format. |
Methods inherited from class org.apache.fop.render.AbstractRenderingContext |
---|
getHint, getHints, getUserAgent, putHint, putHints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Java2DRenderingContext(FOUserAgent userAgent, java.awt.Graphics2D g2d, FontInfo fontInfo)
userAgent
- the user agentg2d
- the target Graphics2D instancefontInfo
- the font listMethod Detail |
---|
public java.lang.String getMimeType()
public java.awt.Graphics2D getGraphics2D()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |