Uses of Class
org.robovm.apple.uikit.NSRectAlignment
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSRectAlignment in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSRectAlignment Modifier and Type Method Description NSRectAlignmentNSCollectionLayoutBoundarySupplementaryItem. getAlignment()static NSRectAlignmentNSRectAlignment. valueOf(long n)Returns the enum constant of this type with the specified name.static NSRectAlignmentNSRectAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static NSRectAlignment[]NSRectAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type NSRectAlignment Modifier and Type Method Description protected static longNSCollectionLayoutBoundarySupplementaryItem. create(NSCollectionLayoutSize layoutSize, String elementKind, NSRectAlignment alignment)protected static longNSCollectionLayoutBoundarySupplementaryItem. create(NSCollectionLayoutSize layoutSize, String elementKind, NSRectAlignment alignment, CGPoint absoluteOffset)Constructors in org.robovm.apple.uikit with parameters of type NSRectAlignment Constructor Description NSCollectionLayoutBoundarySupplementaryItem(NSCollectionLayoutSize layoutSize, String elementKind, NSRectAlignment alignment)NSCollectionLayoutBoundarySupplementaryItem(NSCollectionLayoutSize layoutSize, String elementKind, NSRectAlignment alignment, CGPoint absoluteOffset)