public class IFGraphicContext
extends org.apache.xmlgraphics.java2d.GraphicContext
Modifier and Type | Class | Description |
---|---|---|
static class |
IFGraphicContext.Group |
a group
|
static class |
IFGraphicContext.Viewport |
a viewport
|
Modifier | Constructor | Description |
---|---|---|
|
IFGraphicContext() |
Default constructor.
|
protected |
IFGraphicContext(IFGraphicContext graphicContext) |
Copy constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
|
IFGraphicContext.Group[] |
dropGroups() |
|
IFGraphicContext.Group[] |
getGroups() |
|
int |
getGroupStackSize() |
|
void |
pushGroup(IFGraphicContext.Group group) |
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
public IFGraphicContext()
protected IFGraphicContext(IFGraphicContext graphicContext)
graphicContext
- the graphic context to make a copy ofpublic java.lang.Object clone()
clone
in class org.apache.xmlgraphics.java2d.GraphicContext
public void pushGroup(IFGraphicContext.Group group)
group
- a grouppublic IFGraphicContext.Group[] getGroups()
public IFGraphicContext.Group[] dropGroups()
public int getGroupStackSize()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.