getAnnotationBox()

This method returns the object ID of an annotation box object.

Syntax:

IdentObj getAnnotationBox(int index);

where:

index

Is the creational index of the annotation.

Example:

setDisplay(getAnnotation(0), true);
setTextString(getAnnotation(0), "Mr. Watson, can you hear me?");
setFillColor(getAnnotationBox(0), new Color (255,255,0));
setFillColor(getAnnotationLabel(0), new Color(0,0,0));

3D bar graph


WebFOCUS