|
Eclipse Draw2d 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.ScaledGraphics.State
protected static class 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,
float lineWidth)
Constructs a new State object and initializes the properties based on the given values. |
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,
float lineWidth)
Sets all the properties of the state object. |
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 widthprotected ScaledGraphics.State(double zoom, double x, double y, Font font, float 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 widthprotected void setValues(double zoom, double x, double y, Font font, float lineWidth)
zoom
- the zoom factorx
- the x offsety
- the y offsetfont
- the fontlineWidth
- the line width
|
Eclipse Draw2d 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |