Uses of Class
org.jgrapht.nio.dot.DOTSubgraph
-
Packages that use DOTSubgraph Package Description org.jgrapht.nio.dot DOT importers/exporters -
-
Uses of DOTSubgraph in org.jgrapht.nio.dot
Methods in org.jgrapht.nio.dot that return types with arguments of type DOTSubgraph Modifier and Type Method Description Optional<Supplier<Map<String,DOTSubgraph<V,E>>>>DOTExporter. getSubgraphProvider()Get the subgraph providerMethod parameters in org.jgrapht.nio.dot with type arguments of type DOTSubgraph Modifier and Type Method Description voidDOTExporter. setSubgraphProvider(Supplier<Map<String,DOTSubgraph<V,E>>> subgraphProvider)Set the subgraph provider
-