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

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

Uses of GraphEdgedefaultType in org.graphdrawing.graphml.xmlns
 

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

Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphEdgedefaultType
 void GraphType.xsetEdgedefault(GraphEdgedefaultType edgedefault)
          Sets (as xml) the "edgedefault" attribute
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphEdgedefaultType
 class GraphEdgedefaultTypeImpl
          An XML graph.edgedefault.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return GraphEdgedefaultType
 GraphEdgedefaultType GraphTypeImpl.xgetEdgedefault()
          Gets (as xml) the "edgedefault" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphEdgedefaultType
 void GraphTypeImpl.xsetEdgedefault(GraphEdgedefaultType edgedefault)
          Sets (as xml) the "edgedefault" attribute
 



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