Uses of Class
org.jgrapht.graph.AsSubgraph
-
Packages that use AsSubgraph Package Description org.jgrapht.nio.dot DOT importers/exporters -
-
Uses of AsSubgraph in org.jgrapht.nio.dot
Methods in org.jgrapht.nio.dot that return AsSubgraph Modifier and Type Method Description AsSubgraph<V,E>DOTSubgraph. getSubgraph()Get the subgraph.Constructors in org.jgrapht.nio.dot with parameters of type AsSubgraph Constructor Description DOTSubgraph(AsSubgraph<V,E> subgraph, Map<String,Attribute> subgraphAttributes, Map<String,Attribute> clusterAttributes)Constructs a new DOTSubgraph with specified subgraph, attributes.DOTSubgraph(AsSubgraph<V,E> subgraph, Map<String,Attribute> subgraphAttributes, Map<String,Attribute> clusterAttributes, boolean exportVertices, boolean exportEdges)Constructs a new DOTSubgraph with specified subgraph, attributes, and export options.
-