|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.draw2d.SWTGraphics.State
Contains the state variables of this SWTGraphics object
Field Summary | |
Color |
bgColor
Background and foreground colors |
int |
clipH
Clip values |
int |
clipW
Clip values |
int |
clipX
Clip values |
int |
clipY
Clip values |
int |
dx
Line values |
int |
dy
Line values |
Color |
fgColor
Background and foreground colors |
Font |
font
Font value |
int |
lineStyle
Line values |
int |
lineWidth
Line values |
boolean |
xor
XOR value |
Constructor Summary | |
protected |
SWTGraphics.State()
|
Method Summary | |
Object |
clone()
|
void |
copyFrom(SWTGraphics.State state)
Copies all state information from the given State to this State |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Color bgColor
public Color fgColor
public int clipX
public int clipY
public int clipW
public int clipH
public Font font
public int lineWidth
public int lineStyle
public int dx
public int dy
public boolean xor
Constructor Detail |
protected SWTGraphics.State()
Method Detail |
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Object.clone()
public void copyFrom(SWTGraphics.State state)
state
- The State to copy from
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |