Uses of Class
org.graphdrawing.graphml.LocatorType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of LocatorType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as LocatorType Modifier and Type Field Description protected LocatorType
GraphType. locator
protected LocatorType
NodeType. locator
Methods in org.graphdrawing.graphml that return LocatorType Modifier and Type Method Description LocatorType
ObjectFactory. createLocatorType()
Create an instance ofLocatorType
LocatorType
GraphType. getLocator()
Gets the value of the locator property.LocatorType
NodeType. getLocator()
Gets the value of the locator property.Methods in org.graphdrawing.graphml that return types with arguments of type LocatorType Modifier and Type Method Description javax.xml.bind.JAXBElement<LocatorType>
ObjectFactory. createLocator(LocatorType value)
Methods in org.graphdrawing.graphml with parameters of type LocatorType Modifier and Type Method Description javax.xml.bind.JAXBElement<LocatorType>
ObjectFactory. createLocator(LocatorType value)
void
GraphType. setLocator(LocatorType value)
Sets the value of the locator property.void
NodeType. setLocator(LocatorType value)
Sets the value of the locator property.