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, whereGraphModel
is 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 Graph
Operator. filter(Subgraph[] graphs)
-
Uses of Subgraph in org.gephi.graph.api
Subinterfaces of Subgraph in org.gephi.graph.api Modifier and Type Interface Description interface
DirectedSubgraph
A directed subgraph.interface
UndirectedSubgraph
Undirected subgraph.Methods in org.gephi.graph.api that return Subgraph Modifier and Type Method Description Subgraph
GraphModel. 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 void
Subgraph. intersection(Subgraph subGraph)
Intersects the given subgraph with this sugbgraph.void
Subgraph. union(Subgraph subGraph)
Unions the given subgraph with this sugbgraph.
-