Uses of Class
org.graphdrawing.graphml.GraphType
| Package | Description |
|---|---|
| org.graphdrawing.graphml |
-
Uses of GraphType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphType Modifier and Type Field Description protected GraphTypeEdgeType. graphprotected GraphTypeHyperedgeType. graphprotected GraphTypeNodeType. graphMethods in org.graphdrawing.graphml that return GraphType Modifier and Type Method Description GraphTypeObjectFactory. createGraphType()Create an instance ofGraphTypeGraphTypeEdgeType. getGraph()Gets the value of the graph property.GraphTypeHyperedgeType. getGraph()Gets the value of the graph property.GraphTypeNodeType. getGraph()Gets the value of the graph property.Methods in org.graphdrawing.graphml that return types with arguments of type GraphType Modifier and Type Method Description javax.xml.bind.JAXBElement<GraphType>ObjectFactory. createGraph(GraphType value)Methods in org.graphdrawing.graphml with parameters of type GraphType Modifier and Type Method Description javax.xml.bind.JAXBElement<GraphType>ObjectFactory. createGraph(GraphType value)voidEdgeType. setGraph(GraphType value)Sets the value of the graph property.voidHyperedgeType. setGraph(GraphType value)Sets the value of the graph property.voidNodeType. setGraph(GraphType value)Sets the value of the graph property.