com.aspose.cells

Class ShapePathType

  • java.lang.Object
    • com.aspose.cells.ShapePathType
public class ShapePathType 
extends java.lang.Object

Utility class containing constants. Represents path segment type.

Field Summary
static final intLINE_TO
Straight line segment
static final intCUBIC_BEZIER_CURVE_TO
Cubic Bezier curve
static final intMOVE_TO
Start a new path
static final intCLOSE
If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path.
static final intEND
The end of the current path
static final intESCAPE
Escape
static final intARC_TO
An arc
static final intUNKNOWN
Unknown
 

    • Field Detail

      • LINE_TO

        public static final int LINE_TO
        Straight line segment
      • CUBIC_BEZIER_CURVE_TO

        public static final int CUBIC_BEZIER_CURVE_TO
        Cubic Bezier curve
      • MOVE_TO

        public static final int MOVE_TO
        Start a new path
      • CLOSE

        public static final int CLOSE
        If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path.
      • END

        public static final int END
        The end of the current path
      • ESCAPE

        public static final int ESCAPE
        Escape
      • ARC_TO

        public static final int ARC_TO
        An arc
      • UNKNOWN

        public static final int UNKNOWN
        Unknown