Uses of Class
org.pepstock.charba.client.annotation.enums.DrawTime
-
Packages that use DrawTime Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.annotation.enums Contains all enumerations to configure theAnnotationPlugin.ID
plugin. -
-
Uses of DrawTime in org.pepstock.charba.client.annotation
Fields in org.pepstock.charba.client.annotation declared as DrawTime Modifier and Type Field Description static DrawTime
AnnotationOptions. DEFAULT_DRAW_TIME
Default draw time,AFTER_DATASETS_DRAW
.Methods in org.pepstock.charba.client.annotation that return DrawTime Modifier and Type Method Description DrawTime
AbstractAnnotation. getDrawTime()
Returns the draw time which defines when the annotations are drawn.DrawTime
AnnotationOptions. getDrawTime()
Returns the draw time which defines when the annotations are drawn.Methods in org.pepstock.charba.client.annotation with parameters of type DrawTime Modifier and Type Method Description void
AbstractAnnotation. setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the annotations are drawn.void
AnnotationOptions. setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the annotations are drawn. -
Uses of DrawTime in org.pepstock.charba.client.annotation.enums
Methods in org.pepstock.charba.client.annotation.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.
-