| Modifier and Type | Field and Description |
|---|---|
static TransformImpl |
NO_TRANSFORM |
| Constructor and Description |
|---|
TransformImpl(Point2D translate,
Point2D scale) |
| Modifier and Type | Method and Description |
|---|---|
Point2D |
getScale() |
Point2D |
getTranslate() |
Point2D |
inverse(double x,
double y) |
Point2D |
transform(double x,
double y) |
public static final TransformImpl NO_TRANSFORM
public Point2D getTranslate()
getTranslate in interface Transformpublic Point2D transform(double x, double y)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.