Class UIFloatRange


  • public final class UIFloatRange
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        UIFloatRange()  
        UIFloatRange​(double minimum, double maximum)  
      protected UIFloatRange​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double maximum()  
      double minimum()  
      void setMaximum​(double value)  
      void setMinimum​(double value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UIFloatRange

        public UIFloatRange()
      • UIFloatRange

        protected UIFloatRange​(org.moe.natj.general.Pointer peer)
      • UIFloatRange

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

      • minimum

        public double minimum()
      • setMinimum

        public void setMinimum​(double value)
      • maximum

        public double maximum()
      • setMaximum

        public void setMaximum​(double value)