Package | Description |
---|---|
org.graphdrawing.graphml |
Modifier and Type | Field and Description |
---|---|
protected Locator |
Node.locator |
protected Locator |
Graph.locator |
Modifier and Type | Method and Description |
---|---|
Locator |
ObjectFactory.createLocatorType()
Create an instance of
Locator |
Locator |
Node.getLocator()
Gets the value of the locator property.
|
Locator |
Graph.getLocator()
Gets the value of the locator property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Locator> |
ObjectFactory.createLocator(Locator value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Locator> |
ObjectFactory.createLocator(Locator value)
|
void |
Node.setLocator(Locator value)
Sets the value of the locator property.
|
void |
Graph.setLocator(Locator value)
Sets the value of the locator property.
|