Uses of Interface
org.graphdrawing.graphml.xmlns.LocatorType
Packages that use LocatorType
-
Uses of LocatorType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return LocatorTypeModifier and TypeMethodDescriptionGraphType.addNewLocator()Appends and returns a new empty "locator" elementLocatorDocument.addNewLocator()Appends and returns a new empty "locator" elementNodeType.addNewLocator()Appends and returns a new empty "locator" elementGraphType.getLocator()Gets the "locator" elementLocatorDocument.getLocator()Gets the "locator" elementNodeType.getLocator()Gets the "locator" elementstatic LocatorTypeLocatorType.Factory.newInstance()static LocatorTypeLocatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static LocatorTypestatic LocatorTypestatic LocatorTypeLocatorType.Factory.parse(InputStream is) static LocatorTypeLocatorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static LocatorTypestatic LocatorTypestatic LocatorTypestatic LocatorTypestatic LocatorTypestatic LocatorTypestatic LocatorTypeLocatorType.Factory.parse(XMLStreamReader sr) static LocatorTypeLocatorType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static LocatorTypeLocatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static LocatorTypeLocatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic LocatorTypestatic LocatorTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type LocatorTypeModifier and TypeMethodDescriptionvoidGraphType.setLocator(LocatorType locator) Sets the "locator" elementvoidLocatorDocument.setLocator(LocatorType locator) Sets the "locator" elementvoidNodeType.setLocator(LocatorType locator) Sets the "locator" element -
Uses of LocatorType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement LocatorTypeModifier and TypeClassDescriptionclassAn XML locator.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return LocatorTypeModifier and TypeMethodDescriptionGraphTypeImpl.addNewLocator()Appends and returns a new empty "locator" elementLocatorDocumentImpl.addNewLocator()Appends and returns a new empty "locator" elementNodeTypeImpl.addNewLocator()Appends and returns a new empty "locator" elementGraphTypeImpl.getLocator()Gets the "locator" elementLocatorDocumentImpl.getLocator()Gets the "locator" elementNodeTypeImpl.getLocator()Gets the "locator" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type LocatorTypeModifier and TypeMethodDescriptionvoidGraphTypeImpl.setLocator(LocatorType locator) Sets the "locator" elementvoidLocatorDocumentImpl.setLocator(LocatorType locator) Sets the "locator" elementvoidNodeTypeImpl.setLocator(LocatorType locator) Sets the "locator" element
XMLInputStream