|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.wickedcharts.highcharts.options.interaction.Selection
public class Selection
Contains information about which portion of an axis the user has selected when he zoomed in or out of a chart.
| 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 |
|---|
public Selection()
| Method Detail |
|---|
public Axis getAxis()
Axis object of the axis this selection was made on.
public void setAxis(Axis axis)
public Number getMin()
public void setMin(Number min)
public Number getMax()
public void setMax(Number max)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||