|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor.State
private static class GraphicsToGraphics2DAdaptor.State
Field Summary | |
---|---|
int |
alpha
cached alpha value |
Color |
bgColor
cached background color |
int |
clipH
clipping rectangle height |
int |
clipW
clipping rectangle width |
int |
clipX
clipping rectangle x coordinate |
int |
clipY
clipping rectangle y coordinate |
Color |
fgColor
cached foreground color |
Font |
font
cached font |
(package private) int |
graphicHints
|
LineAttributes |
lineAttributes
Line attributes value |
int |
translateX
translateX |
int |
translateY
translateY |
boolean |
XorMode
cached xor mode value |
Constructor Summary | |
---|---|
private |
GraphicsToGraphics2DAdaptor.State()
|
Method Summary | |
---|---|
void |
copyFrom(GraphicsToGraphics2DAdaptor.State state)
Copy the values from a given state to this state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int translateX
public int translateY
public int clipX
public int clipY
public int clipW
public int clipH
public Font font
public boolean XorMode
public Color fgColor
public Color bgColor
public int alpha
public LineAttributes lineAttributes
int graphicHints
Constructor Detail |
---|
private GraphicsToGraphics2DAdaptor.State()
Method Detail |
---|
public void copyFrom(GraphicsToGraphics2DAdaptor.State state)
state
- the state to copy from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |