Package apple.coregraphics.enums
Class CGPathElementType
- java.lang.Object
-
- apple.coregraphics.enums.CGPathElementType
-
public final class CGPathElementType extends java.lang.ObjectThe types of path elements returned by `CGPathApply'.
-
-
Field Summary
Fields Modifier and Type Field Description static intAddCurveToPointstatic intAddLineToPointstatic intAddQuadCurveToPointstatic intCloseSubpathstatic intMoveToPoint
-
-
-
Field Detail
-
MoveToPoint
public static final int MoveToPoint
- See Also:
- Constant Field Values
-
AddLineToPoint
public static final int AddLineToPoint
- See Also:
- Constant Field Values
-
AddQuadCurveToPoint
public static final int AddQuadCurveToPoint
- See Also:
- Constant Field Values
-
AddCurveToPoint
public static final int AddCurveToPoint
- See Also:
- Constant Field Values
-
CloseSubpath
public static final int CloseSubpath
- See Also:
- Constant Field Values
-
-