public class AxisSetExtremesEvent extends AxisEvent
| Constructor and Description |
|---|
AxisSetExtremesEvent(com.google.gwt.core.client.JavaScriptObject event,
Axis<?> axis)
This constructor is intended for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
getMax()
Return the maximum value of the new axis extremes as a Number.
|
Number |
getMin()
Return the minimum value of the new axis extremes as a Number.
|
getAxis, getNativeEventpublic AxisSetExtremesEvent(com.google.gwt.core.client.JavaScriptObject event,
Axis<?> axis)
AxisSetExtremesEventHandler.event - The native javascript object containing the details of the original event that was fired.axis - The axis instance that the event was triggered on.public Number getMin()
public Number getMax()
Copyright © 2015. All Rights Reserved.