Interface JmixAmchartsSceneClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc
,Serializable
public interface JmixAmchartsSceneClientRpc
extends com.vaadin.shared.communication.ClientRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
updatePoints
(String json) void
zoomOut()
void
void
void
zoomOutValueAxisByIndex
(int index) void
zoomToDates
(Date start, Date end) void
zoomToIndexes
(int start, int end) void
zoomValueAxisToDatesById
(String id, Date start, Date end) void
zoomValueAxisToDatesByIndex
(int index, Date start, Date end) void
zoomValueAxisToValuesById
(String id, String startValue, String endValue) void
zoomValueAxisToValuesByIndex
(int index, String startValue, String endValue)
-
Method Details
-
draw
-
updatePoints
-
zoomOut
void zoomOut() -
zoomToIndexes
void zoomToIndexes(int start, int end) -
zoomToDates
-
zoomOutValueAxes
void zoomOutValueAxes() -
zoomOutValueAxisById
-
zoomOutValueAxisByIndex
void zoomOutValueAxisByIndex(int index) -
zoomValueAxisToValuesById
-
zoomValueAxisToValuesByIndex
-
zoomValueAxisToDatesById
-
zoomValueAxisToDatesByIndex
-