public class Selection extends Object
| Constructor and Description |
|---|
Selection() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void setAxis(Axis axis)
public Number getMin()
public void setMin(Number min)
public Number getMax()
public void setMax(Number max)
Copyright © 2016. All rights reserved.