Package apple.uikit.enums
Class NSLayoutFormatOptions
- java.lang.Object
-
- apple.uikit.enums.NSLayoutFormatOptions
-
public final class NSLayoutFormatOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlignAllBaselinestatic longAlignAllBottomstatic longAlignAllCenterXstatic longAlignAllCenterYstatic longAlignAllFirstBaselinestatic longAlignAllLastBaselinestatic longAlignAllLeadingstatic longAlignAllLeftstatic longAlignAllRightstatic longAlignAllTopstatic longAlignAllTrailingstatic longAlignmentMaskstatic longDirectionLeadingToTrailingdefaultstatic longDirectionLeftToRightstatic longDirectionMaskstatic longDirectionRightToLeftstatic longSpacingBaselineToBaselineValid only for vertical layouts.static longSpacingEdgeToEdgedefaultstatic longSpacingMaskValid only for vertical layouts.
-
-
-
Field Detail
-
AlignAllLeft
public static final long AlignAllLeft
- See Also:
- Constant Field Values
-
AlignAllRight
public static final long AlignAllRight
- See Also:
- Constant Field Values
-
AlignAllTop
public static final long AlignAllTop
- See Also:
- Constant Field Values
-
AlignAllBottom
public static final long AlignAllBottom
- See Also:
- Constant Field Values
-
AlignAllLeading
public static final long AlignAllLeading
- See Also:
- Constant Field Values
-
AlignAllTrailing
public static final long AlignAllTrailing
- See Also:
- Constant Field Values
-
AlignAllCenterX
public static final long AlignAllCenterX
- See Also:
- Constant Field Values
-
AlignAllCenterY
public static final long AlignAllCenterY
- See Also:
- Constant Field Values
-
AlignAllLastBaseline
public static final long AlignAllLastBaseline
- See Also:
- Constant Field Values
-
AlignAllBaseline
public static final long AlignAllBaseline
- See Also:
- Constant Field Values
-
AlignAllFirstBaseline
public static final long AlignAllFirstBaseline
- See Also:
- Constant Field Values
-
AlignmentMask
public static final long AlignmentMask
- See Also:
- Constant Field Values
-
DirectionLeadingToTrailing
public static final long DirectionLeadingToTrailing
default- See Also:
- Constant Field Values
-
DirectionLeftToRight
public static final long DirectionLeftToRight
- See Also:
- Constant Field Values
-
DirectionRightToLeft
public static final long DirectionRightToLeft
- See Also:
- Constant Field Values
-
DirectionMask
public static final long DirectionMask
- See Also:
- Constant Field Values
-
SpacingEdgeToEdge
public static final long SpacingEdgeToEdge
default- See Also:
- Constant Field Values
-
SpacingBaselineToBaseline
public static final long SpacingBaselineToBaseline
Valid only for vertical layouts. Between views with text content the value will be used to determine the distance from the last baseline of the view above to the first baseline of the view below. For views without text content the top or bottom edge will be used in lieu of the baseline position. The default spacing "]-[" will be determined from the line heights of the fonts involved in views with text content, when present.- See Also:
- Constant Field Values
-
SpacingMask
public static final long SpacingMask
Valid only for vertical layouts. Between views with text content the value will be used to determine the distance from the last baseline of the view above to the first baseline of the view below. For views without text content the top or bottom edge will be used in lieu of the baseline position. The default spacing "]-[" will be determined from the line heights of the fonts involved in views with text content, when present.- See Also:
- Constant Field Values
-
-