Uses of Class
org.pepstock.charba.client.zoom.enums.DrawTime
-
Packages that use DrawTime Package Description org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js.org.pepstock.charba.client.zoom.enums Contains theZoomPlugin.ID
plugin enumerations to configure the plugin. -
-
Uses of DrawTime in org.pepstock.charba.client.zoom
Fields in org.pepstock.charba.client.zoom declared as DrawTime Modifier and Type Field Description static DrawTime
Drag. DEFAULT_DRAW_TIME
Default draw time,BEFORE_DATASETS_DRAW
.Methods in org.pepstock.charba.client.zoom that return DrawTime Modifier and Type Method Description DrawTime
Drag. getDrawTime()
Returns the draw time which defines when the drag rectangle is drawn.Methods in org.pepstock.charba.client.zoom with parameters of type DrawTime Modifier and Type Method Description void
Drag. setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the drag rectangle is drawn. -
Uses of DrawTime in org.pepstock.charba.client.zoom.enums
Methods in org.pepstock.charba.client.zoom.enums that return DrawTime Modifier and Type Method Description static DrawTime
DrawTime. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrawTime[]
DrawTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-