Package org.eclipse.draw2d
Class ScaledGraphics.State
java.lang.Object
org.eclipse.draw2d.ScaledGraphics.State
- Enclosing class:
- ScaledGraphics
The internal state of the scaled graphics.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedState()Constructs a new, uninitialized State object.protectedConstructs a new State object and initializes the properties based on the given values.protectedConstructs a new State object and initializes the properties based on the given values.
- 
Method Summary
- 
Constructor Details- 
Stateprotected State()Constructs a new, uninitialized State object.
- 
StateConstructs a new State object and initializes the properties based on the given values.- Parameters:
- zoom- the zoom factor
- x- the x offset
- y- the y offset
- font- the font
- lineWidth- the line width
 
- 
StateConstructs a new State object and initializes the properties based on the given values.- Parameters:
- zoom- the zoom factor
- x- the x offset
- y- the y offset
- font- the font
- lineWidth- the line width
- Since:
- 3.5
 
 
- 
- 
Method Details- 
setValuesSets all the properties of the state object.- Parameters:
- zoom- the zoom factor
- x- the x offset
- y- the y offset
- font- the font
- lineWidth- the line width
 
- 
setValuesSets all the properties of the state object.- Parameters:
- zoom- the zoom factor
- x- the x offset
- y- the y offset
- font- the font
- lineWidth- the line width
- Since:
- 3.5
 
 
-