Package | Description |
---|---|
org.gephi.datalab.api |
Data Laboratory API, all capabilites are exposed through various controllers.
|
org.gephi.datalab.spi.columns | |
org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
org.gephi.layout.spi |
Interfaces for creating new layout algorithms.
|
org.gephi.statistics.spi |
Interfaces for creating new statistics and metrics algorihms.
|
Modifier and Type | Method and Description |
---|---|
void |
DataLaboratoryHelper.executeAttributeColumnsManipulator(AttributeColumnsManipulator m,
GraphModel graphModel,
Table table,
Column column)
Prepares the dialog UI of a AttributeColumnsManipulator if it has one and executes the manipulator in a separate
Thread when the dialog is accepted or directly if there is no UI.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeColumnsManipulatorUI.setup(AttributeColumnsManipulator m,
GraphModel graphModel,
Table table,
Column column,
DialogControls dialogControls)
Prepare this UI to be able to interact with its AttributeColumnsManipulator.
|
Modifier and Type | Method and Description |
---|---|
GraphModel |
GraphView.getGraphModel()
Gets the graph model this view belongs to.
|
GraphModel |
GraphController.getGraphModel()
Returns the graph model for the current workspace, or
null
if project is empty. |
GraphModel |
GraphController.getGraphModel(Workspace workspace)
Returns the graph model for the given
workspace . |
GraphModel |
Graph.getModel()
Returns the model this graph belongs to.
|
static GraphModel |
GraphModel.Factory.newInstance()
Returns a new instance with default configuration.
|
static GraphModel |
GraphModel.Factory.newInstance(Configuration config)
Returns a new instance with the given configuration.
|
static GraphModel |
GraphModel.Serialization.read(DataInput input)
Read the
input and return the read graph model. |
Modifier and Type | Method and Description |
---|---|
static void |
GraphModel.Serialization.write(DataOutput output,
GraphModel graphModel)
Write
graphModel to output . |
Modifier and Type | Method and Description |
---|---|
void |
Layout.setGraphModel(GraphModel graphModel)
Injects the graph model for the graph this Layout should operate on.
|
Modifier and Type | Method and Description |
---|---|
void |
Statistics.execute(GraphModel graphModel)
Executes the statistics algorithm.
|
void |
DynamicStatistics.execute(GraphModel graphModel)
First method to be executed in the dynamic statistic process.
|
Copyright © 2007–2015 Gephi Consortium. All rights reserved.