|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of GraphType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return GraphType | |
---|---|
GraphType |
GraphDocument.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
HyperedgeType.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
NodeType.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
EdgeType.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
GraphmlType.addNewGraph()
Appends and returns a new empty value (as xml) as the last "graph" element |
GraphType |
GraphDocument.getGraph()
Gets the "graph" element |
GraphType |
HyperedgeType.getGraph()
Gets the "graph" element |
GraphType |
NodeType.getGraph()
Gets the "graph" element |
GraphType |
EdgeType.getGraph()
Gets the "graph" element |
GraphType[] |
GraphmlType.getGraphArray()
Gets array of all "graph" elements |
GraphType |
GraphmlType.getGraphArray(int i)
Gets ith "graph" element |
GraphType |
GraphmlType.insertNewGraph(int i)
Inserts and returns a new empty value (as xml) as the ith "graph" element |
static GraphType |
GraphType.Factory.newInstance()
|
static GraphType |
GraphType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static GraphType |
GraphType.Factory.parse(java.io.File file)
|
static GraphType |
GraphType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static GraphType |
GraphType.Factory.parse(java.io.InputStream is)
|
static GraphType |
GraphType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static GraphType |
GraphType.Factory.parse(org.w3c.dom.Node node)
|
static GraphType |
GraphType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static GraphType |
GraphType.Factory.parse(java.io.Reader r)
|
static GraphType |
GraphType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static GraphType |
GraphType.Factory.parse(java.lang.String xmlAsString)
|
static GraphType |
GraphType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static GraphType |
GraphType.Factory.parse(java.net.URL u)
|
static GraphType |
GraphType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static GraphType |
GraphType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static GraphType |
GraphType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static GraphType |
GraphType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static GraphType |
GraphType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphType | |
---|---|
void |
GraphDocument.setGraph(GraphType graph)
Sets the "graph" element |
void |
HyperedgeType.setGraph(GraphType graph)
Sets the "graph" element |
void |
NodeType.setGraph(GraphType graph)
Sets the "graph" element |
void |
EdgeType.setGraph(GraphType graph)
Sets the "graph" element |
void |
GraphmlType.setGraphArray(GraphType[] graphArray)
Sets array of all "graph" element |
void |
GraphmlType.setGraphArray(int i,
GraphType graph)
Sets ith "graph" element |
Uses of GraphType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphType | |
---|---|
class |
GraphTypeImpl
An XML graph.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return GraphType | |
---|---|
GraphType |
GraphmlTypeImpl.addNewGraph()
Appends and returns a new empty value (as xml) as the last "graph" element |
GraphType |
GraphDocumentImpl.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
EdgeTypeImpl.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
NodeTypeImpl.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
HyperedgeTypeImpl.addNewGraph()
Appends and returns a new empty "graph" element |
GraphType |
GraphDocumentImpl.getGraph()
Gets the "graph" element |
GraphType |
EdgeTypeImpl.getGraph()
Gets the "graph" element |
GraphType |
NodeTypeImpl.getGraph()
Gets the "graph" element |
GraphType |
HyperedgeTypeImpl.getGraph()
Gets the "graph" element |
GraphType[] |
GraphmlTypeImpl.getGraphArray()
Gets array of all "graph" elements |
GraphType |
GraphmlTypeImpl.getGraphArray(int i)
Gets ith "graph" element |
GraphType |
GraphmlTypeImpl.insertNewGraph(int i)
Inserts and returns a new empty value (as xml) as the ith "graph" element |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphType | |
---|---|
void |
GraphDocumentImpl.setGraph(GraphType graph)
Sets the "graph" element |
void |
EdgeTypeImpl.setGraph(GraphType graph)
Sets the "graph" element |
void |
NodeTypeImpl.setGraph(GraphType graph)
Sets the "graph" element |
void |
HyperedgeTypeImpl.setGraph(GraphType graph)
Sets the "graph" element |
void |
GraphmlTypeImpl.setGraphArray(GraphType[] graphArray)
Sets array of all "graph" element |
void |
GraphmlTypeImpl.setGraphArray(int i,
GraphType graph)
Sets ith "graph" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |