public static interface Viewport.OnXAxisBoundsChangedListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
Viewport.OnXAxisBoundsChangedListener.Reason |
| Modifier and Type | Method and Description |
|---|---|
void |
onXAxisBoundsChanged(double minX,
double maxX,
Viewport.OnXAxisBoundsChangedListener.Reason reason)
Called after scaling or scrolling with
the new bounds
|
void onXAxisBoundsChanged(double minX,
double maxX,
Viewport.OnXAxisBoundsChangedListener.Reason reason)
minX - min x valuemaxX - max x value