|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Text
A representation of the model object 'Text'. This type is intended to encapsulate a string to be displayed on the chart.
The following features are supported:
AttributePackage.getText()
Method Summary | |
---|---|
Text |
copyInstance()
A convenient method to get an instance copy. |
ColorDefinition |
getColor()
Returns the value of the 'Color' containment reference. |
FontDefinition |
getFont()
Returns the value of the 'Font' containment reference. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setColor(ColorDefinition value)
Sets the value of the ' Color ' containment reference. |
void |
setFont(FontDefinition value)
Sets the value of the ' Font ' containment reference. |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getValue()
setValue(String)
,
AttributePackage.getText_Value()
void setValue(java.lang.String value)
Value
' attribute.
Sets the actual Text String.
value
- the new value of the 'Value' attribute.getValue()
FontDefinition getFont()
setFont(FontDefinition)
,
AttributePackage.getText_Font()
void setFont(FontDefinition value)
Font
' containment reference.
Sets the Font Information for this text element.
value
- the new value of the 'Font' containment reference.getFont()
ColorDefinition getColor()
setColor(ColorDefinition)
,
AttributePackage.getText_Color()
void setColor(ColorDefinition value)
Color
' containment reference.
Sets the foreground color to be used to render the text.
value
- the new value of the 'Color' containment reference.getColor()
Text copyInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |