Package apple.coregraphics.enums
Class CGLineCap
- java.lang.Object
-
- apple.coregraphics.enums.CGLineCap
-
public final class CGLineCap extends java.lang.ObjectLine cap styles.
-
-
Field Detail
-
Butt
public static final int Butt
- See Also:
- Constant Field Values
-
Round
public static final int Round
- See Also:
- Constant Field Values
-
Square
public static final int Square
- See Also:
- Constant Field Values
-
-