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

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

Uses of GraphOrderType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return GraphOrderType
static GraphOrderType GraphOrderType.Factory.newInstance()
           
static GraphOrderType GraphOrderType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GraphOrderType GraphOrderType.Factory.newValue(java.lang.Object obj)
           
static GraphOrderType GraphOrderType.Factory.parse(java.io.File file)
           
static GraphOrderType GraphOrderType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GraphOrderType GraphOrderType.Factory.parse(java.io.InputStream is)
           
static GraphOrderType GraphOrderType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GraphOrderType GraphOrderType.Factory.parse(org.w3c.dom.Node node)
           
static GraphOrderType GraphOrderType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GraphOrderType GraphOrderType.Factory.parse(java.io.Reader r)
           
static GraphOrderType GraphOrderType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GraphOrderType GraphOrderType.Factory.parse(java.lang.String xmlAsString)
           
static GraphOrderType GraphOrderType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GraphOrderType GraphOrderType.Factory.parse(java.net.URL u)
           
static GraphOrderType GraphOrderType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GraphOrderType GraphOrderType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GraphOrderType GraphOrderType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GraphOrderType GraphOrderType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GraphOrderType GraphOrderType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 GraphOrderType GraphType.xgetParseOrder()
          Gets (as xml) the "parse.order" attribute
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphOrderType
 void GraphType.xsetParseOrder(GraphOrderType parseOrder)
          Sets (as xml) the "parse.order" attribute
 

Uses of GraphOrderType in org.graphdrawing.graphml.xmlns.impl
 

Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphOrderType
 class GraphOrderTypeImpl
          An XML graph.order.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return GraphOrderType
 GraphOrderType GraphTypeImpl.xgetParseOrder()
          Gets (as xml) the "parse.order" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphOrderType
 void GraphTypeImpl.xsetParseOrder(GraphOrderType parseOrder)
          Sets (as xml) the "parse.order" attribute
 



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