Uses of Interface
org.gephi.graph.api.Subgraph
-
Packages that use Subgraph Package Description org.gephi.filters.spi Interfaces for creating new filter classes.org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of Subgraph in org.gephi.filters.spi
Methods in org.gephi.filters.spi with parameters of type Subgraph Modifier and Type Method Description GraphOperator. filter(Subgraph[] graphs) -
Uses of Subgraph in org.gephi.graph.api
Subinterfaces of Subgraph in org.gephi.graph.api Modifier and Type Interface Description interfaceDirectedSubgraphA directed subgraph.interfaceUndirectedSubgraphUndirected subgraph.Methods in org.gephi.graph.api that return Subgraph Modifier and Type Method Description SubgraphGraphModel. getGraph(GraphView view)Gets the graph for the given graph view.Methods in org.gephi.graph.api with parameters of type Subgraph Modifier and Type Method Description voidSubgraph. intersection(Subgraph subGraph)Intersects the given subgraph with this sugbgraph.voidSubgraph. union(Subgraph subGraph)Unions the given subgraph with this sugbgraph.
-