public class Position extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
isPixel |
int |
pixelX |
int |
pixelY |
double |
x |
double |
y |
Constructor and Description |
---|
Position() |
Modifier and Type | Method and Description |
---|---|
Position |
set(double x,
double y) |
Position |
setPixels(int pixelX,
int pixelY) |
Position |
setTo(Position other) |
void |
toPixels(Point where,
FontMetrics tm) |