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 LocatorTypeGraphType. locatorprotected LocatorTypeNodeType. locatorMethods in org.graphdrawing.graphml that return LocatorType Modifier and Type Method Description LocatorTypeObjectFactory. createLocatorType()Create an instance ofLocatorTypeLocatorTypeGraphType. getLocator()Gets the value of the locator property.LocatorTypeNodeType. 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)voidGraphType. setLocator(LocatorType value)Sets the value of the locator property.voidNodeType. setLocator(LocatorType value)Sets the value of the locator property.