Uses of Class
org.jgrapht.graph.AsSubgraph
Packages that use AsSubgraph
-
Uses of AsSubgraph in org.jgrapht.nio.dot
Methods in org.jgrapht.nio.dot that return AsSubgraphConstructors in org.jgrapht.nio.dot with parameters of type AsSubgraphModifierConstructorDescriptionDOTSubgraph(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.