Package | Description |
---|---|
com.sun.javafx.geom |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TransformedShape.General |
(package private) static class |
TransformedShape.Translate |
Modifier and Type | Method and Description |
---|---|
static TransformedShape |
TransformedShape.transformedShape(Shape original,
BaseTransform tx)
Returns a
Shape object backed by the specified original
but with the indicated transform applied to all of its coordinates. |
static TransformedShape |
TransformedShape.translatedShape(Shape original,
double tx,
double ty)
Returns a
Shape object backed by the specified original
but with the indicated translation applied to all of its coordinates. |