ca.nanometrics.gflot.client.options
Class AxisOptions

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.options.AxisOptions
Direct Known Subclasses:
TimeSeriesAxisOptions

public class AxisOptions
extends JSONObjectWrapper

Author:
Alexander De Leon

Constructor Summary
AxisOptions()
           
 
Method Summary
 AxisOptions setAutoscaleMargin(double margin)
           
 AxisOptions setLabelHeight(double labelHeight)
           
 AxisOptions setLabelWidth(double labelWidth)
           
 AxisOptions setMaximum(double max)
           
 AxisOptions setMinimum(double min)
           
 AxisOptions setMinTickSize(double minTickSize)
           
 AxisOptions setTickDecimals(double tickDecimals)
           
 AxisOptions setTickFormatter(TickFormatter tickFormatter)
           
 AxisOptions setTicks(double ticks)
           
 AxisOptions setTicks(Tick[] ticks)
           
 AxisOptions setTickSize(double tickSize)
           
 
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

AxisOptions

public AxisOptions()
Method Detail

setMinimum

public AxisOptions setMinimum(double min)

setMaximum

public AxisOptions setMaximum(double max)

setAutoscaleMargin

public AxisOptions setAutoscaleMargin(double margin)

setLabelWidth

public AxisOptions setLabelWidth(double labelWidth)

setLabelHeight

public AxisOptions setLabelHeight(double labelHeight)

setTicks

public AxisOptions setTicks(double ticks)

setTicks

public AxisOptions setTicks(Tick[] ticks)

setTickSize

public AxisOptions setTickSize(double tickSize)

setMinTickSize

public AxisOptions setMinTickSize(double minTickSize)

setTickFormatter

public AxisOptions setTickFormatter(TickFormatter tickFormatter)

setTickDecimals

public AxisOptions setTickDecimals(double tickDecimals)


Copyright © 2009. All Rights Reserved.