kcl.waterloo.annotation
Interface GJAnnotatableInterface<T,U,V,W,X>
-
- Type Parameters:
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, Font
- All Known Implementing Classes:
- GJAbstractGraphContainer, GJGraphContainer
public interface GJAnnotatableInterface<T,U,V,W,X>Specifies the methods required for a container to support annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidadd(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 annotationsvoidsetAnnotations(java.util.ArrayList<GJAnnotationInterface<T,U,V,W,X>> a)Replaces the ArrayList of annotations with the supplied instance.
-
DMelt 3.0 © DataMelt by jWork.ORG