Class IWRange

A class representing a range.


Constructor Summary
IWRange(minimum, maximum)
            Creates a new range object.
 
Method Summary
 Boolean contains()
           Checks if value is in range.
 Number getMax()
           Returns the maximum value of this range.
 Number getMin()
           Returns the minimum value of this range.
 void setMax(maxValue)
           Sets the maximum value of this range. Number.MAX_VALUE.
 void setMin(minValue)
           Sets the minimum value of this range. Number.MAX_VALUE.
 String toString()
           Returns a string representation of this range.
 
Constructor Detail

IWRange

IWRange(minimum, maximum)

Method Detail

contains

Boolean contains()

getMax

Number getMax()

getMin

Number getMin()

setMax

void setMax(maxValue)

setMin

void setMin(minValue)

toString

String toString()

Source-Code Copyright 2007-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:15 GMT+0100 (MEZ)