Eclipse Draw2d
2.1

org.eclipse.draw2d
Class SWTGraphics.State

java.lang.Object
  |
  +--org.eclipse.draw2d.SWTGraphics.State
All Implemented Interfaces:
Cloneable
Enclosing class:
SWTGraphics

protected static class SWTGraphics.State
extends Object
implements Cloneable


Field Summary
 Color bgColor
           
 int clipH
           
 int clipW
           
 int clipX
           
 int clipY
           
 int dx
           
 int dy
           
 Color fgColor
           
 Font font
           
 int lineStyle
           
 int lineWidth
           
 boolean xor
           
 
Constructor Summary
protected SWTGraphics.State()
           
 
Method Summary
 Object clone()
           
 void copyFrom(SWTGraphics.State state)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bgColor

public Color bgColor

fgColor

public Color fgColor

clipX

public int clipX

clipY

public int clipY

clipW

public int clipW

clipH

public int clipH

font

public Font font

lineWidth

public int lineWidth

lineStyle

public int lineStyle

dx

public int dx

dy

public int dy

xor

public boolean xor
Constructor Detail

SWTGraphics.State

protected SWTGraphics.State()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
CloneNotSupportedException

copyFrom

public void copyFrom(SWTGraphics.State state)

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.