Uses of Interface
org.graphdrawing.graphml.xmlns.GraphType
Packages that use GraphType
-
Uses of GraphType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return GraphTypeModifier and TypeMethodDescriptionEdgeType.addNewGraph()Appends and returns a new empty "graph" elementGraphDocument.addNewGraph()Appends and returns a new empty "graph" elementGraphmlType.addNewGraph()Appends and returns a new empty value (as xml) as the last "graph" elementHyperedgeType.addNewGraph()Appends and returns a new empty "graph" elementNodeType.addNewGraph()Appends and returns a new empty value (as xml) as the last "graph" elementEdgeType.getGraph()Gets the "graph" elementGraphDocument.getGraph()Gets the "graph" elementHyperedgeType.getGraph()Gets the "graph" elementGraphmlType.getGraphArray()Gets array of all "graph" elementsGraphmlType.getGraphArray(int i) Gets ith "graph" elementNodeType.getGraphArray()Gets array of all "graph" elementsNodeType.getGraphArray(int i) Gets ith "graph" elementGraphmlType.insertNewGraph(int i) Inserts and returns a new empty value (as xml) as the ith "graph" elementNodeType.insertNewGraph(int i) Inserts and returns a new empty value (as xml) as the ith "graph" elementstatic GraphTypeGraphType.Factory.newInstance()static GraphTypeGraphType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static GraphTypestatic GraphTypestatic GraphTypeGraphType.Factory.parse(InputStream is) static GraphTypeGraphType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static GraphTypestatic GraphTypestatic GraphTypestatic GraphTypestatic GraphTypestatic GraphTypestatic GraphTypeGraphType.Factory.parse(XMLStreamReader sr) static GraphTypeGraphType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static GraphTypeGraphType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static GraphTypeGraphType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic GraphTypestatic GraphTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type GraphTypeModifier and TypeMethodDescriptionvoidSets the "graph" elementvoidSets the "graph" elementvoidSets the "graph" elementvoidGraphmlType.setGraphArray(int i, GraphType graph) Sets ith "graph" elementvoidGraphmlType.setGraphArray(GraphType[] graphArray) Sets array of all "graph" elementvoidNodeType.setGraphArray(int i, GraphType graph) Sets ith "graph" elementvoidNodeType.setGraphArray(GraphType[] graphArray) Sets array of all "graph" element -
Uses of GraphType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphTypeModifier and TypeClassDescriptionclassAn XML graph.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return GraphTypeModifier and TypeMethodDescriptionEdgeTypeImpl.addNewGraph()Appends and returns a new empty "graph" elementGraphDocumentImpl.addNewGraph()Appends and returns a new empty "graph" elementGraphmlTypeImpl.addNewGraph()Appends and returns a new empty value (as xml) as the last "graph" elementHyperedgeTypeImpl.addNewGraph()Appends and returns a new empty "graph" elementNodeTypeImpl.addNewGraph()Appends and returns a new empty value (as xml) as the last "graph" elementEdgeTypeImpl.getGraph()Gets the "graph" elementGraphDocumentImpl.getGraph()Gets the "graph" elementHyperedgeTypeImpl.getGraph()Gets the "graph" elementGraphmlTypeImpl.getGraphArray()Gets array of all "graph" elementsGraphmlTypeImpl.getGraphArray(int i) Gets ith "graph" elementNodeTypeImpl.getGraphArray()Gets array of all "graph" elementsNodeTypeImpl.getGraphArray(int i) Gets ith "graph" elementGraphmlTypeImpl.insertNewGraph(int i) Inserts and returns a new empty value (as xml) as the ith "graph" elementNodeTypeImpl.insertNewGraph(int i) Inserts and returns a new empty value (as xml) as the ith "graph" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphTypeModifier and TypeMethodDescriptionvoidSets the "graph" elementvoidSets the "graph" elementvoidSets the "graph" elementvoidGraphmlTypeImpl.setGraphArray(int i, GraphType graph) Sets ith "graph" elementvoidGraphmlTypeImpl.setGraphArray(GraphType[] graphArray) Sets array of all "graph" elementvoidNodeTypeImpl.setGraphArray(int i, GraphType graph) Sets ith "graph" elementvoidNodeTypeImpl.setGraphArray(GraphType[] graphArray) Sets array of all "graph" element
XMLInputStream