Uses of Class
org.robovm.apple.uikit.NSCollectionLayoutAnchor
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSCollectionLayoutAnchor in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSCollectionLayoutAnchor Modifier and Type Method Description static NSCollectionLayoutAnchorNSCollectionLayoutAnchor. createUsingAbsoluteOffset(NSDirectionalRectEdge edges, CGPoint absoluteOffset)static NSCollectionLayoutAnchorNSCollectionLayoutAnchor. createUsingFactionOffset(NSDirectionalRectEdge edges, CGPoint fractionalOffset)NSCollectionLayoutAnchorNSCollectionLayoutSupplementaryItem. getContainerAnchor()NSCollectionLayoutAnchorNSCollectionLayoutSupplementaryItem. getItemAnchor()Methods in org.robovm.apple.uikit with parameters of type NSCollectionLayoutAnchor Modifier and Type Method Description protected static longNSCollectionLayoutSupplementaryItem. create(NSCollectionLayoutSize layoutSize, String elementKind, NSCollectionLayoutAnchor containerAnchor)protected static longNSCollectionLayoutSupplementaryItem. create(NSCollectionLayoutSize layoutSize, String elementKind, NSCollectionLayoutAnchor containerAnchor, NSCollectionLayoutAnchor itemAnchor)Constructors in org.robovm.apple.uikit with parameters of type NSCollectionLayoutAnchor Constructor Description NSCollectionLayoutSupplementaryItem(NSCollectionLayoutSize layoutSize, String elementKind, NSCollectionLayoutAnchor containerAnchor)NSCollectionLayoutSupplementaryItem(NSCollectionLayoutSize layoutSize, String elementKind, NSCollectionLayoutAnchor containerAnchor, NSCollectionLayoutAnchor itemAnchor)