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.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.annotation.enums Contains all enumerations to configure theAnnotationPlugin.IDplugin. -
-
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 DrawTimeAnnotationOptions. DEFAULT_DRAW_TIMEDefault draw time,AFTER_DATASETS_DRAW.Methods in org.pepstock.charba.client.annotation that return DrawTime Modifier and Type Method Description DrawTimeAbstractAnnotation. getDrawTime()Returns the draw time which defines when the annotations are drawn.DrawTimeAnnotationOptions. 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 voidAbstractAnnotation. setDrawTime(DrawTime drawTime)Sets the draw time which defines when the annotations are drawn.voidAnnotationOptions. 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 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.
-