Uses of Class
org.graphdrawing.graphml.LocatorType
Packages that use LocatorType
-
Uses of LocatorType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as LocatorTypeModifier and TypeFieldDescriptionprotected LocatorTypeGraphType.locatorprotected LocatorTypeNodeType.locatorMethods in org.graphdrawing.graphml that return LocatorTypeModifier and TypeMethodDescriptionObjectFactory.createLocatorType()Create an instance ofLocatorTypeGraphType.getLocator()Gets the value of the locator property.NodeType.getLocator()Gets the value of the locator property.Methods in org.graphdrawing.graphml that return types with arguments of type LocatorTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<LocatorType>ObjectFactory.createLocator(LocatorType value) Methods in org.graphdrawing.graphml with parameters of type LocatorTypeModifier and TypeMethodDescriptionjavax.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.