Uses of Class
org.robovm.apple.uikit.NSLayoutRelation
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSLayoutRelation in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSLayoutRelation Modifier and Type Method Description NSLayoutRelationNSLayoutConstraint. getRelation()static NSLayoutRelationNSLayoutRelation. valueOf(long n)Returns the enum constant of this type with the specified name.static NSLayoutRelationNSLayoutRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static NSLayoutRelation[]NSLayoutRelation. 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 NSLayoutRelation Modifier and Type Method Description protected static longNSLayoutConstraint. create(NSObject view1, NSLayoutAttribute attr1, NSLayoutRelation relation, NSObject view2, NSLayoutAttribute attr2, double multiplier, double c)Constructors in org.robovm.apple.uikit with parameters of type NSLayoutRelation Constructor Description NSLayoutConstraint(NSObject view1, NSLayoutAttribute attr1, NSLayoutRelation relation, NSObject view2, NSLayoutAttribute attr2, double multiplier, double c)