|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TooltipValue
A representation of the model object 'Tooltip Value'. This type defines the value for a 'Show_Tooltip' action.
The following features are supported:
AttributePackage.getTooltipValue()
Method Summary | |
---|---|
TooltipValue |
copyInstance()
|
int |
getDelay()
Returns the value of the 'Delay' attribute. |
FormatSpecifier |
getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
java.lang.String |
getText()
Returns the value of the 'Text' attribute. |
boolean |
isSetDelay()
Returns whether the value of the ' Delay ' attribute is set. |
void |
setDelay(int value)
Sets the value of the ' Delay ' attribute. |
void |
setFormatSpecifier(FormatSpecifier value)
Sets the value of the ' Format Specifier ' containment reference. |
void |
setText(java.lang.String value)
Sets the value of the ' Text ' attribute. |
void |
unsetDelay()
Unsets the value of the ' Delay ' attribute. |
Methods inherited from interface org.eclipse.birt.chart.model.attribute.ActionValue |
---|
getLabel, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getText()
setText(String)
,
AttributePackage.getTooltipValue_Text()
void setText(java.lang.String value)
Text
' attribute.
value
- the new value of the 'Text' attribute.getText()
int getDelay()
isSetDelay()
,
unsetDelay()
,
setDelay(int)
,
AttributePackage.getTooltipValue_Delay()
void setDelay(int value)
Delay
' attribute.
value
- the new value of the 'Delay' attribute.isSetDelay()
,
unsetDelay()
,
getDelay()
void unsetDelay()
Delay
' attribute.
isSetDelay()
,
getDelay()
,
setDelay(int)
boolean isSetDelay()
Delay
' attribute is set.
unsetDelay()
,
getDelay()
,
setDelay(int)
FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier)
,
AttributePackage.getTooltipValue_FormatSpecifier()
void setFormatSpecifier(FormatSpecifier value)
Format Specifier
' containment reference.
value
- the new value of the 'Format Specifier' containment reference.getFormatSpecifier()
TooltipValue copyInstance()
copyInstance
in interface ActionValue
copyInstance
in interface IChartObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |