SK.gnome.morena
Class MorenaOptionsDescriptor.DoubleRange

java.lang.Object
  extended by SK.gnome.morena.MorenaOptionsDescriptor.DoubleRange
Enclosing class:
MorenaOptionsDescriptor

public static class MorenaOptionsDescriptor.DoubleRange
extends java.lang.Object

Double range type.


Field Summary
 double max
           
 double min
           
 double quant
           
 
Constructor Summary
MorenaOptionsDescriptor.DoubleRange(double min, double max, double quant)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

min

public double min

max

public double max

quant

public double quant
Constructor Detail

MorenaOptionsDescriptor.DoubleRange

public MorenaOptionsDescriptor.DoubleRange(double min,
                                           double max,
                                           double quant)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object