javafx.scene.transform (Java SE 10 & JDK 10 ) (original) (raw)
Provides the set of convenient classes to perform rotating, scaling, shearing, and translation transformations for Affine
objects.
- Class Summary
Class Description Affine The Affine class represents a general affine transform. Rotate This class represents an Affine object that rotates coordinates around an anchor point. Scale This class represents an Affine object that scales coordinates by the specified factors. Shear This class represents an Affine object that shears coordinates by the specified multipliers. Transform This class is a base class for different affine transformations. TransformChangedEvent This event is fired on a transform when any of its properties changes. Translate This class represents an Affine object that translates coordinates by the specified factors. - Enum Summary
Enum Description MatrixType Specifies type of transformation matrix. - Exception Summary
Exception Description NonInvertibleTransformException The NonInvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of a Transform object which is in a non-invertible state.
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.