com.googlecode.wickedcharts.highcharts.options.interaction
Class Selection

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.interaction.Selection

public class Selection
extends Object

Contains information about which portion of an axis the user has selected when he zoomed in or out of a chart.

Author:
Tom Hombergs (tom.hombergs@gmail.com)

Constructor Summary
Selection()
           
 
Method Summary
 Axis getAxis()
          Returns the Axis object of the axis this selection was made on.
 Number getMax()
          Returns the current maximum value of the axis.
 Number getMin()
          Returns the current minimum value of the axis.
 void setAxis(Axis axis)
           
 void setMax(Number max)
           
 void setMin(Number min)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selection

public Selection()
Method Detail

getAxis

public Axis getAxis()
Returns the Axis object of the axis this selection was made on.


setAxis

public void setAxis(Axis axis)

getMin

public Number getMin()
Returns the current minimum value of the axis. The minimum value may change during a selection / zooming event.


setMin

public void setMin(Number min)

getMax

public Number getMax()
Returns the current maximum value of the axis. The maximum value may change during a selection / zooming event.


setMax

public void setMax(Number max)


Copyright © 2013. All Rights Reserved.