Class UIFloatRange

  • All Implemented Interfaces:
    java.lang.Iterable<UIFloatRange>

    public class UIFloatRange
    extends org.robovm.rt.bro.Struct<UIFloatRange>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UIFloatRange.UIFloatRangePtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      UIFloatRange()  
      UIFloatRange​(double minimum, double maximum)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equalsTo​(UIFloatRange otherRange)  
      double getMaximum()  
      double getMinimum()  
      static UIFloatRange Infinite()  
      boolean isInfinite()  
      UIFloatRange setMaximum​(double maximum)  
      UIFloatRange setMinimum​(double minimum)  
      static UIFloatRange Zero()  
      • 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, wrap
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        equals, getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • UIFloatRange

        public UIFloatRange()
      • UIFloatRange

        public UIFloatRange​(double minimum,
                            double maximum)
    • Method Detail

      • getMinimum

        public double getMinimum()
      • setMinimum

        public UIFloatRange setMinimum​(double minimum)
      • getMaximum

        public double getMaximum()
      • setMaximum

        public UIFloatRange setMaximum​(double maximum)
      • Zero

        public static UIFloatRange Zero()
        Since:
        Available in iOS 9.0 and later.
      • Infinite

        public static UIFloatRange Infinite()
        Since:
        Available in iOS 9.0 and later.
      • isInfinite

        public boolean isInfinite()
        Since:
        Available in iOS 9.0 and later.
      • equalsTo

        public boolean equalsTo​(UIFloatRange otherRange)
        Since:
        Available in iOS 9.0 and later.