| Package | Description | 
|---|---|
| org.pepstock.charba.client.annotation | 
 Contains all classes to activate the  
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. | 
| org.pepstock.charba.client.annotation.enums | 
 Contains all enumerations to configure the  
AnnotationPlugin.ID plugin. | 
| Modifier and Type | Field and Description | 
|---|---|
static DrawTime | 
AnnotationOptions.DEFAULT_DRAW_TIME
Default draw time,  
AFTER_DATASETS_DRAW. | 
| Modifier and Type | Method and Description | 
|---|---|
DrawTime | 
AnnotationOptions.getDrawTime()
Returns the draw time which defines when the annotations are drawn. 
 | 
DrawTime | 
LineLabel.getDrawTime()
Returns the draw time which defines when the annotations are drawn. 
 | 
DrawTime | 
AbstractAnnotation.getDrawTime()
Returns the draw time which defines when the annotations are drawn. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AnnotationOptions.setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the annotations are drawn. 
 | 
void | 
LineLabel.setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the annotations are drawn. 
 | 
void | 
AbstractAnnotation.setDrawTime(DrawTime drawTime)
Sets the draw time which defines when the annotations are drawn. 
 | 
| Modifier and Type | Method and 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. 
 |