|
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.ScaledGraphics.State
The internal state of the scaled graphics.
Constructor Summary | |
protected |
ScaledGraphics.State()
Constructs a new, uninitialized State object. |
protected |
ScaledGraphics.State(double zoom,
double x,
double y,
Font font,
int lineWidth)
Constructs a new State object and initializes the properties based on the given values. |
Method Summary | |
protected void |
setValues(double zoom,
double x,
double y,
Font font,
int lineWidth)
Sets all the properties of the state object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ScaledGraphics.State()
protected ScaledGraphics.State(double zoom, double x, double y, Font font, int lineWidth)
zoom
- the zoom factorx
- the x offsety
- the y offsetfont
- the fontlineWidth
- the line widthMethod Detail |
protected void setValues(double zoom, double x, double y, Font font, int lineWidth)
zoom
- the zoom factorx
- the x offsety
- the y offsetfont
- the fontlineWidth
- the line width
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |