Package org.robovm.apple.uikit
Class UIPageViewControllerOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.UIPageViewControllerOptions
public class UIPageViewControllerOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIPageViewControllerOptions.AsListMarshalerstatic classUIPageViewControllerOptions.Keysstatic classUIPageViewControllerOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description UIPageViewControllerOptions() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)doublegetInterPageSpacing()UIPageViewControllerSpineLocationgetSpineLocation()booleanhas(NSString key)UIPageViewControllerOptionsset(NSString key, NSObject value)UIPageViewControllerOptionssetInterPageSpacing(double interPageSpacing)UIPageViewControllerOptionssetSpineLocation(UIPageViewControllerSpineLocation spineLocation)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
UIPageViewControllerOptions
public UIPageViewControllerOptions()
-
-
Method Details
-
has
-
get
-
set
-
getSpineLocation
-
setSpineLocation
public UIPageViewControllerOptions setSpineLocation(UIPageViewControllerSpineLocation spineLocation) -
getInterPageSpacing
public double getInterPageSpacing() -
setInterPageSpacing
-