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.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js.org.pepstock.charba.client.zoom.enums Contains theZoomPlugin.IDplugin 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 DrawTimeDrag. DEFAULT_DRAW_TIMEDefault draw time,BEFORE_DATASETS_DRAW.Methods in org.pepstock.charba.client.zoom that return DrawTime Modifier and Type Method Description DrawTimeDrag. 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 voidDrag. 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 DrawTimeDrawTime. 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.
-