T
- for a Swing container, Path2DU
- for a Swing container, GJGraphInterfaceV
- for a Swing container, StrokeW
- for a Swing container, PaintX
- for a Swing container, Fontpublic interface GJAnnotatableInterface<T,U,V,W,X>
Modifier and Type | Method and Description |
---|---|
void |
add(GJAnnotationInterface<T,U,V,W,X> a)
Adds an annotation to the set.
|
java.util.ArrayList<GJAnnotationInterface<T,U,V,W,X>> |
getAnnotations()
Returns an ArrayList of annotations
|
void |
setAnnotations(java.util.ArrayList<GJAnnotationInterface<T,U,V,W,X>> a)
Replaces the ArrayList of annotations with the supplied instance.
|