Package apple.uikit.enums
Class UIViewContentMode
- java.lang.Object
-
- apple.uikit.enums.UIViewContentMode
-
public final class UIViewContentMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBottomstatic longBottomLeftstatic longBottomRightstatic longCentercontents remain same size. positioned adjusted.static longLeftstatic longRedrawredraw on bounds change (calls -setNeedsDisplay)static longRightstatic longScaleAspectFillcontents scaled to fill with fixed aspect. some portion of content may be clipped.static longScaleAspectFitcontents scaled to fit with fixed aspect. remainder is transparentstatic longScaleToFillstatic longTopstatic longTopLeftstatic longTopRight
-
-
-
Field Detail
-
ScaleToFill
public static final long ScaleToFill
- See Also:
- Constant Field Values
-
ScaleAspectFit
public static final long ScaleAspectFit
contents scaled to fit with fixed aspect. remainder is transparent- See Also:
- Constant Field Values
-
ScaleAspectFill
public static final long ScaleAspectFill
contents scaled to fill with fixed aspect. some portion of content may be clipped.- See Also:
- Constant Field Values
-
Redraw
public static final long Redraw
redraw on bounds change (calls -setNeedsDisplay)- See Also:
- Constant Field Values
-
Center
public static final long Center
contents remain same size. positioned adjusted.- See Also:
- Constant Field Values
-
Top
public static final long Top
- See Also:
- Constant Field Values
-
Bottom
public static final long Bottom
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
TopLeft
public static final long TopLeft
- See Also:
- Constant Field Values
-
TopRight
public static final long TopRight
- See Also:
- Constant Field Values
-
BottomLeft
public static final long BottomLeft
- See Also:
- Constant Field Values
-
BottomRight
public static final long BottomRight
- See Also:
- Constant Field Values
-
-