com.google.gwt.visualization.client
Class Range

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.visualization.client.Range

public class Range
extends com.google.gwt.core.client.JavaScriptObject

Range with min/max value.

See Also:
AbstractDataTable.getColumnRange(int)

Constructor Summary
protected Range()
           
 
Method Summary
 int getMax()
           
 int getMin()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Range

protected Range()
Method Detail

getMax

public final int getMax()

getMin

public final int getMin()