Package org.robovm.apple.uikit
Class UIFloatRange
- All Implemented Interfaces:
Iterable<UIFloatRange>
public class UIFloatRange extends Struct<UIFloatRange>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIFloatRange.UIFloatRangePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description UIFloatRange()UIFloatRange(double minimum, double maximum) -
Method Summary
Modifier and Type Method Description doublegetMaximum()doublegetMinimum()static UIFloatRangeInfinite()booleanisInfinite()UIFloatRangesetMaximum(double maximum)UIFloatRangesetMinimum(double minimum)static UIFloatRangeZero()Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
UIFloatRange
public UIFloatRange() -
UIFloatRange
public UIFloatRange(double minimum, double maximum)
-
-
Method Details
-
getMinimum
public double getMinimum() -
setMinimum
-
getMaximum
public double getMaximum() -
setMaximum
-
Zero
- Since:
- Available in iOS 9.0 and later.
-
Infinite
- Since:
- Available in iOS 9.0 and later.
-
isInfinite
public boolean isInfinite()- Since:
- Available in iOS 9.0 and later.
-