@OpenApiAll
public interface AnnotationPainter
Modifier and Type | Method and Description |
---|---|
void |
disposeOn(Annotation annotation)
Dispose this painter on the given annotation.
|
boolean |
isSuitable(java.lang.Object target)
Check if this painter is suitable to paint annotation on the given target
|
void |
paint(Annotation annotation,
java.awt.Graphics2D g,
java.lang.Object target)
Paint annotation
|
boolean isSuitable(java.lang.Object target)
target
- target objectvoid paint(Annotation annotation, java.awt.Graphics2D g, java.lang.Object target)
annotation
- annotationg
- graphicstarget
- target objectvoid disposeOn(Annotation annotation)
annotation
- annotation