Class IWRange

A class representing a range.

Author: JAN

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-2009 infoware GmbH - Documentation generated by JsDoc Toolkit 1.4.1 on Tue Nov 28 2017 09:51:50 GMT+0100 (MEZ)