Package | Description |
---|---|
com.sun.javafx.geom |
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. |
Copyright © 2020. All rights reserved.