|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextType | |
---|---|
net.ogdf.ogml | |
net.ogdf.ogml.impl | |
net.ogdf.ogml.util |
Uses of TextType in net.ogdf.ogml |
---|
Methods in net.ogdf.ogml that return TextType | |
---|---|
TextType |
OgmlFactory.createTextType()
Returns a new object of class 'Text Type'. |
TextType |
DocumentRoot.getText()
Returns the value of the 'Text' containment reference. |
TextType |
LabelLayoutType.getText()
Returns the value of the 'Text' containment reference. |
TextType |
LabelStyleTemplateType.getText()
Returns the value of the 'Text' containment reference. |
Methods in net.ogdf.ogml with parameters of type TextType | |
---|---|
void |
DocumentRoot.setText(TextType value)
Sets the value of the ' Text ' containment reference. |
void |
LabelLayoutType.setText(TextType value)
Sets the value of the ' Text ' containment reference. |
void |
LabelStyleTemplateType.setText(TextType value)
Sets the value of the ' Text ' containment reference. |
Uses of TextType in net.ogdf.ogml.impl |
---|
Classes in net.ogdf.ogml.impl that implement TextType | |
---|---|
class |
TextTypeImpl
An implementation of the model object 'Text Type'. |
Fields in net.ogdf.ogml.impl declared as TextType | |
---|---|
protected TextType |
LabelLayoutTypeImpl.text
The cached value of the ' Text ' containment reference. |
protected TextType |
LabelStyleTemplateTypeImpl.text
The cached value of the ' Text ' containment reference. |
Methods in net.ogdf.ogml.impl that return TextType | |
---|---|
TextType |
OgmlFactoryImpl.createTextType()
|
TextType |
DocumentRootImpl.getText()
|
TextType |
LabelLayoutTypeImpl.getText()
|
TextType |
LabelStyleTemplateTypeImpl.getText()
|
Methods in net.ogdf.ogml.impl with parameters of type TextType | |
---|---|
NotificationChain |
DocumentRootImpl.basicSetText(TextType newText,
NotificationChain msgs)
|
NotificationChain |
LabelLayoutTypeImpl.basicSetText(TextType newText,
NotificationChain msgs)
|
NotificationChain |
LabelStyleTemplateTypeImpl.basicSetText(TextType newText,
NotificationChain msgs)
|
void |
DocumentRootImpl.setText(TextType newText)
|
void |
LabelLayoutTypeImpl.setText(TextType newText)
|
void |
LabelStyleTemplateTypeImpl.setText(TextType newText)
|
Uses of TextType in net.ogdf.ogml.util |
---|
Methods in net.ogdf.ogml.util with parameters of type TextType | |
---|---|
T |
OgmlSwitch.caseTextType(TextType object)
Returns the result of interpreting the object as an instance of 'Text Type'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |