Uses of Package
org.gephi.graph.api
-
Packages that use org.gephi.graph.api Package Description org.gephi.appearance.api API for manipulating element appearance.org.gephi.appearance.spi Interfaces that define the different ways the appearance of elements can be transformed.org.gephi.datalab.api Data Laboratory API, all capabilites are exposed through various controllers.org.gephi.datalab.api.datatables org.gephi.datalab.spi.columns org.gephi.datalab.spi.columns.merge org.gephi.datalab.spi.edges org.gephi.datalab.spi.nodes org.gephi.datalab.spi.rows.merge org.gephi.datalab.spi.values org.gephi.filters.api API for graph filtering.org.gephi.filters.spi Interfaces for creating new filter classes.org.gephi.graph.api Complete API description, whereGraphModel
is the entry point.org.gephi.graph.api.types Custom types the API supports, in addition of primitive and arrays.org.gephi.io.importer.api API for importing data from any support.org.gephi.layout.spi Interfaces for creating new layout algorithms.org.gephi.preview.spi Interfaces for creating new renderers, item builders and render targets.org.gephi.statistics.spi Interfaces for creating new statistics and metrics algorihms.org.gephi.timeline.api API which controls the Timeline, the UI component which allows network exploration over time.org.gephi.tools.api API for selecting the current Tool.org.gephi.tools.spi Tools are functions for interacting with user inputs on the visualization window. -
Classes in org.gephi.graph.api used by org.gephi.appearance.api Class Description Column A column belongs to a table and represent a dimension in the data.Element An element is a node or an edge.Graph Graph interface.GraphModel Graph API's entry point. -
Classes in org.gephi.graph.api used by org.gephi.appearance.spi Class Description Element An element is a node or an edge. -
Classes in org.gephi.graph.api used by org.gephi.datalab.api Class Description Column A column belongs to a table and represent a dimension in the data.Edge An edge.Element An element is a node or an edge.Graph Graph interface.GraphModel Graph API's entry point.Node A node.Table The table is the container for columns. -
Classes in org.gephi.graph.api used by org.gephi.datalab.api.datatables Class Description Table The table is the container for columns. -
Classes in org.gephi.graph.api used by org.gephi.datalab.spi.columns Class Description Column A column belongs to a table and represent a dimension in the data.GraphModel Graph API's entry point.Table The table is the container for columns. -
Classes in org.gephi.graph.api used by org.gephi.datalab.spi.columns.merge Class Description Column A column belongs to a table and represent a dimension in the data.Table The table is the container for columns. -
Classes in org.gephi.graph.api used by org.gephi.datalab.spi.edges Class Description Edge An edge. -
Classes in org.gephi.graph.api used by org.gephi.datalab.spi.nodes Class Description Node A node. -
Classes in org.gephi.graph.api used by org.gephi.datalab.spi.rows.merge Class Description Column A column belongs to a table and represent a dimension in the data.Element An element is a node or an edge. -
Classes in org.gephi.graph.api used by org.gephi.datalab.spi.values Class Description Column A column belongs to a table and represent a dimension in the data.Element An element is a node or an edge. -
Classes in org.gephi.graph.api used by org.gephi.filters.api Class Description GraphView View on the graph. -
Classes in org.gephi.graph.api used by org.gephi.filters.spi Class Description Element An element is a node or an edge.Graph Graph interface.Subgraph A subgraph is a subset of a graph based on a graph view. -
Classes in org.gephi.graph.api used by org.gephi.graph.api Class Description Column A column belongs to a table and represent a dimension in the data.ColumnDiff Interface to retrieve elements touched in a column.ColumnIndex A column index is associated with a column and and keeps track of each unique value and can also return the minimum and maximum values in case of a sortable value type.ColumnIterable Column iterable.ColumnObserver Observer over a column to monitor changes in the attributes values.Configuration Global configuration set at initialization.DirectedGraph Directed graph.DirectedSubgraph A directed subgraph.Edge An edge.EdgeIterable An edge iterable.EdgeProperties Edge propertiesElement An element is a node or an edge.ElementIterable Element iterable.ElementProperties Element visual properties.Estimator Estimators specify the strategy to merge attribute values over time.Graph Graph interface.GraphBridge Helper that helps transfer elements from another graph store.GraphDiff Interface to retrieve added and removed elements from the graph.GraphFactory Factory for nodes and edges.GraphLock Wrapper aroundReentrantReadWriteLock
that controls multi-thread access to the graph structure.GraphModel Graph API's entry point.GraphModel.DefaultColumns Default columns utility.GraphObserver Observer over a graph to monitor changes and obtain the list of differences.GraphView View on the graph.Index An index is associated with each table and keeps track of each unique value in columns.Interval Immutable time interval which supports included and excluded bounds.Node A node.NodeIterable A node iterable.NodeProperties Node properties.Origin The column's data origin.Rect2D Represents a 2D axis-aligned immutable rectangle.SpatialIndex Object to query the nodes and edges of the graph in a spatial context.Subgraph A subgraph is a subset of a graph based on a graph view.Table The table is the container for columns.TableDiff Interface to retrieve added, removed and modified columns from the table.TableLock TableObserver Observer over a table to monitor changes.TextProperties Text visual properties.TimeFormat Different representation of time.TimeIndex Holds an index based on time attributes.TimeRepresentation Different time representations.UndirectedGraph Undirected graphUndirectedSubgraph Undirected subgraph. -
Classes in org.gephi.graph.api used by org.gephi.graph.api.types Class Description Estimator Estimators specify the strategy to merge attribute values over time.Interval Immutable time interval which supports included and excluded bounds.TimeFormat Different representation of time. -
Classes in org.gephi.graph.api used by org.gephi.io.importer.api Class Description Interval Immutable time interval which supports included and excluded bounds.TimeFormat Different representation of time.TimeRepresentation Different time representations. -
Classes in org.gephi.graph.api used by org.gephi.layout.spi Class Description GraphModel Graph API's entry point. -
Classes in org.gephi.graph.api used by org.gephi.preview.spi Class Description Graph Graph interface. -
Classes in org.gephi.graph.api used by org.gephi.statistics.spi Class Description GraphModel Graph API's entry point.GraphView View on the graph.Interval Immutable time interval which supports included and excluded bounds. -
Classes in org.gephi.graph.api used by org.gephi.timeline.api Class Description TimeFormat Different representation of time. -
Classes in org.gephi.graph.api used by org.gephi.tools.api Class Description Edge An edge.Node A node. -
Classes in org.gephi.graph.api used by org.gephi.tools.spi Class Description Node A node.