public class GralPlotArea.UserUnits extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
fx
User units for this area to draw somewhat in user units.
|
float |
fy
User units for this area to draw somewhat in user units.
|
float |
x0
User units for this area to draw somewhat in user units.
|
float |
xmax
User units for this area to draw somewhat in user units.
|
float |
y0
User units for this area to draw somewhat in user units.
|
float |
ymax
User units for this area to draw somewhat in user units.
|
Modifier | Constructor and Description |
---|---|
protected |
UserUnits(float x0,
float y0,
float x1,
float y1,
boolean perGridPos)
Sets the user units
|
public final float x0
public final float y0
public final float xmax
public final float ymax
public final float fx
public final float fy
protected UserUnits(float x0, float y0, float x1, float y1, boolean perGridPos)
x0
- origin, x-Coordinate, bottom lefty0
- origin, y-Coordinate, bottom leftx1
- x-Coordinate, righty1
- y-Coordinate top right