Package apple.coregraphics.enums
Class CGGradientDrawingOptions
- java.lang.Object
-
- apple.coregraphics.enums.CGGradientDrawingOptions
-
public final class CGGradientDrawingOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intAfterEndLocationstatic intBeforeStartLocation
-
-
-
Field Detail
-
BeforeStartLocation
public static final int BeforeStartLocation
- See Also:
- Constant Field Values
-
AfterEndLocation
public static final int AfterEndLocation
- See Also:
- Constant Field Values
-
-