public class ChartModel.Annot extends Object
| Constructor and Description | 
|---|
Annot(String key,
     Object value)
Constructs an annotation with the given key and value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
key()
Returns the annotation's key. 
 | 
Object | 
value()
Returns the annotation's value. 
 | 
String | 
valueAsString()
Returns the value as a string. 
 | 
public String key()
public Object value()
public String valueAsString()