Package com.sun.javafx.geom.transform
Class Identity
java.lang.Object
com.sun.javafx.geom.transform.BaseTransform
com.sun.javafx.geom.transform.Identity
-
Field Summary
Fields inherited from class com.sun.javafx.geom.transform.BaseTransform
IDENTITY_TRANSFORM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
is2D()
boolean
This constant indicates that the transform defined by this object performs an arbitrary conversion of the input coordinates.boolean
void
transform
(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) transform
(BaseBounds bounds, BaseBounds result)
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
isIdentity
public boolean isIdentity()Description copied from class:BaseTransform
This constant indicates that the transform defined by this object performs an arbitrary conversion of the input coordinates. If this transform can be classified by any of the above constants, the type will either be the constant TYPE_IDENTITY or a combination of the appropriate flag bits for the various coordinate conversions that this transform performs.- Specified by:
isIdentity
in classBaseTransform
- See Also:
-
-
invalid @see
#TYPE_IDENTITY
-
invalid @see
#TYPE_TRANSLATION
-
invalid @see
#TYPE_UNIFORM_SCALE
-
invalid @see
#TYPE_GENERAL_SCALE
-
invalid @see
#TYPE_FLIP
-
invalid @see
#TYPE_QUADRANT_ROTATION
-
invalid @see
#TYPE_GENERAL_ROTATION
-
invalid @see
#getType
-
-
isTranslateOrIdentity
public boolean isTranslateOrIdentity()- Specified by:
isTranslateOrIdentity
in classBaseTransform
-
is2D
public boolean is2D()- Specified by:
is2D
in classBaseTransform
-
transform
public void transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) - Specified by:
transform
in classBaseTransform
-
transform
- Specified by:
transform
in classBaseTransform
-