|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.java2d.GraphicContext
org.apache.fop.render.intermediate.IFGraphicContext
public class IFGraphicContext
Specialized graphic context class for the intermediate format renderer.
Nested Class Summary | |
---|---|
static class |
IFGraphicContext.Group
|
static class |
IFGraphicContext.Viewport
|
Field Summary |
---|
Fields inherited from class org.apache.xmlgraphics.java2d.GraphicContext |
---|
background, clip, composite, defaultTransform, font, foreground, hints, paint, stroke, transform, transformStack, transformStackValid |
Constructor Summary | |
---|---|
|
IFGraphicContext()
Default constructor. |
protected |
IFGraphicContext(IFGraphicContext graphicContext)
Copy constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
IFGraphicContext.Group[] |
dropGroups()
|
IFGraphicContext.Group[] |
getGroups()
|
int |
getGroupStackSize()
|
void |
pushGroup(IFGraphicContext.Group group)
|
Methods inherited from class org.apache.xmlgraphics.java2d.GraphicContext |
---|
addRenderingHints, clip, clipRect, getBackground, getClip, getClipBounds, getColor, getComposite, getFont, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, getTransformStack, invalidateTransformStack, isTransformStackValid, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setFont, setPaint, setRenderingHint, setRenderingHints, setStroke, setTransform, shear, transform, translate, translate, validateTransformStack |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IFGraphicContext()
protected IFGraphicContext(IFGraphicContext graphicContext)
graphicContext
- the graphic context to make a copy ofMethod Detail |
---|
public java.lang.Object clone()
clone
in class org.apache.xmlgraphics.java2d.GraphicContext
public void pushGroup(IFGraphicContext.Group group)
public IFGraphicContext.Group[] getGroups()
public IFGraphicContext.Group[] dropGroups()
public int getGroupStackSize()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |