|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocatorType | |
---|---|
org.graphdrawing.graphml | |
org.graphdrawing.graphml.impl | |
org.graphdrawing.graphml.util |
Uses of LocatorType in org.graphdrawing.graphml |
---|
Methods in org.graphdrawing.graphml that return LocatorType | |
---|---|
LocatorType |
GraphMLFactory.createLocatorType()
Returns a new object of class 'Locator Type'. |
LocatorType |
DocumentRoot.getLocator()
Returns the value of the 'Locator' containment reference. |
LocatorType |
GraphType.getLocator()
Returns the value of the 'Locator' containment reference. |
LocatorType |
NodeType.getLocator()
Returns the value of the 'Locator' containment reference. |
Methods in org.graphdrawing.graphml with parameters of type LocatorType | |
---|---|
void |
DocumentRoot.setLocator(LocatorType value)
Sets the value of the ' Locator ' containment reference. |
void |
GraphType.setLocator(LocatorType value)
Sets the value of the ' Locator ' containment reference. |
void |
NodeType.setLocator(LocatorType value)
Sets the value of the ' Locator ' containment reference. |
Uses of LocatorType in org.graphdrawing.graphml.impl |
---|
Classes in org.graphdrawing.graphml.impl that implement LocatorType | |
---|---|
class |
LocatorTypeImpl
An implementation of the model object 'Locator Type'. |
Fields in org.graphdrawing.graphml.impl declared as LocatorType | |
---|---|
protected LocatorType |
GraphTypeImpl.locator
The cached value of the ' Locator ' containment reference. |
protected LocatorType |
NodeTypeImpl.locator
The cached value of the ' Locator ' containment reference. |
Methods in org.graphdrawing.graphml.impl that return LocatorType | |
---|---|
LocatorType |
GraphMLFactoryImpl.createLocatorType()
|
LocatorType |
DocumentRootImpl.getLocator()
|
LocatorType |
GraphTypeImpl.getLocator()
|
LocatorType |
NodeTypeImpl.getLocator()
|
Methods in org.graphdrawing.graphml.impl with parameters of type LocatorType | |
---|---|
NotificationChain |
DocumentRootImpl.basicSetLocator(LocatorType newLocator,
NotificationChain msgs)
|
NotificationChain |
GraphTypeImpl.basicSetLocator(LocatorType newLocator,
NotificationChain msgs)
|
NotificationChain |
NodeTypeImpl.basicSetLocator(LocatorType newLocator,
NotificationChain msgs)
|
void |
DocumentRootImpl.setLocator(LocatorType newLocator)
|
void |
GraphTypeImpl.setLocator(LocatorType newLocator)
|
void |
NodeTypeImpl.setLocator(LocatorType newLocator)
|
Uses of LocatorType in org.graphdrawing.graphml.util |
---|
Methods in org.graphdrawing.graphml.util with parameters of type LocatorType | |
---|---|
T |
GraphMLSwitch.caseLocatorType(LocatorType object)
Returns the result of interpreting the object as an instance of 'Locator Type'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |