public interface IReferenceObj
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(IAnnotation annoObj)
This function adds an annotation object
|
java.util.Vector |
getAnnotations()
This function returns the annotation objects
|
Position |
getReferencePosition()
This function returns the reference position of this object.
|
boolean |
isVisible()
This function returns the state of the object.
|
boolean |
removeAnnotation(IAnnotation annoObj)
This function removes an annotation object
|
boolean isVisible()
java.util.Vector getAnnotations()
void addAnnotation(IAnnotation annoObj)
annoObj
- The annotation objectboolean removeAnnotation(IAnnotation annoObj)
annoObj
- The annotation objectPosition getReferencePosition()