javafx.ui.canvas
Transformable
Interface for graphic objects that can be transformed (translated,
scaled, skewed, or rotated).
Attributes
- protected affineTransform: java.awt.geom.AffineTransform?
- public transform: Transform*
- A list of transformation operations that will be performed on this object.
Operations/Functions
- protected onTransformChanged(t: java.awt.geom.AffineTransform)
- protected updateTransform()