|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
| Methods inherited from interface quadbase.util.IPlot |
getAppearance, getBackgroundColor, getBorderColor, getBorderThickness, getDepth, getPosition, getRelativeHeight, getRelativeWidth, isBackgroundVisible, isBorderVisible, setAppearance, setBackgroundColor, setBackgroundVisible, setBorderColor, setBorderThickness, setBorderVisible, setDepth, setPosition, setRelativeHeight, setRelativeWidth |
| Method Detail |
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The string value to set.public java.lang.String[] getValues()
public void setValues(java.lang.String[] value)
value - The string array value to set.public void setVisible(boolean visible)
visible - The state of the objectpublic boolean isVisible()
public IReferenceObj getReferenceObject()
IDataLinepublic void setReferenceObject(IReferenceObj refObj)
refObj - The referenced objectIDataLinepublic Point_2D getRelativePosition()
public void setRelativePosition(Point_2D relativePos)
relativePos - The relative position
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||