Class Identity

java.lang.Object
com.sun.javafx.geom.transform.BaseTransform
com.sun.javafx.geom.transform.Identity

public final class Identity extends BaseTransform
  • 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 class BaseTransform
      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 class BaseTransform
    • is2D

      public boolean is2D()
      Specified by:
      is2D in class BaseTransform
    • transform

      public void transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts)
      Specified by:
      transform in class BaseTransform
    • transform

      public BaseBounds transform(BaseBounds bounds, BaseBounds result)
      Specified by:
      transform in class BaseTransform