|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnnotation
This interface defines the requirements of an annotation object. Please call the method in quabase.util.IAnnotationSet to create a new annotation.
IAnnotationSet| Method Summary | |
|---|---|
IReferenceObj |
getReferenceObject()
This function returns the referenced object of this annotation. |
Point_2D |
getRelativePosition()
This function gets the relative position to the referenced object. |
java.lang.String |
getValue()
This function returns the value of the string. |
java.lang.String[] |
getValues()
This function returns the value of the string array. |
boolean |
isVisible()
This function returns whether both this object and the referenced object are visible |
void |
setReferenceObject(IReferenceObj refObj)
This function sets the referenced object of this annotation. |
void |
setRelativePosition(Point_2D relativePos)
This function sets the relative position to the referenced object. |
void |
setValue(java.lang.String value)
This function sets the value of the string. |
void |
setValues(java.lang.String[] value)
This function sets the value of the string array. |
void |
setVisible(boolean visible)
This function sets the object to either visible or invisible. |
| Methods inherited from interface quadbase.util.IText |
|---|
getAngle, getColor, getFont, setAngle, setColor, setFont |
| Method Detail |
|---|
java.lang.String getValue()
void setValue(java.lang.String value)
value - The string value to set.java.lang.String[] getValues()
void setValues(java.lang.String[] value)
value - The string array value to set.void setVisible(boolean visible)
visible - The state of the objectboolean isVisible()
IReferenceObj getReferenceObject()
IDataLinevoid setReferenceObject(IReferenceObj refObj)
refObj - The referenced objectIDataLinePoint_2D getRelativePosition()
void setRelativePosition(Point_2D relativePos)
relativePos - The relative position
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||