Uses of Interface
org.graphdrawing.graphml.xmlns.LocatorType

Packages that use LocatorType
org.graphdrawing.graphml.xmlns   
org.graphdrawing.graphml.xmlns.impl   
 

Uses of LocatorType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return LocatorType
 LocatorType LocatorDocument.addNewLocator()
          Appends and returns a new empty "locator" element
 LocatorType NodeType.addNewLocator()
          Appends and returns a new empty "locator" element
 LocatorType GraphType.addNewLocator()
          Appends and returns a new empty "locator" element
 LocatorType LocatorDocument.getLocator()
          Gets the "locator" element
 LocatorType NodeType.getLocator()
          Gets the "locator" element
 LocatorType GraphType.getLocator()
          Gets the "locator" element
static LocatorType LocatorType.Factory.newInstance()
           
static LocatorType LocatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LocatorType LocatorType.Factory.parse(java.io.File file)
           
static LocatorType LocatorType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static LocatorType LocatorType.Factory.parse(java.io.InputStream is)
           
static LocatorType LocatorType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LocatorType LocatorType.Factory.parse(org.w3c.dom.Node node)
           
static LocatorType LocatorType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static LocatorType LocatorType.Factory.parse(java.io.Reader r)
           
static LocatorType LocatorType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LocatorType LocatorType.Factory.parse(java.lang.String xmlAsString)
           
static LocatorType LocatorType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static LocatorType LocatorType.Factory.parse(java.net.URL u)
           
static LocatorType LocatorType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static LocatorType LocatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static LocatorType LocatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static LocatorType LocatorType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static LocatorType LocatorType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type LocatorType
 void LocatorDocument.setLocator(LocatorType locator)
          Sets the "locator" element
 void NodeType.setLocator(LocatorType locator)
          Sets the "locator" element
 void GraphType.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 LocatorType
 class LocatorTypeImpl
          An XML locator.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return LocatorType
 LocatorType LocatorDocumentImpl.addNewLocator()
          Appends and returns a new empty "locator" element
 LocatorType GraphTypeImpl.addNewLocator()
          Appends and returns a new empty "locator" element
 LocatorType NodeTypeImpl.addNewLocator()
          Appends and returns a new empty "locator" element
 LocatorType LocatorDocumentImpl.getLocator()
          Gets the "locator" element
 LocatorType GraphTypeImpl.getLocator()
          Gets the "locator" element
 LocatorType NodeTypeImpl.getLocator()
          Gets the "locator" element
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type LocatorType
 void LocatorDocumentImpl.setLocator(LocatorType locator)
          Sets the "locator" element
 void GraphTypeImpl.setLocator(LocatorType locator)
          Sets the "locator" element
 void NodeTypeImpl.setLocator(LocatorType locator)
          Sets the "locator" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.