public interface AnnotationModel
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation(int n)
Gets the nth annotation.
|
int |
getAnnotationCount()
Returns the number of annotations
|
boolean |
isAnnotationsVisible()
Use this method to discover whether annotations should be shown or hidden.
|
void |
setAnnotationsVisible(boolean visible)
Specify whether annotations should be shown
|
int getAnnotationCount()
Annotation getAnnotation(int n)
n
- the index.boolean isAnnotationsVisible()
void setAnnotationsVisible(boolean visible)
visible
- whether annotations should be shown