Class FX2Geometry
java.lang.Object
org.eclipse.gef.geometry.convert.fx.FX2Geometry
Utility class to support the conversion between JavaFX objects and
corresponding classes of the GEF geometry API.
-
Method Summary
Modifier and TypeMethodDescriptionstatic final AffineTransform
Converts the given JavaFXTransform
to anAffineTransform
.static final Point
static final Rectangle
-
Method Details
-
toAffineTransform
Converts the given JavaFXTransform
to anAffineTransform
.- Parameters:
t
- The JavaFXTransform
to convert.- Returns:
- The new
AffineTransform
.
-
toRectangle
-
toPoint
-