ca.nanometrics.gflot.client
Class Axis

java.lang.Object
  extended by ca.nanometrics.gflot.client.util.JSONWrapper
      extended by ca.nanometrics.gflot.client.util.JSONObjectWrapper
          extended by ca.nanometrics.gflot.client.Axis

public class Axis
extends JSONObjectWrapper

Model of a plot axis.

Author:
David Easton

Constructor Summary
protected Axis()
           
protected Axis(com.google.gwt.json.client.JSONObject object)
           
 
Method Summary
 java.lang.Double getMaximumValue()
           
 java.lang.Double getMinimumValue()
           
 java.lang.Integer getTickDecimals()
           
 java.lang.Integer getTickSize()
           
 
Methods inherited from class ca.nanometrics.gflot.client.util.JSONObjectWrapper
equals, get, getArray, getDouble, getInteger, getNumber, getObject, getString, getWrappedObj, hashCode, put, put, put, put, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Axis

protected Axis()

Axis

protected Axis(com.google.gwt.json.client.JSONObject object)
Method Detail

getMinimumValue

public java.lang.Double getMinimumValue()

getMaximumValue

public java.lang.Double getMaximumValue()

getTickDecimals

public java.lang.Integer getTickDecimals()

getTickSize

public java.lang.Integer getTickSize()


Copyright © 2009. All Rights Reserved.