Interface JmixAmchartsSceneClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc,Serializable
public interface JmixAmchartsSceneClientRpc
extends com.vaadin.shared.communication.ClientRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidupdatePoints(String json) voidzoomOut()voidvoidvoidzoomOutValueAxisByIndex(int index) voidzoomToDates(Date start, Date end) voidzoomToIndexes(int start, int end) voidzoomValueAxisToDatesById(String id, Date start, Date end) voidzoomValueAxisToDatesByIndex(int index, Date start, Date end) voidzoomValueAxisToValuesById(String id, String startValue, String endValue) voidzoomValueAxisToValuesByIndex(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
-