Class PathSegment

    • Field Detail

      • type

        public int type
    • Constructor Detail

      • PathSegment

        public PathSegment()
    • Method Detail

      • toTypeName

        public static final String toTypeName(int type)
        This maps the type integer to a human-readable string. This is intended for debugging and exceptions.
        Parameters:
        type - one of the PathIterator "SEG" constants.
        Returns:
        a string such as "SEG_CLOSE" or "SEG_LINETO".
      • rotate

        public abstract void rotate(float f)
      • toString

        public static String toString(float[] array)