|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphEdgesType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of GraphEdgesType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return GraphEdgesType | |
---|---|
static GraphEdgesType |
GraphEdgesType.Factory.newInstance()
|
static GraphEdgesType |
GraphEdgesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static GraphEdgesType |
GraphEdgesType.Factory.newValue(java.lang.Object obj)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.io.File file)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.io.InputStream is)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(org.w3c.dom.Node node)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.io.Reader r)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.lang.String xmlAsString)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.net.URL u)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static GraphEdgesType |
GraphEdgesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static GraphEdgesType |
GraphEdgesType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static GraphEdgesType |
GraphEdgesType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
GraphEdgesType |
GraphType.xgetParseEdges()
Gets (as xml) the "parse.edges" attribute |
Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphEdgesType | |
---|---|
void |
GraphType.xsetParseEdges(GraphEdgesType parseEdges)
Sets (as xml) the "parse.edges" attribute |
Uses of GraphEdgesType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphEdgesType | |
---|---|
class |
GraphEdgesTypeImpl
An XML graph.edges.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return GraphEdgesType | |
---|---|
GraphEdgesType |
GraphTypeImpl.xgetParseEdges()
Gets (as xml) the "parse.edges" attribute |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphEdgesType | |
---|---|
void |
GraphTypeImpl.xsetParseEdges(GraphEdgesType parseEdges)
Sets (as xml) the "parse.edges" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |