A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractDatabase - Class in org.gephi.io.importer.api
 
AbstractDatabase() - Constructor for class org.gephi.io.importer.api.AbstractDatabase
 
AbstractList<T> - Class in org.gephi.data.attributes.type
Complex type that defines list of any type of items.
AbstractList(String, Class<T>) - Constructor for class org.gephi.data.attributes.type.AbstractList
 
AbstractList(String, String, Class<T>) - Constructor for class org.gephi.data.attributes.type.AbstractList
 
AbstractList(T[]) - Constructor for class org.gephi.data.attributes.type.AbstractList
 
add(Query) - Method in interface org.gephi.filters.api.FilterController
Adds query as a new query in the system.
add(Object) - Method in interface org.gephi.project.api.Project
Adds an abilities to this project.
add(Object) - Method in interface org.gephi.project.api.Workspace
Adds an instance to this workspaces lookup.
addAttributeColumn(AttributeTable, String, AttributeType) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Adds a new column to the specified table with the given title and type of column.
addAttributeListener(AttributeListener) - Method in interface org.gephi.data.attributes.api.AttributeModel
Adds listener to the listeners of this table.
addAttributeValue(AttributeColumn, Object) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
addAttributeValue(AttributeColumn, Object, String, String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
addAttributeValue(AttributeColumn, Object, String, String, boolean, boolean) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
addAttributeValue(AttributeColumn, Object) - Method in interface org.gephi.io.importer.api.NodeDraft
 
addAttributeValue(AttributeColumn, Object, String, String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
addAttributeValue(AttributeColumn, Object, String, String, boolean, boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
 
addBuilder(FilterBuilder) - Method in interface org.gephi.filters.api.FilterLibrary
Adds builder to this library.
addChangeListener(ChangeListener) - Method in interface org.gephi.clustering.api.ClusteringModel
 
addChangeListener(ChangeListener) - Method in interface org.gephi.filters.api.FilterModel
 
addChangeListener(ChangeListener) - Method in interface org.gephi.project.api.ProjectInformation
 
addChangeListener(ChangeListener) - Method in interface org.gephi.project.api.WorkspaceInformation
 
addChild(NodeDraft) - Method in interface org.gephi.io.importer.api.NodeDraft
 
addColumn(String, AttributeType) - Method in interface org.gephi.data.attributes.api.AttributeTable
Creates and add a new column to this table.
addColumn(String, AttributeType, AttributeOrigin) - Method in interface org.gephi.data.attributes.api.AttributeTable
Creates and add a new column to this table.
addColumn(String, String, AttributeType, AttributeOrigin, Object) - Method in interface org.gephi.data.attributes.api.AttributeTable
Creates and add a new column to this table.
addColumn(String, String, AttributeType, AttributeValueDelegateProvider, Object) - Method in interface org.gephi.data.attributes.api.AttributeTable
Creates and add a new column to this table.
addedEdges() - Method in interface org.gephi.graph.api.GraphEventData
Returns edges added to the graph.
addEdge(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
Add an edge between source and target to the graph.
addEdge(Edge) - Method in interface org.gephi.graph.api.Graph
Add edge to the graph.
addEdge(Node, Node, boolean) - Method in interface org.gephi.graph.api.MixedGraph
Add to the graph a directed or undirected edge between source and target.
addEdge(Node, Node) - Method in interface org.gephi.graph.api.UndirectedGraph
Add an undirected edge betweennode1 and node2to the graph.
addEdge(EdgeDraft) - Method in interface org.gephi.io.importer.api.ContainerLoader
Adds an edge to the container.
addEdgePropertyAssociation(PropertiesAssociations.EdgeProperties, String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
addedNodes() - Method in interface org.gephi.graph.api.GraphEventData
Returns nodes added to the graph.
addGraphListener(GraphListener) - Method in interface org.gephi.graph.api.GraphModel
Add graphListener as a listener to this graph, if it is not already.
addListener(TimelineModelListener) - Method in interface org.gephi.timeline.api.TimelineController
Add listener to the list of event listerners.
addModelListener(DynamicModelListener) - Method in interface org.gephi.dynamic.api.DynamicController
Adds listener to the listeners of this model.
addNode(Node) - Method in interface org.gephi.graph.api.Graph
Add a node to the graph.
addNode(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Add node as a child of parent in the graph.
addNode(NodeDraft) - Method in interface org.gephi.io.importer.api.ContainerLoader
Adds a node to the container.
addNodePropertyAssociation(PropertiesAssociations.NodeProperties, String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
addPropertiesColumn(PropertiesColumn) - Method in interface org.gephi.data.attributes.api.AttributeTable
Creates and add a new properties column to this table.
addProperty(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
Add property to the properties.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.gephi.layout.api.LayoutModel
Add a property change listener for this model.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.gephi.partition.api.PartitionModel
 
addRankingListener(RankingListener) - Method in interface org.gephi.ranking.api.RankingModel
Add listener as a ranking listener of this model
addTimeInterval(String, String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
addTimeInterval(String, String, boolean, boolean) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
addTimeInterval(String, String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
addTimeInterval(String, String, boolean, boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
 
addWorkspaceListener(WorkspaceListener) - Method in interface org.gephi.project.api.ProjectController
 
allowAutoNode() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
allowParallelEdges() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
allowSelfLoop() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
alpha() - Method in interface org.gephi.graph.api.Renderable
Returns alpha color value (transparency) of the element.
append(Report) - Method in class org.gephi.io.importer.api.Report
 
applyPreset(PreviewPreset) - Method in class org.gephi.preview.api.PreviewProperties
Sets all preset's property values to this properties.
areAllColumnsOfSameType(AttributeColumn[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
areAllColumnsOfType(AttributeColumn[], AttributeType) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
areAllDynamicNumberColumns(AttributeColumn[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
areAllNumberColumns(AttributeColumn[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
areAllNumberListColumns(AttributeColumn[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
areAllNumberOrNumberListColumns(AttributeColumn[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
areAllStringColumns(AttributeColumn[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
areEdgesInGraph(Edge[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks if an array of edges are contained in the main view graph.
areNodesInGraph(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks if an array of nodes are contained in the main view graph.
ARROW_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
Arrow Float property defining the arrow size.
Attributable - Interface in org.gephi.graph.api
Attributable is an interface for graph elements (i.e.
AttributableFilter - Interface in org.gephi.filters.spi
Basic filters for attributable objects (nodes or edges).
AttributableFilter.Type - Enum in org.gephi.filters.spi
 
AttributeColumn - Interface in org.gephi.data.attributes.api
Column is the header of a data column.
AttributeColumnsController - Interface in org.gephi.datalab.api
This interface defines part of the Data Laboratory API basic actions.
AttributeColumnsManipulator - Interface in org.gephi.datalab.spi.columns
Manipulation action to use for Data Laboratory column manipulator buttons.
AttributeColumnsManipulatorUI - Interface in org.gephi.datalab.spi.columns
UI AttributeColumnsManipulators can provide.
AttributeColumnsMergeStrategiesController - Interface in org.gephi.datalab.api
This interface defines part of the Data Laboratory API basic actions.
AttributeColumnsMergeStrategiesController.BooleanOperations - Enum in org.gephi.datalab.api
Enumeration that defines the supported logic operations for a merge with booleanLogicOperationsMerge strategy.
AttributeColumnsMergeStrategy - Interface in org.gephi.datalab.spi.columns.merge
Service for defining strategies for merging attribute columns of a table.
AttributeColumnsMergeStrategyBuilder - Interface in org.gephi.datalab.spi.columns.merge
This interface is used for providing AttributeColumnsMergeStrategy instances using the Netbeans Lookup but avoiding the singleton it causes.
AttributeController - Interface in org.gephi.data.attributes.api
This controller is the access door to AttributeModel, that contains all attributes data.
AttributeEvent - Interface in org.gephi.data.attributes.api
Attribute event interface, that AttributeListener receives when the attribute model or any attribute row is modified.
AttributeEvent.EventType - Enum in org.gephi.data.attributes.api
Attribute model events.
AttributeEventData - Interface in org.gephi.data.attributes.api
Data associated with an attribute event.
AttributeListener - Interface in org.gephi.data.attributes.api
Listener for attribute events.
AttributeModel - Interface in org.gephi.data.attributes.api
Represents the data model, like a standard database would do.
AttributeOrigin - Enum in org.gephi.data.attributes.api
Meta-data that describes the origin of columns content.
AttributeRow - Interface in org.gephi.data.attributes.api
Rows contains AttributeValue, one for each column.
AttributeRowFactory - Interface in org.gephi.data.attributes.api
Factory which is building exclusively AttributeRow.
AttributeRowsMergeStrategy - Interface in org.gephi.datalab.spi.rows.merge
Service for defining strategies for merging a column of rows of a table.
AttributeRowsMergeStrategyBuilder - Interface in org.gephi.datalab.spi.rows.merge
This interface is used for providing RowsMergeStrategy instances using the Netbeans Lookup but avoiding the singleton it causes.
ATTRIBUTES - Static variable in interface org.gephi.filters.api.FilterLibrary
Default Category for attributes filters.
Attributes - Interface in org.gephi.graph.api
Get and set any object to this attributes class.
attributesChanged(AttributeEvent) - Method in interface org.gephi.data.attributes.api.AttributeListener
 
AttributeTable - Interface in org.gephi.data.attributes.api
Table hosts columns and permits all manipulation on them.
AttributeTableCSVExporter - Class in org.gephi.datalab.api.datatables
 
AttributeTableCSVExporter() - Constructor for class org.gephi.datalab.api.datatables.AttributeTableCSVExporter
 
AttributeType - Enum in org.gephi.data.attributes.api
The different type an AttributeColumn can have.
AttributeUtils - Class in org.gephi.data.attributes.api
 
AttributeUtils() - Constructor for class org.gephi.data.attributes.api.AttributeUtils
 
AttributeValue - Interface in org.gephi.data.attributes.api
Cell that contains the value for a particular AttributeColumn and AttributeRow.
AttributeValueDelegateProvider<T> - Class in org.gephi.data.attributes.spi
General information
AttributeValueDelegateProvider() - Constructor for class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
 
AttributeValueFactory - Interface in org.gephi.data.attributes.api
Factory which is building exclusively AttributeValue.
AttributeValueManipulator - Interface in org.gephi.datalab.spi.values
Manipulator for a single AttributeValue (cells) on right click.
AttributeValueManipulatorBuilder - Interface in org.gephi.datalab.spi.values
This interface is used for providing AttributeValueManipulator instances using the Netbeans Lookup but avoiding the singleton it causes.
AUTO_META_EDGES - Static variable in interface org.gephi.graph.api.GraphSettings
 
averageNumberMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the average of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.

B

b() - Method in interface org.gephi.graph.api.Renderable
Get blue component of the element color.
BACKGROUND_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
General Color property of the background color
BasicDependantColorPropertyEditor - Class in org.gephi.preview.types.propertyeditors
Basic PropertyEditor for DependantColor.
BasicDependantColorPropertyEditor() - Constructor for class org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor
 
BasicDependantOriginalColorPropertyEditor - Class in org.gephi.preview.types.propertyeditors
Basic PropertyEditor for DependantOriginalColor.
BasicDependantOriginalColorPropertyEditor() - Constructor for class org.gephi.preview.types.propertyeditors.BasicDependantOriginalColorPropertyEditor
 
BasicEdgeColorPropertyEditor - Class in org.gephi.preview.types.propertyeditors
Basic PropertyEditor for EdgeColor.
BasicEdgeColorPropertyEditor() - Constructor for class org.gephi.preview.types.propertyeditors.BasicEdgeColorPropertyEditor
 
BigDecimalList - Class in org.gephi.data.attributes.type
Complex type that define a list of BigDecimal items.
BigDecimalList(BigDecimal[]) - Constructor for class org.gephi.data.attributes.type.BigDecimalList
 
BigDecimalList(String) - Constructor for class org.gephi.data.attributes.type.BigDecimalList
 
BigDecimalList(String, String) - Constructor for class org.gephi.data.attributes.type.BigDecimalList
 
BigIntegerList - Class in org.gephi.data.attributes.type
Complex type that define a list of BigInteger items.
BigIntegerList(BigInteger[]) - Constructor for class org.gephi.data.attributes.type.BigIntegerList
 
BigIntegerList(String) - Constructor for class org.gephi.data.attributes.type.BigIntegerList
 
BigIntegerList(String, String) - Constructor for class org.gephi.data.attributes.type.BigIntegerList
 
BooleanList - Class in org.gephi.data.attributes.type
Complex type that define a list of Boolean items.
BooleanList(boolean[]) - Constructor for class org.gephi.data.attributes.type.BooleanList
 
BooleanList(Boolean[]) - Constructor for class org.gephi.data.attributes.type.BooleanList
 
BooleanList(String) - Constructor for class org.gephi.data.attributes.type.BooleanList
 
BooleanList(String, String) - Constructor for class org.gephi.data.attributes.type.BooleanList
 
booleanLogicOperationsMerge(AttributeTable, AttributeColumn[], AttributeColumnsMergeStrategiesController.BooleanOperations[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Strategy to apply only to all boolean columns.
buildExporter() - Method in interface org.gephi.io.exporter.spi.ExporterBuilder
Builds a new exporter instance, ready to be used.
buildExporter() - Method in interface org.gephi.io.exporter.spi.GraphFileExporterBuilder
Builds a new graph exporter instance, ready to be used.
buildExporter() - Method in interface org.gephi.io.exporter.spi.VectorFileExporterBuilder
Builds a new vector exporter instance, ready to be used.
buildImporter() - Method in interface org.gephi.io.importer.spi.DatabaseImporterBuilder
Builds a new database importer instance, ready to be used.
buildImporter() - Method in interface org.gephi.io.importer.spi.FileImporterBuilder
Builds a new file importer instance, ready to be used.
buildImporter() - Method in interface org.gephi.io.importer.spi.ImporterBuilder
Builds a new importer instance, ready to be used.
buildImporter() - Method in interface org.gephi.io.importer.spi.SpigotImporterBuilder
Builds a new spigot importer instance, ready to be used.
buildLayout() - Method in interface org.gephi.layout.spi.LayoutBuilder
Builds an instance of the Layout.
buildPartition(AttributeColumn, Graph) - Method in interface org.gephi.partition.api.PartitionController
 
buildRanking(RankingModel) - Method in interface org.gephi.ranking.spi.RankingBuilder
Return an array of newly created rankings.
buildRenderTarget(PreviewModel) - Method in interface org.gephi.preview.spi.RenderTargetBuilder
Builds a new render target using the properties and dimensions defined in previewModel.
buildTransformer() - Method in interface org.gephi.ranking.spi.TransformerBuilder
Build a new transformer instance.
button - Variable in class org.gephi.preview.api.PreviewMouseEvent
 
ByteExporter - Interface in org.gephi.io.exporter.spi
Exporter class for byte streams, when an OutputStream is needed.
ByteList - Class in org.gephi.data.attributes.type
Complex type that define a list of Byte items.
ByteList(byte[]) - Constructor for class org.gephi.data.attributes.type.ByteList
 
ByteList(Byte[]) - Constructor for class org.gephi.data.attributes.type.ByteList
 
ByteList(String) - Constructor for class org.gephi.data.attributes.type.ByteList
 
ByteList(String, String) - Constructor for class org.gephi.data.attributes.type.ByteList
 

C

calculateColumnValuesFrequencies(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Calculates the absolute frequency of appearance of each value of the given column and returns a Map containing each different value mapped to its frequency of appearance.
canAlgo() - Method in interface org.gephi.layout.spi.Layout
Tests if the algorithm can run, called before each pass.
cancel() - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
Cancel the current task.
cancel() - Method in interface org.gephi.utils.longtask.spi.LongTask
Cancel the task.
cancelClusterize(Clusterer) - Method in interface org.gephi.clustering.api.ClusteringController
 
canChangeColumnData(AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Indicates if the Data Laboratory API behaviour allows to change a value of the given column of a table.
canClearColumnData(AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Indicates if the Data Laboratory API behaviour allows to set as null a value of the given column of a table.
canConvertColumnToDynamic(AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Indicates if the Data Laboratory API behaviour allows to convert an existing column into its dynamic equivalent.
canDeleteColumn(AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Indicates if the Data Laboratory API behaviour allows to delete the given column of a table.
canExecute() - Method in interface org.gephi.datalab.spi.Manipulator
Indicates if this Manipulator has to be executable.
canExecute() - Method in interface org.gephi.layout.api.LayoutController
Determine if the current Layout can be executed.
canGroup(Cluster) - Method in interface org.gephi.clustering.api.ClusteringController
 
canGroupNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks if an array of nodes can form a group.
canManipulateColumn(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Indicates if this AttributeColumnsManipulator can manipulate a specific AttributeColumn.
canMoveNodeToGroup(Node, Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Indicates if a given node can be moved to a group node.
canReplace(SearchReplaceController.SearchResult) - Method in interface org.gephi.datalab.api.SearchReplaceController
Indicates if a SearchResult can be replaced or not.
canStop() - Method in interface org.gephi.layout.api.LayoutController
Determine if the current Layout execution can be stopped.
canUngroup(Cluster) - Method in interface org.gephi.clustering.api.ClusteringController
 
canUngroupNode(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks if the node can be ungrouped (it forms a group of nodes).
Category - Class in org.gephi.filters.spi
A filter category is like a folder, it describes the type of the filter and bring together to users filters that have the same categories.
Category(String) - Constructor for class org.gephi.filters.spi.Category
 
Category(String, Icon) - Constructor for class org.gephi.filters.spi.Category
 
Category(String, Icon, Category) - Constructor for class org.gephi.filters.spi.Category
 
CATEGORY_DYNAMIC - Static variable in interface org.gephi.statistics.spi.StatisticsUI
 
CATEGORY_EDGE_ARROWS - Static variable in class org.gephi.preview.api.PreviewProperty
Edge arrow category
CATEGORY_EDGE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label category
CATEGORY_EDGE_OVERVIEW - Static variable in interface org.gephi.statistics.spi.StatisticsUI
 
CATEGORY_EDGES - Static variable in class org.gephi.preview.api.PreviewProperty
Edge category
CATEGORY_NETWORK_OVERVIEW - Static variable in interface org.gephi.statistics.spi.StatisticsUI
 
CATEGORY_NODE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label category
CATEGORY_NODE_OVERVIEW - Static variable in interface org.gephi.statistics.spi.StatisticsUI
 
CATEGORY_NODES - Static variable in class org.gephi.preview.api.PreviewProperty
Node category
CategoryBuilder - Interface in org.gephi.filters.spi
Category builder is a convenient way to define multiple builders from a single source and grouped in a single category.
CharacterExporter - Interface in org.gephi.io.exporter.spi
Exporter class for char streams, when an Writer is needed.
CharacterList - Class in org.gephi.data.attributes.type
Complex type that define a list of Character items.
CharacterList(char[]) - Constructor for class org.gephi.data.attributes.type.CharacterList
 
CharacterList(Character[]) - Constructor for class org.gephi.data.attributes.type.CharacterList
 
CharacterList(String) - Constructor for class org.gephi.data.attributes.type.CharacterList
 
CharacterList(String, String) - Constructor for class org.gephi.data.attributes.type.CharacterList
 
cleanWorkspace(Workspace) - Method in interface org.gephi.project.api.ProjectController
 
clear() - Method in interface org.gephi.graph.api.Graph
Removes all nodes and edges in the graph.
clear() - Method in interface org.gephi.graph.api.GraphModel
Clears the model by deleting all views and reseting main view.
clearColumnData(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Clears all rows data for a given column of a table (nodes table or edges table)
clearEdgeData(Edge, AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Clears all edge attributes except computed attributes and id.
clearEdges(Node) - Method in interface org.gephi.graph.api.Graph
Removes all edges incident to node.
clearEdges() - Method in interface org.gephi.graph.api.Graph
Removes all edges in the graph.
clearEdgesData(Edge[], AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Clears all the edges attributes except computed attributes and id, checking first that the edges are in the graph.
clearMetaEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Clears all meta edges for node.
clearNodeData(Node, AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Clears all node attributes except computed attributes and id, checking first that the node is in the graph.
clearNodesData(Node[], AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Clears all the nodes attributes except computed attributes and id.
clearRowData(Attributes, AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Clears row attributes except computed attributes and id if node/edge row.
clickNodes(Node[]) - Method in interface org.gephi.tools.spi.NodeClickEventListener
Notify nodes have been clicked by user on the visualization window.
close(Workspace) - Method in interface org.gephi.project.api.WorkspaceListener
Notify a workspace will be closed, all data must be destroyed.
closeCurrentProject() - Method in interface org.gephi.project.api.ProjectController
 
closeCurrentWorkspace() - Method in interface org.gephi.project.api.ProjectController
 
closeEditWindow() - Method in interface org.gephi.tools.api.EditWindowController
 
closeLoader() - Method in interface org.gephi.io.importer.api.Container
Close the current loading and clean content before unloading.
Cluster - Interface in org.gephi.clustering.api
 
Clusterer - Interface in org.gephi.clustering.spi
 
ClustererBuilder - Interface in org.gephi.clustering.spi
 
ClustererUI - Interface in org.gephi.clustering.spi
 
ClusteringController - Interface in org.gephi.clustering.api
 
ClusteringModel - Interface in org.gephi.clustering.api
 
clusterize(Clusterer) - Method in interface org.gephi.clustering.api.ClusteringController
 
compareTo(Interval) - Method in class org.gephi.data.attributes.type.Interval
Compares this interval with the specified interval for order.
compareTo(PreviewPreset) - Method in class org.gephi.preview.api.PreviewPreset
 
ComplexFilter - Interface in org.gephi.filters.spi
Filter working with full graphs and generally returning a subgraph.
Container - Interface in org.gephi.io.importer.api
A container is created each time data are imported by importers.
ContainerFactory - Interface in org.gephi.io.importer.api
 
ContainerLoader - Interface in org.gephi.io.importer.api
Interface for a loading a Container with graph and attributes data from an importers.
ContainerLoader.DraftFactory - Interface in org.gephi.io.importer.api
Node and edge draft factory.
ContainerUnloader - Interface in org.gephi.io.importer.api
Interface for unloading a container.
contains(T) - Method in class org.gephi.data.attributes.type.AbstractList
 
contains(Node) - Method in interface org.gephi.graph.api.Graph
Returns true if the graph contains node.
contains(Edge) - Method in interface org.gephi.graph.api.Graph
Returns true if the graph contains edge.
containsSpecialCharacters(String) - Static method in class org.gephi.data.attributes.type.Interval
 
ContextMenuItemManipulator - Interface in org.gephi.datalab.spi
This interface defines a common extension for the manipulators that appear as context menu items such as NodesManipulator, EdgesManipulator and GraphContextMenuItem (from Visualization API)
convertAttributeColumnToDynamic(AttributeTable, AttributeColumn, double, double, boolean, boolean) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Converts and replaces a table column with a dynamic column preserving original column values.
convertAttributeColumnToNewDynamicColumn(AttributeTable, AttributeColumn, double, double, boolean, boolean, String) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Converts a table column into a new dynamic column preserving original column values.
convertPrimitiveToWrapperArray(Object) - Static method in class org.gephi.data.attributes.type.TypeConvertor
Converts given array of primitive type into array of wrapper type.
copy() - Method in interface org.gephi.graph.api.GraphModel
Returns a complete copy of this model, including all views but not listeners.
copyColumnDataToOtherColumn(AttributeTable, AttributeColumn, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Copies all row values of a column to another column.
copyEdgeDataToOtherEdges(Edge, Edge[], AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Copies attributes data of the given edge to the other rows except computed attributes and id.
copyNodeDataToOtherNodes(Node, Node[], AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Copies attributes data of the given node to the other rows except computed attributes and id.
copyRowDataToOtherRows(Attributes, Attributes[], AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Copies attributes data of the given row to the other rows except computed attributes and id if node/edge.
copyView(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Copy view to a new graph view.
countColumns() - Method in interface org.gephi.data.attributes.api.AttributeTable
Returns the number of column in this table.
countValues() - Method in interface org.gephi.data.attributes.api.AttributeRow
Returns the number of values this rows contains.
countValues() - Method in interface org.gephi.graph.api.Attributes
Returns the number of values this row has.
createArrayFromString(String, String, Class<T>) - Static method in class org.gephi.data.attributes.type.TypeConvertor
Creates array of given type from single String value.
createBooleanMatchesColumn(AttributeTable, AttributeColumn, String, Pattern) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Creates a new BOOLEAN column from the given column and regular expression filling it with boolean values that indicate if each of the old column values match the regular expression.
createDynamicGraph(Graph) - Method in interface org.gephi.dynamic.api.DynamicModel
Builds a new DynamicGraph from the given Graph instance.
createDynamicGraph(Graph, Interval) - Method in interface org.gephi.dynamic.api.DynamicModel
Builds a new DynamicGraph from the given Graph instance wrapping the given Interval.
createDynamicObject(List<Interval>) - Method in enum org.gephi.data.attributes.api.AttributeType
 
createEdge(T, T) - Method in interface org.gephi.data.attributes.spi.GraphItemDelegateFactoryProvider
 
createEdge(Node, Node, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Creates and edge between source and target node (if it does not already exist), directed or undirected.
createEdge(String, Node, Node, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Creates and edge between source and target node (if it does not already exist), directed or undirected.
createEdges(Node, Node[], boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to create edges between the source node and all other edges, directed or undirected.
createElement(String) - Method in interface org.gephi.preview.api.SVGTarget
Create a new element qualifiedName in the document.
createFoundGroupsListColumn(AttributeTable, AttributeColumn, String, Pattern) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Creates a new LIST_STRING column from the given column and regular expression with values that are the list of matching groups for the given regular expression for each row.
createInstanceFromString(String, Class<T>) - Static method in class org.gephi.data.attributes.type.TypeConvertor
Transforms String value to any kind of object with given type.
createNode() - Method in interface org.gephi.data.attributes.spi.GraphItemDelegateFactoryProvider
 
createNode(String) - Method in interface org.gephi.datalab.api.GraphElementsController
Creates a node with default id and the given label.
createNode(String, String) - Method in interface org.gephi.datalab.api.GraphElementsController
Creates a node with the given id and label.
createProperty(Filter, Class, String, String, String) - Static method in class org.gephi.filters.spi.FilterProperty
Create a property.
createProperty(Filter, Class, String) - Static method in class org.gephi.filters.spi.FilterProperty
Create a property.
createProperty(Layout, Class, String, String, String, String, String) - Static method in class org.gephi.layout.spi.LayoutProperty
Create a property.
createProperty(Layout, Class, String, String, String, String, String, Class<? extends PropertyEditor>) - Static method in class org.gephi.layout.spi.LayoutProperty
Create a property, with a particular PropertyEditor.
createProperty(Layout, Class, String, String, String, String, String, String) - Static method in class org.gephi.layout.spi.LayoutProperty
Create a property.
createProperty(Layout, Class, String, String, String, String, String, String, Class<? extends PropertyEditor>) - Static method in class org.gephi.layout.spi.LayoutProperty
Create a property, with a particular PropertyEditor.
createProperty(Object, String) - Static method in class org.gephi.preview.api.PreviewProperty
Create a new preview property.
createProperty(Object, String, Class) - Static method in class org.gephi.preview.api.PreviewProperty
Create a new preview property.
createProperty(Object, String, Class, String, String, String) - Static method in class org.gephi.preview.api.PreviewProperty
Create a new preview property.
createProperty(Object, String, Class, String, String, String, String...) - Static method in class org.gephi.preview.api.PreviewProperty
Create a new preview property.
createQuery(Filter) - Method in interface org.gephi.filters.api.FilterController
Creates a query from filter.
createTextNode(String) - Method in interface org.gephi.preview.api.SVGTarget
Create a new text node with data in it.
createTicket(String, Cancellable) - Method in interface org.gephi.utils.progress.ProgressTicketProvider
 

D

Database - Interface in org.gephi.io.importer.api
Database description and connexion details.
DatabaseImporter - Interface in org.gephi.io.importer.spi
Importers interface for importing data from database sources.
DatabaseImporterBuilder - Interface in org.gephi.io.importer.spi
Importer builder specific for DatabaseImporter.
DataLaboratoryHelper - Class in org.gephi.datalab.api
Helper class for simplifying the use of Data Laboratory API and SPI.
DataLaboratoryHelper() - Constructor for class org.gephi.datalab.api.DataLaboratoryHelper
 
DataTablesController - Interface in org.gephi.datalab.api.datatables
This interface defines part of the Data Laboratory API.
DataTablesEventListener - Interface in org.gephi.datalab.api.datatables
This is the interface for a listener of DataTablesController requests.
DataTablesEventListenerBuilder - Interface in org.gephi.datalab.api.datatables
Builder interface for providing a default DataTablesEventListener when it has not been set.
DEFAULT_SEPARATOR - Static variable in class org.gephi.data.attributes.type.AbstractList
 
DEFAULT_WEIGHT_ESTIMATOR - Static variable in interface org.gephi.graph.api.GraphSettings
 
DEGREE_RANKING - Static variable in interface org.gephi.ranking.api.Ranking
Default in degree ranking's name
delete(Interval) - Method in class org.gephi.data.attributes.type.IntervalTree
Removes all intervals from this IntervalTree that overlap with the given interval.
deleteAttributeColumn(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Deletes the specified column from a table if the table has the column and data laboratory behaviour allows to delete it (see canDeleteColumn method).
deleteEdge(T) - Method in interface org.gephi.data.attributes.spi.GraphItemDelegateFactoryProvider
 
deleteEdge(Edge) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to delete an edge checking first if it is on the graph.
deleteEdgeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
Deletes the delegated edge attribute value.
deleteEdges(Edge[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to delete an array of edges checking first if they are on the graph.
deleteEdgesWithNodes(Edge[], boolean, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to delete an array of edges checking first if they are on the graph and also deletes their source and target node if it is indicated.
deleteEdgeWithNodes(Edge, boolean, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to delete an edge checking first if it is on the graph and also deletes its source and target node if it is indicated.
deleteNode(T) - Method in interface org.gephi.data.attributes.spi.GraphItemDelegateFactoryProvider
 
deleteNode(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to delete a node checking first if it is on the graph.
deleteNodeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
Deletes the delegated node attribute value.
deleteNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to delete an array of nodes checking first if they are on the graph.
deleteQuery(Query) - Method in interface org.gephi.filters.api.FilterLibrary
Delete a saved query from the library.
deleteWorkspace(Workspace) - Method in interface org.gephi.project.api.ProjectController
 
DependantColor - Class in org.gephi.preview.types
A color that can be custom or depend from a parent color.
DependantColor() - Constructor for class org.gephi.preview.types.DependantColor
 
DependantColor(DependantColor.Mode) - Constructor for class org.gephi.preview.types.DependantColor
 
DependantColor(Color) - Constructor for class org.gephi.preview.types.DependantColor
 
DependantColor.Mode - Enum in org.gephi.preview.types
 
DependantOriginalColor - Class in org.gephi.preview.types
A color that depends from another object, but can also have it's own color.
DependantOriginalColor(DependantOriginalColor.Mode) - Constructor for class org.gephi.preview.types.DependantOriginalColor
 
DependantOriginalColor(Color) - Constructor for class org.gephi.preview.types.DependantOriginalColor
 
DependantOriginalColor.Mode - Enum in org.gephi.preview.types
 
destroy(Filter) - Method in interface org.gephi.filters.spi.FilterBuilder
Notification when the filter is destroyed, to perform clean-up tasks.
destroyView() - Method in interface org.gephi.graph.api.GraphEventData
Returns the view destroyed in the model.
destroyView(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Destroy view, if exists.
detectNodeDuplicatesByColumn(AttributeColumn, boolean) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Finds and returns nodes duplicates based on the values of a given column of nodes table
DialogControls - Interface in org.gephi.datalab.spi
An instance of this interface is passed to any type of manipulator UI, allowing the UIs to enable/disable the dialog controls
DIRECTED - Static variable in class org.gephi.preview.api.PreviewProperty
General Boolean property which indicates wheter the graph is directed
DirectedGraph - Interface in org.gephi.graph.api
Graph with directed edges.
disable() - Method in interface org.gephi.project.api.WorkspaceListener
Notify no more workspace is currently selected, the project is empty.
disableEdit() - Method in interface org.gephi.tools.api.EditWindowController
 
doBreak() - Method in interface org.gephi.graph.api.EdgeIterable
Perform unlocking in case the iterator was terminated before normal end.
doBreak() - Method in interface org.gephi.graph.api.NodeIterable
Perform unlocking in case the iterator was terminated before normal end.
doScale(Container) - Method in interface org.gephi.io.processor.spi.Scaler
Scale container content to the system scale.
DoubleList - Class in org.gephi.data.attributes.type
Complex type that define a list of Double items.
DoubleList(double[]) - Constructor for class org.gephi.data.attributes.type.DoubleList
 
DoubleList(Double[]) - Constructor for class org.gephi.data.attributes.type.DoubleList
 
DoubleList(String) - Constructor for class org.gephi.data.attributes.type.DoubleList
 
DoubleList(String, String) - Constructor for class org.gephi.data.attributes.type.DoubleList
 
drag(float, float) - Method in interface org.gephi.tools.spi.NodePressAndDraggingEventListener
Notify mouse is dragging
duplicate(Workspace, Workspace) - Method in interface org.gephi.project.spi.WorkspaceDuplicateProvider
 
duplicateColumn(AttributeTable, AttributeColumn, String, AttributeType) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Duplicates a given column of a table and copies al row values.
duplicateNode(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Duplicates a node if it is in the graph, and returns the new node.
duplicateNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to duplicate an array of nodes with the same behaviour as duplicateNode method.
duplicateWorkspace(Workspace) - Method in interface org.gephi.project.api.ProjectController
 
DynamicBigDecimal - Class in org.gephi.data.attributes.type
Represents BigDecimal type which can have got different values in different time intervals.
DynamicBigDecimal() - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a new DynamicType instance with no intervals.
DynamicBigDecimal(Interval<BigDecimal>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicBigDecimal(List<Interval<BigDecimal>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicBigDecimal(DynamicBigDecimal) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a deep copy of source.
DynamicBigDecimal(DynamicBigDecimal, Interval<BigDecimal>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicBigDecimal(DynamicBigDecimal, Interval<BigDecimal>, Interval<BigDecimal>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicBigDecimal(DynamicBigDecimal, List<Interval<BigDecimal>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicBigDecimal(DynamicBigDecimal, List<Interval<BigDecimal>>, List<Interval<BigDecimal>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicBigInteger - Class in org.gephi.data.attributes.type
Represents BigInteger type which can have got different values in different time intervals.
DynamicBigInteger() - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a new DynamicType instance with no intervals.
DynamicBigInteger(Interval<BigInteger>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicBigInteger(List<Interval<BigInteger>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicBigInteger(DynamicBigInteger) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a deep copy of source.
DynamicBigInteger(DynamicBigInteger, Interval<BigInteger>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicBigInteger(DynamicBigInteger, Interval<BigInteger>, Interval<BigInteger>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicBigInteger(DynamicBigInteger, List<Interval<BigInteger>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicBigInteger(DynamicBigInteger, List<Interval<BigInteger>>, List<Interval<BigInteger>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicBoolean - Class in org.gephi.data.attributes.type
Represents Boolean type which can have got different values in different time intervals.
DynamicBoolean() - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a new DynamicType instance with no intervals.
DynamicBoolean(Interval<Boolean>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicBoolean(List<Interval<Boolean>>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicBoolean(DynamicBoolean) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a deep copy of source.
DynamicBoolean(DynamicBoolean, Interval<Boolean>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicBoolean(DynamicBoolean, Interval<Boolean>, Interval<Boolean>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicBoolean(DynamicBoolean, List<Interval<Boolean>>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicBoolean(DynamicBoolean, List<Interval<Boolean>>, List<Interval<Boolean>>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicByte - Class in org.gephi.data.attributes.type
Represents Byte type which can have got different values in different time intervals.
DynamicByte() - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a new DynamicType instance with no intervals.
DynamicByte(Interval<Byte>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicByte(List<Interval<Byte>>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicByte(DynamicByte) - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a deep copy of source.
DynamicByte(DynamicByte, Interval<Byte>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicByte(DynamicByte, Interval<Byte>, Interval<Byte>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicByte(DynamicByte, List<Interval<Byte>>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicByte(DynamicByte, List<Interval<Byte>>, List<Interval<Byte>>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicCharacter - Class in org.gephi.data.attributes.type
Represents Character type which can have got different values in different time intervals.
DynamicCharacter() - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a new DynamicType instance with no intervals.
DynamicCharacter(Interval<Character>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicCharacter(List<Interval<Character>>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicCharacter(DynamicCharacter) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a deep copy of source.
DynamicCharacter(DynamicCharacter, Interval<Character>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicCharacter(DynamicCharacter, Interval<Character>, Interval<Character>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicCharacter(DynamicCharacter, List<Interval<Character>>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicCharacter(DynamicCharacter, List<Interval<Character>>, List<Interval<Character>>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicController - Interface in org.gephi.dynamic.api
This controller maintains the dynamic models, one per Workspace.
DynamicDouble - Class in org.gephi.data.attributes.type
Represents Double type which can have got different values in different time intervals.
DynamicDouble() - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a new DynamicType instance with no intervals.
DynamicDouble(Interval<Double>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicDouble(List<Interval<Double>>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicDouble(DynamicDouble) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a deep copy of source.
DynamicDouble(DynamicDouble, Interval<Double>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicDouble(DynamicDouble, Interval<Double>, Interval<Double>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicDouble(DynamicDouble, List<Interval<Double>>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicDouble(DynamicDouble, List<Interval<Double>>, List<Interval<Double>>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicFloat - Class in org.gephi.data.attributes.type
Represents Float type which can have got different values in different time intervals.
DynamicFloat() - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a new DynamicType instance with no intervals.
DynamicFloat(Interval<Float>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicFloat(List<Interval<Float>>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicFloat(DynamicFloat) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a deep copy of source.
DynamicFloat(DynamicFloat, Interval<Float>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicFloat(DynamicFloat, Interval<Float>, Interval<Float>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicFloat(DynamicFloat, List<Interval<Float>>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicFloat(DynamicFloat, List<Interval<Float>>, List<Interval<Float>>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicGraph - Interface in org.gephi.dynamic.api
The wrapper for graph and time interval.
DynamicInteger - Class in org.gephi.data.attributes.type
Represents Integer type which can have got different values in different time intervals.
DynamicInteger() - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a new DynamicType instance with no intervals.
DynamicInteger(Interval<Integer>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicInteger(List<Interval<Integer>>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicInteger(DynamicInteger) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a deep copy of source.
DynamicInteger(DynamicInteger, Interval<Integer>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicInteger(DynamicInteger, Interval<Integer>, Interval<Integer>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicInteger(DynamicInteger, List<Interval<Integer>>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicInteger(DynamicInteger, List<Interval<Integer>>, List<Interval<Integer>>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicLong - Class in org.gephi.data.attributes.type
Represents Long type which can have got different values in different time intervals.
DynamicLong() - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a new DynamicType instance with no intervals.
DynamicLong(Interval<Long>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicLong(List<Interval<Long>>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicLong(DynamicLong) - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a deep copy of source.
DynamicLong(DynamicLong, Interval<Long>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicLong(DynamicLong, Interval<Long>, Interval<Long>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicLong(DynamicLong, List<Interval<Long>>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicLong(DynamicLong, List<Interval<Long>>, List<Interval<Long>>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicModel - Interface in org.gephi.dynamic.api
Model that maintains the dynamic states of the application, which include the minimum and the maximum bounds, as well as the current visible interval.
DynamicModel.TimeFormat - Enum in org.gephi.dynamic.api
The way the time is represented, either a simple real value (DOUBLE), a unix timestamp, a date or a datetime.
dynamicModelChanged(DynamicModelEvent) - Method in interface org.gephi.dynamic.api.DynamicModelListener
 
DynamicModelEvent - Class in org.gephi.dynamic.api
Event from the dynamic model.
DynamicModelEvent(DynamicModelEvent.EventType, DynamicModel, Object) - Constructor for class org.gephi.dynamic.api.DynamicModelEvent
 
DynamicModelEvent.EventType - Enum in org.gephi.dynamic.api
Event from the dynamic model.
DynamicModelListener - Interface in org.gephi.dynamic.api
Listener for the dynamicModel.
DynamicParser - Class in org.gephi.data.attributes.type
Class for parsing dynamic types with several intervals.
DynamicParser() - Constructor for class org.gephi.data.attributes.type.DynamicParser
 
DynamicShort - Class in org.gephi.data.attributes.type
Represents Short type which can have got different values in different time intervals.
DynamicShort() - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a new DynamicType instance with no intervals.
DynamicShort(Interval<Short>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicShort(List<Interval<Short>>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicShort(DynamicShort) - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a deep copy of source.
DynamicShort(DynamicShort, Interval<Short>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicShort(DynamicShort, Interval<Short>, Interval<Short>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicShort(DynamicShort, List<Interval<Short>>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicShort(DynamicShort, List<Interval<Short>>, List<Interval<Short>>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicStatistics - Interface in org.gephi.statistics.spi
Define a dynamic statistics implementation.
DynamicString - Class in org.gephi.data.attributes.type
Represents String type which can have got different values in different time intervals.
DynamicString() - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a new DynamicType instance with no intervals.
DynamicString(Interval<String>) - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicString(List<Interval<String>>) - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicString(DynamicString) - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a deep copy of source.
DynamicString(DynamicString, Interval<String>) - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicString(DynamicString, Interval<String>, Interval<String>) - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicString(DynamicString, List<Interval<String>>) - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicString(DynamicString, List<Interval<String>>, List<Interval<String>>) - Constructor for class org.gephi.data.attributes.type.DynamicString
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicType<T> - Class in org.gephi.data.attributes.type
A special type which provides methods of getting/setting values of any time interval.
DynamicType() - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a new DynamicType instance with no intervals.
DynamicType(Interval<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a new DynamicType instance that contains a given Interval<T> in.
DynamicType(List<Interval<T>>) - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a new DynamicType instance with intervals given by List<Interval<T>> in.
DynamicType(DynamicType<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a deep copy of source.
DynamicType(DynamicType<T>, Interval<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicType(DynamicType<T>, Interval<T>, Interval<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a deep copy of source that contains a given Interval<T> in.
DynamicType(DynamicType<T>, List<Interval<T>>) - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.
DynamicType(DynamicType<T>, List<Interval<T>>, List<Interval<T>>) - Constructor for class org.gephi.data.attributes.type.DynamicType
Constructs a deep copy of source with additional intervals given by List<Interval<T>> in.

E

EDGE - Static variable in interface org.gephi.filters.api.FilterLibrary
Default Category for filters working on edges only.
Edge - Interface in org.gephi.graph.api
Edge interface.
EDGE - Static variable in interface org.gephi.preview.api.Item
 
EDGE_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
 
EDGE_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
Edge EdgeColor property defining the edge color.
EDGE_CURVED - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Boolean property whether to draw curved edges.
EDGE_ELEMENT - Static variable in interface org.gephi.ranking.api.Ranking
Element type for edges.
EDGE_LABEL - Static variable in interface org.gephi.preview.api.Item
 
EDGE_LABEL_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
 
EDGE_LABEL_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label DependantOriginalColor property defining the color label.
EDGE_LABEL_FONT - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label Font property defining edge label's font.
EDGE_LABEL_MAX_CHAR - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label Integer property defining the maximum number of characters.
EDGE_LABEL_OUTLINE_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label Outline DependantColor property defining the outline color.
EDGE_LABEL_OUTLINE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label Outline Float property between 0-100 which defines the opacity.
EDGE_LABEL_OUTLINE_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label Outline Float property defining the outline size.
EDGE_LABEL_SHORTEN - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label Boolean property defining whether the label is shortened.
EDGE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Float property between 0-100 which defines the opacity.
EDGE_PARTITION - Static variable in interface org.gephi.partition.api.PartitionModel
 
EDGE_PARTITIONING - Static variable in interface org.gephi.partition.api.PartitionModel
 
EDGE_PARTITIONS - Static variable in interface org.gephi.partition.api.PartitionModel
 
EDGE_RADIUS - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Float property defining an extra distance between the node and the edge.
EDGE_RESCALE_WEIGHT - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Boolean property defining whether edge's weight should be rescaled between fixed bounds.
EDGE_THICKNESS - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Float property for the edge's thickness
EDGE_TRANSFORMER - Static variable in interface org.gephi.partition.api.PartitionModel
 
EdgeColor - Class in org.gephi.preview.types
An edge color type.
EdgeColor(EdgeColor.Mode) - Constructor for class org.gephi.preview.types.EdgeColor
 
EdgeColor(Color) - Constructor for class org.gephi.preview.types.EdgeColor
 
EdgeColor.Mode - Enum in org.gephi.preview.types
 
EdgeData - Interface in org.gephi.graph.api
Contains all extended data related to an edge, including access to its attributes.
EdgeDefault - Enum in org.gephi.io.importer.api
 
EdgeDraft - Interface in org.gephi.io.importer.api
Draft edge, hosted by import containers to represent edges found when importing.
EdgeDraft.EdgeType - Enum in org.gephi.io.importer.api
 
EdgeDraftGetter - Interface in org.gephi.io.importer.api
 
edgeExists(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns true if an edge exists with the given id.
edgeExists(NodeDraft, NodeDraft) - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns true if an edge exists from source to target.
EdgeFilter - Interface in org.gephi.filters.spi
Basic filters for edges, that works as predicates.
EdgeIterable - Interface in org.gephi.graph.api
Proxy iterable for iterating edges, users can either get EdgeIterator or directly getting an Edge array.
EdgeIterator - Interface in org.gephi.graph.api
Iterator wrapper for edge elements
EdgePartition - Interface in org.gephi.partition.api
 
EdgesManipulator - Interface in org.gephi.datalab.spi.edges
Manipulator for edges.
EdgesManipulatorBuilder - Interface in org.gephi.datalab.spi.edges
This interface is used for providing EdgesManipulator instances using the Netbeans Lookup but avoiding the singleton it causes.
editEdge(Edge) - Method in interface org.gephi.tools.api.EditWindowController
 
editEdges(Edge[]) - Method in interface org.gephi.tools.api.EditWindowController
 
editNode(Node) - Method in interface org.gephi.tools.api.EditWindowController
 
editNodes(Node[]) - Method in interface org.gephi.tools.api.EditWindowController
 
EditWindowController - Interface in org.gephi.tools.api
Controller API for requesting the opening and usage of edit window.
end() - Method in interface org.gephi.statistics.spi.DynamicStatistics
Called at the end of the process after all loops.
endAlgo() - Method in interface org.gephi.layout.spi.Layout
Called when the algorithm is finished (canAlgo() returns false).
equals(Object) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
 
equals(Object) - Method in class org.gephi.data.attributes.type.AbstractList
 
equals(Object) - Method in class org.gephi.data.attributes.type.DynamicType
Compares this instance with the specified object for equality.
equals(Object) - Method in class org.gephi.data.attributes.type.Interval
Compares this interval with the specified object for equality.
equals(Object) - Method in class org.gephi.data.attributes.type.IntervalTree
Compares this interval tree with the specified object for equality.
equals(Object) - Method in class org.gephi.filters.api.Range
 
equals(Object) - Method in class org.gephi.filters.spi.Category
 
equals(Object) - Method in class org.gephi.io.importer.api.PropertyAssociation
 
equals(Object) - Method in class org.gephi.preview.api.PreviewPreset
 
Estimator - Enum in org.gephi.data.attributes.api
This enum is used to determine what should be done with "ties".
evaluate(Graph, Attributable) - Method in interface org.gephi.filters.spi.AttributableFilter
 
evaluate(Graph, Edge) - Method in interface org.gephi.filters.spi.EdgeFilter
 
evaluate(Graph, Node) - Method in interface org.gephi.filters.spi.NodeFilter
 
execute(GraphModel) - Method in interface org.gephi.clustering.spi.Clusterer
 
execute(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Execute this AttributeColumnsManipulator with the indicated table and column
execute() - Method in interface org.gephi.datalab.spi.Manipulator
Execute this Manipulator.
execute() - Method in interface org.gephi.io.exporter.spi.Exporter
Run the export process.
execute(ContainerLoader) - Method in interface org.gephi.io.importer.spi.Importer
Run the import processus.
execute(Statistics, LongTaskListener) - Method in interface org.gephi.statistics.api.StatisticsController
Execute the statistics algorithm in a background thread and notify listener when finished.
execute(Statistics) - Method in interface org.gephi.statistics.api.StatisticsController
Executes statistics in the current thread.
execute(GraphModel, AttributeModel) - Method in interface org.gephi.statistics.spi.DynamicStatistics
First method to be executed in the dynamic statistic process.
execute(GraphModel, AttributeModel) - Method in interface org.gephi.statistics.spi.Statistics
Executes the statistics algorithm.
execute(LongTask, Runnable, String, LongTaskErrorHandler) - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
Execute a long task with cancel and progress support.
execute(LongTask, Runnable) - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
Execute a long task with cancel and progress support.
executeAttributeColumnsManipulator(AttributeColumnsManipulator, AttributeTable, AttributeColumn) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
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.
executeLayout() - Method in interface org.gephi.layout.api.LayoutController
Executes the current Layout.
executeLayout(int) - Method in interface org.gephi.layout.api.LayoutController
Executes the current layout for numIterations iterations.
executeManipulator(Manipulator) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares the dialog UI of a manipulator if it has one and executes the manipulator in a separate Thread when the dialog is accepted or directly if there is no UI.
expand(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Expands the graph view from node to its children.
expandedNodes() - Method in interface org.gephi.graph.api.GraphEventData
Returns nodes expanded in the graph hierarchy.
ExportController - Interface in org.gephi.io.exporter.api
Manage exporting tasks.
Exporter - Interface in org.gephi.io.exporter.spi
Define a class that can export data.
ExporterBuilder - Interface in org.gephi.io.exporter.spi
Factory class for building exporter instances.
ExporterUI - Interface in org.gephi.io.exporter.spi
Define exporter settings user interface.
exportFile(File) - Method in interface org.gephi.io.exporter.api.ExportController
 
exportFile(File, Workspace) - Method in interface org.gephi.io.exporter.api.ExportController
 
exportFile(File, Exporter) - Method in interface org.gephi.io.exporter.api.ExportController
 
exportStream(OutputStream, ByteExporter) - Method in interface org.gephi.io.exporter.api.ExportController
 
exportToColumn(String, Query) - Method in interface org.gephi.filters.api.FilterController
Exports query result in a new column title.
exportToLabelVisible(Query) - Method in interface org.gephi.filters.api.FilterController
Exports query result to visible/hidden labels.
exportToNewWorkspace(Query) - Method in interface org.gephi.filters.api.FilterController
Exports query result in a new workspace.
exportWriter(Writer, CharacterExporter) - Method in interface org.gephi.io.exporter.api.ExportController
 

F

factory() - Method in interface org.gephi.graph.api.GraphModel
Returns the factory that creates nodes and edges for this model.
factory() - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns the factory for building nodes and edges instances.
FAKE_COLUMN_EDGE_SOURCE - Static variable in class org.gephi.datalab.api.datatables.AttributeTableCSVExporter
 
FAKE_COLUMN_EDGE_TARGET - Static variable in class org.gephi.datalab.api.datatables.AttributeTableCSVExporter
 
FAKE_COLUMN_EDGE_TYPE - Static variable in class org.gephi.datalab.api.datatables.AttributeTableCSVExporter
 
fatalError(Throwable) - Method in interface org.gephi.utils.longtask.api.LongTaskErrorHandler
 
FileExporterBuilder - Interface in org.gephi.io.exporter.spi
Exporter builder for a particular file format support.
FileImporter - Interface in org.gephi.io.importer.spi
Importers interface for importing data from files.
FileImporterBuilder - Interface in org.gephi.io.importer.spi
Importer builder specific for FileImporter.
FileType - Class in org.gephi.io.exporter.api
File type definition.
FileType(String, String) - Constructor for class org.gephi.io.exporter.api.FileType
 
FileType(String[], String) - Constructor for class org.gephi.io.exporter.api.FileType
 
FileType - Class in org.gephi.io.importer.api
File type definition.
FileType(String, String) - Constructor for class org.gephi.io.importer.api.FileType
 
FileType(String[], String) - Constructor for class org.gephi.io.importer.api.FileType
 
fillColumnWithValue(AttributeTable, AttributeColumn, String) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Fills the data values of a given column of a table with a value as a String, parsing it for the AttributeType of the column.
fillEdgesColumnWithValue(Edge[], AttributeColumn, String) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Fills the data values of a given column of the indicated edges with a value as a String, parsing it for the AttributeType of the column.
fillNodesColumnWithValue(Node[], AttributeColumn, String) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Fills the data values of a given column of the indicated nodes with a value as a String, parsing it for the AttributeType of the column.
filter(Query) - Method in interface org.gephi.filters.api.FilterController
Filtering method for API users.
filter(Graph) - Method in interface org.gephi.filters.spi.ComplexFilter
 
Filter - Interface in org.gephi.filters.spi
Filters are pruning the graph by keeping only nodes and edges that satisify filters conditions.
filter(Graph[]) - Method in interface org.gephi.filters.spi.Operator
 
filter(Graph, Filter[]) - Method in interface org.gephi.filters.spi.Operator
 
FilterBuilder - Interface in org.gephi.filters.spi
Filter builder, creating Filter instances for a single type of filters.
FilterController - Interface in org.gephi.filters.api
Use filters and queries for filtering the Graph.
FilterLibrary - Interface in org.gephi.filters.api
The Filter Library is the place where filter builders are registered and ready to be used.
FilterLibraryMask - Interface in org.gephi.filters.spi
Classes that implements this interface can be registered to the filter library to programmatically enable or disable categories, i.e.
FilterModel - Interface in org.gephi.filters.api
The Filter Model hosts the queries defined in the system and the currently active query.
FilterProperty - Class in org.gephi.filters.spi
Properties for filters.
filterVisible(Query) - Method in interface org.gephi.filters.api.FilterController
Filters main graph with query and set result as the new visible graph.
findNext(SearchReplaceController.SearchOptions) - Method in interface org.gephi.datalab.api.SearchReplaceController
Finds next (or first) ocurrence for the given search options.
findNext(SearchReplaceController.SearchResult) - Method in interface org.gephi.datalab.api.SearchReplaceController
Finds next ocurrence for the given search options contained in a SearchResult.
finish() - Method in interface org.gephi.filters.spi.AttributableFilter
 
finish() - Method in interface org.gephi.filters.spi.EdgeFilter
 
finish() - Method in interface org.gephi.filters.spi.NodeFilter
 
finish(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
Finish the progress task.
finish(ProgressTicket, String) - Static method in class org.gephi.utils.progress.Progress
Finish the progress task and display a wrap-up message
finish() - Method in interface org.gephi.utils.progress.ProgressTicket
Finish the progress task.
finish(String) - Method in interface org.gephi.utils.progress.ProgressTicket
Finish the progress task and show and wrap-up message
firstQuartileNumberMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the first quartile (Q1) of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.
flatten() - Method in interface org.gephi.graph.api.HierarchicalGraph
Flatten the hierarchy by keeping only nodes in the view and by transforming meta edges into edges.
FloatList - Class in org.gephi.data.attributes.type
Complex type that define a list of Float items.
FloatList(float[]) - Constructor for class org.gephi.data.attributes.type.FloatList
 
FloatList(Float[]) - Constructor for class org.gephi.data.attributes.type.FloatList
 
FloatList(String) - Constructor for class org.gephi.data.attributes.type.FloatList
 
FloatList(String, String) - Constructor for class org.gephi.data.attributes.type.FloatList
 

G

g() - Method in interface org.gephi.graph.api.Renderable
Get green component of the element color.
GeneralActionsManipulator - Interface in org.gephi.datalab.spi.general
Manipulator for general actions that don't need to obtain any data before being executed.
generate(Generator) - Method in interface org.gephi.io.generator.api.GeneratorController
Execute a generator task in a background thread.
generate(ContainerLoader) - Method in interface org.gephi.io.generator.spi.Generator
Main method that generates the graph and put it in the container.
Generator - Interface in org.gephi.io.generator.spi
Define a generator, that is generating graph structure from a bunch of parameters.
GeneratorController - Interface in org.gephi.io.generator.api
Generator tasks controller, maintains generators list and the execution flow.
GeneratorUI - Interface in org.gephi.io.generator.spi
Defines settings panel for a particular generator.
getAddedColumns() - Method in interface org.gephi.data.attributes.api.AttributeEventData
Returns columns that have been added.
getAllCollums(AttributeModel) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
getAlpha() - Method in interface org.gephi.graph.api.TextData
Returns alpha color value (transparency) of the text.
getApplet() - Method in interface org.gephi.preview.api.ProcessingTarget
Returns the current applet if the mode is set to applet.
getArchivedFile(FileObject) - Static method in class org.gephi.io.importer.api.ImportUtils
 
getAsText() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor
 
getAsText() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantOriginalColorPropertyEditor
 
getAsText() - Method in class org.gephi.preview.types.propertyeditors.BasicEdgeColorPropertyEditor
 
getAttributeColumnsManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
getAttributeColumnsManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array that has one instance of every AttributeColumnsManipulator implementation that has a builder registered and returns it.
getAttributeColumnsMergeStrategies() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array that has one new instance of every AttributeColumnsMergeStrategy implementation that is registered.
getAttributeColumnsMergeStrategy() - Method in interface org.gephi.datalab.spi.columns.merge.AttributeColumnsMergeStrategyBuilder
 
getAttributeColumnsMergeStrategyByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
getAttributeModel() - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns the attribute model for this container.
getAttributeModel() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getAttributeRow() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getAttributeRow() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getAttributeRowsMergeStrategies() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array that has one new instance of every AttributeRowsMergeStrategy implementation that is registered.
getAttributeRowsMergeStrategy() - Method in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategyBuilder
 
getAttributeRowsMergeStrategyByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeRowsMergeStrategy with that class name or null if it does not exist
getAttributes() - Method in interface org.gephi.graph.api.Attributable
Returns element's attributes.
getAttributes() - Method in interface org.gephi.graph.api.EdgeData
Gets the access to the attributes, all the custom data related to this object.
getAttributesValues(Node, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Node in the given point of time using Estimator.FIRST for each dynamic attribute.
getAttributesValues(Node, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Node in the given point of time using given Estimators.
getAttributesValues(Node, double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Node in the given time interval of time using Estimator.FIRST for each dynamic attribute.
getAttributesValues(Node, Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Node in the given time interval of time using Estimator.FIRST for each dynamic attribute.
getAttributesValues(Node, double, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Node in the given time interval of time using given Estimators.
getAttributesValues(Node, Interval, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Node in the given time interval of time using given Estimators.
getAttributesValues(Edge, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Edge in the given point of time using Estimator.FIRST for each dynamic attribute.
getAttributesValues(Edge, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Edge in the given point of time using given Estimators.
getAttributesValues(Edge, double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Edge in the given time interval of time using Estimator.FIRST for each dynamic attribute.
getAttributesValues(Edge, Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Edge in the given time interval of time using Estimator.FIRST for each dynamic attribute.
getAttributesValues(Edge, double, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Edge in the given time interval of time using given Estimators.
getAttributesValues(Edge, Interval, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns values of attributes of the given Edge in the given time interval of time using given Estimators.
getAttributeValueAt(int) - Method in interface org.gephi.data.attributes.api.AttributeRow
Returns the value at given index or null if the index is not valid.
getAttributeValueManipulator() - Method in interface org.gephi.datalab.spi.values.AttributeValueManipulatorBuilder
 
getAttributeValueManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
getAttributeValueManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array with one new instance of every AttributeValueManipulator that has a builder registered and returns it.
getAuthor() - Method in interface org.gephi.project.api.ProjectMetaData
 
getAutoTransformerRanking(Transformer) - Method in interface org.gephi.ranking.api.RankingModel
If transformer is an auto transformer, returns the ranking associated to it.
getAvailableGroupsToMoveNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Prepares and returns an array with the groups that the given nodes can be moved to.
getB() - Method in interface org.gephi.graph.api.TextData
Get blue component of the text color.
getBaseFont(Font) - Method in interface org.gephi.preview.api.PDFTarget
Get a the equivalent in iText of the Java font.
getBooleanValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value as a boolean.
getBounds() - Method in interface org.gephi.statistics.spi.DynamicStatistics
Returns the min and max bounds.
getBuilder(Filter) - Method in interface org.gephi.filters.api.FilterLibrary
Returns the builder that has created filter.
getBuilder() - Method in interface org.gephi.layout.spi.Layout
The reference to the LayoutBuilder that instanciated this Layout.
getBuilder(Class<? extends Statistics>) - Method in interface org.gephi.statistics.api.StatisticsController
Finds the builder from the statistics class.
getBuilders() - Method in interface org.gephi.filters.spi.CategoryBuilder
Returns the filter builders this category builder is building.
getBzipFile(FileObject, File, boolean) - Static method in class org.gephi.io.importer.api.ImportUtils
Uncompress a Bzip2 file.
getCameraDistance() - Method in interface org.gephi.graph.api.Model
 
getCanonicalName() - Method in class org.gephi.layout.spi.LayoutProperty
 
getCategory() - Method in interface org.gephi.filters.spi.CategoryBuilder
Returns the category builders are to be grouped in.
getCategory() - Method in interface org.gephi.filters.spi.FilterBuilder
Returns the category this filter builder belongs to.
getCategory() - Method in interface org.gephi.filters.spi.FilterLibraryMask
Returns the Category this masks is associated.
getCategory() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
There are two levels for wizard UIs, the category and then the display name.
getCategory() - Method in class org.gephi.layout.spi.LayoutProperty
Return the category of the property
getCategory() - Method in class org.gephi.preview.api.PreviewProperty
Returns the category of this property or null if not set.
getCategory() - Method in interface org.gephi.statistics.spi.StatisticsUI
Returns the category of this metric.
getChart() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the current timeline chart or null if node.
getChildProperties(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
Returns all properties which defined property as a dependency.
getChildren() - Method in interface org.gephi.filters.api.Query
Returns queries that are children of this query.
getChildren(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns children of node.
getChildrenCount(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the number of children of node.
getChildrenSlotsCount() - Method in interface org.gephi.filters.api.Query
Returns the limit number of children this query can have.
getClientProperties() - Method in interface org.gephi.graph.api.GraphSettings
 
getClientProperty(String) - Method in interface org.gephi.graph.api.GraphSettings
 
getClusterer() - Method in interface org.gephi.clustering.spi.ClustererBuilder
 
getClustererClass() - Method in interface org.gephi.clustering.spi.ClustererBuilder
 
getClusterers() - Method in interface org.gephi.clustering.api.ClusteringModel
 
getClusters() - Method in interface org.gephi.clustering.spi.Clusterer
 
getColor() - Method in interface org.gephi.io.importer.api.EdgeDraft
 
getColor() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getColor() - Method in interface org.gephi.io.importer.api.NodeDraft
 
getColor() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getColor() - Method in interface org.gephi.partition.api.Part
 
getColor(Color) - Method in class org.gephi.preview.types.DependantColor
 
getColor(Color, Color) - Method in class org.gephi.preview.types.DependantOriginalColor
 
getColor(Color, Color, Color) - Method in class org.gephi.preview.types.EdgeColor
 
getColorValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns an the property value as a Color.
getColumn(int) - Method in interface org.gephi.data.attributes.api.AttributeTable
Gets the column at the index of null if the index is not valid.
getColumn(String) - Method in interface org.gephi.data.attributes.api.AttributeTable
Gets the column with the given identifier or null if it is not found.
getColumn(String, AttributeType) - Method in interface org.gephi.data.attributes.api.AttributeTable
Gets the column which match the given parameters or null if it is not found.
getColumn() - Method in interface org.gephi.data.attributes.api.AttributeValue
Returns the column this value belongs.
getColumn() - Method in interface org.gephi.partition.api.Partition
 
getColumn() - Method in interface org.gephi.timeline.api.TimelineChart
The attribute column used to create this chart.
getColumnAt(int) - Method in interface org.gephi.data.attributes.api.AttributeRow
Returns the column at given index or null if the index is not valid
getColumnNumbers(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Prepares an array with all not null numbers of all the rows of a given column.
getColumns() - Method in interface org.gephi.data.attributes.api.AttributeTable
Returns the current columns.
getColumnsToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Returns columns indexes to search
getContainer() - Method in interface org.gephi.io.importer.spi.Importer
Returns the import container.
getContentByte() - Method in interface org.gephi.preview.api.PDFTarget
Returns the PDFContentBype instance of the PDFTarget.
getCount() - Method in interface org.gephi.graph.api.MetaEdge
Returns the number of edges this meta-edge represents
getCurrentProject() - Method in interface org.gephi.project.api.ProjectController
 
getCurrentProject() - Method in interface org.gephi.project.api.Projects
 
getCurrentQuery() - Method in interface org.gephi.filters.api.FilterModel
Returns the query currently active or null if none is active.
getCurrentWorkspace() - Method in interface org.gephi.project.api.ProjectController
 
getCurrentWorkspace() - Method in interface org.gephi.project.api.WorkspaceProvider
 
getCustomColor() - Method in class org.gephi.preview.types.DependantColor
 
getCustomColor() - Method in class org.gephi.preview.types.DependantOriginalColor
 
getCustomColor() - Method in class org.gephi.preview.types.EdgeColor
 
getCustomMax() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the custom max value.
getCustomMin() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the custom min value.
getData() - Method in interface org.gephi.data.attributes.api.AttributeEvent
 
getData() - Method in class org.gephi.dynamic.api.DynamicModelEvent
 
getData() - Method in interface org.gephi.graph.api.GraphEvent
Returns the data associated to this event.
getData(String) - Method in interface org.gephi.preview.api.Item
Returns data associated to this item.
getData() - Method in class org.gephi.timeline.api.TimelineModelEvent
 
getDatabase() - Method in interface org.gephi.io.importer.spi.DatabaseImporter
Returns the current database description, connexion details and queries
getDataTablesEventListener() - Method in interface org.gephi.datalab.api.datatables.DataTablesController
Returns the current registered DataTablesEventListener.
getDataTablesEventListener() - Method in interface org.gephi.datalab.api.datatables.DataTablesEventListenerBuilder
Get default implementation
getDBName() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getDBName() - Method in interface org.gephi.io.importer.api.Database
 
getDefault() - Static method in class org.gephi.data.attributes.api.AttributeUtils
 
getDefault() - Static method in class org.gephi.datalab.api.DataLaboratoryHelper
 
getDefaultValue() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the default value for this column.
getDefaultValue() - Method in enum org.gephi.data.properties.PropertiesColumn
 
getDegree(Node) - Method in interface org.gephi.graph.api.Graph
Returns the degree of node.
getDescendant(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns descendants of node.
getDescendantCount(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the number of descendant of node.
getDescendantsAndSelf() - Method in interface org.gephi.filters.api.Query
Utility method that returns all descendant queries plus this query.
getDescription() - Method in interface org.gephi.clustering.spi.ClustererBuilder
 
getDescription() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Description of the AttributeColumnsManipulator.
getDescription() - Method in interface org.gephi.datalab.spi.Manipulator
Description of the Manipulator.
getDescription() - Method in interface org.gephi.filters.spi.FilterBuilder
Returns ths description text of this filter builder
getDescription() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
Returns the description for this importer
getDescription() - Method in interface org.gephi.layout.spi.LayoutUI
The description of the layout algorithm purpose.
getDescription() - Method in class org.gephi.preview.api.PreviewProperty
Returns the description of this property or null if not set.
getDescription() - Method in interface org.gephi.project.api.ProjectMetaData
 
getDescription() - Method in interface org.gephi.tools.spi.ToolUI
Returns the tool's description.
getDimensions() - Method in interface org.gephi.preview.api.PreviewModel
Returns the width and height of the graph in the graph coordinates.
getDirectedEdges() - Method in interface org.gephi.graph.api.MixedGraph
Returns an edge iterator of directed edges in the graph.
getDirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a DirectedGraph to access the main view.
getDirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a DirectedGraph to access view.
getDirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a DirectedGraph to access the visible view.
getDisplayName() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
Returns name/title for the window
getDisplayName() - Method in interface org.gephi.datalab.spi.ManipulatorUI
Returns name/title for the window
getDisplayName() - Method in interface org.gephi.io.exporter.spi.ExporterUI
Returns the exporter display name
getDisplayName() - Method in interface org.gephi.io.importer.spi.ImporterUI
Returns the importer display name
getDisplayName() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
Returns the importer display name
getDisplayName() - Method in interface org.gephi.io.processor.spi.Processor
Returns the processor name.
getDisplayName() - Method in interface org.gephi.partition.api.Part
 
getDisplayName() - Method in interface org.gephi.perspective.spi.Perspective
Return the name to display in the user interface.
getDisplayName() - Method in class org.gephi.preview.api.PreviewProperty
Returns the display name of this property or null if not set.
getDisplayName() - Method in interface org.gephi.preview.spi.Renderer
Provides an user friendly name for the renderer.
getDisplayName() - Method in interface org.gephi.ranking.api.Ranking
Returns the display name of this ranking.
getDisplayName() - Method in interface org.gephi.ranking.spi.TransformerUI
Returns the display name of the transformer
getDisplayName() - Method in interface org.gephi.statistics.spi.StatisticsUI
Returns this statistics display name
getDisplayName(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
Returns the current task's display name, or an empty string.
getDisplayName() - Method in interface org.gephi.utils.progress.ProgressTicket
Returns the current display name
getDocument() - Method in interface org.gephi.preview.api.SVGTarget
Returns the SVG document
getDoubleFromXMLDateString(String) - Static method in class org.gephi.data.attributes.type.DynamicParser
 
getDoubleValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value as a double.
getDynamicGraphColumns() - Method in interface org.gephi.timeline.api.TimelineController
Returns all the possible dynamic attribute columns.
getDynamicType(AttributeType) - Static method in class org.gephi.data.attributes.type.TypeConvertor
Returns the corresponding dynamic type from staticType For example returns DYNAMIC_FLOAT if given type is FLOAT.
getEdge(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
Finds and returns an edge that connects source and target.
getEdge() - Method in interface org.gephi.graph.api.EdgeData
Returns the edge this edge data belongs.
getEdge(int) - Method in interface org.gephi.graph.api.Graph
Returns the edge with identifier equals to id.
getEdge(String) - Method in interface org.gephi.graph.api.Graph
Returns the edge with identifier equals to id.
getEdge(Node, Node) - Method in interface org.gephi.graph.api.Graph
Finds and returns a directed or undirected edge that connects node1 and node2.
getEdge(Node, Node) - Method in interface org.gephi.graph.api.MixedGraph
Finds and returns a directed or undirected edge that connects node1 and node2.
getEdge(Node, Node) - Method in interface org.gephi.graph.api.UndirectedGraph
Find and returns an edge that connects node1 and node2.
getEdge(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns the edge with the given id, or null if not found.
getEdge(NodeDraft, NodeDraft) - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns the edge with the given source and target or null if not found.
getEdge(NodeDraftGetter, NodeDraftGetter) - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getEdgeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
Returns the delegated edge attribute value.
getEdgeCount() - Method in interface org.gephi.graph.api.Graph
Returns the number of edges in the graph
getEdgeData() - Method in interface org.gephi.graph.api.Edge
Returns edge data.
getEdgeDefault() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getEdgePartitions() - Method in interface org.gephi.partition.api.PartitionModel
 
getEdgeProperty(String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
getEdgePropertyTitle(PropertiesAssociations.EdgeProperties) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
getEdgeRankings() - Method in interface org.gephi.ranking.api.RankingModel
Get all rankings for edge elements.
getEdges() - Method in interface org.gephi.graph.api.Graph
Returns edges contained in the graph.
getEdges(Node) - Method in interface org.gephi.graph.api.Graph
Returns edges incident to node.
getEdges() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getEdgesAndMetaEdges() - Method in interface org.gephi.graph.api.HierarchicalGraph
Return a unique EdgeIterable for edges and meta edges.
getEdgesAndMetaEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns edges and meta edges incident to node.
getEdgesCount() - Method in interface org.gephi.datalab.api.GraphElementsController
Returns the number of edges in the graph.
getEdgesManipulator() - Method in interface org.gephi.datalab.spi.edges.EdgesManipulatorBuilder
 
getEdgesManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
getEdgesManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array with one new instance of every EdgesManipulator that has a builder registered and returns it.
getEdgesToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Getters and setters
getEdgesTree() - Method in interface org.gephi.graph.api.HierarchicalGraph
Similar as Graph.getEdges() but all nodes are visited in the hierarchy, so it returns edges for all possible nodes.
getEdgeTable() - Method in interface org.gephi.data.attributes.api.AttributeModel
Returns the edge table.
getEdgeTransformerBuilder() - Method in interface org.gephi.partition.api.PartitionModel
 
getEdgeVersion() - Method in interface org.gephi.graph.api.Graph
Return the current edge version of the graph.
getElementsCount() - Method in interface org.gephi.partition.api.Partition
 
getElementType() - Method in interface org.gephi.ranking.api.Ranking
Return the type of element this ranking is manipulating.
getEnabledMouseListeners() - Method in interface org.gephi.preview.api.PreviewModel
 
getEnd() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
getEstimator() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns the current ESTIMATOR, used to get values from DynamicType.
getEventType() - Method in interface org.gephi.data.attributes.api.AttributeEvent
 
getEventType() - Method in class org.gephi.dynamic.api.DynamicModelEvent
 
getEventType() - Method in interface org.gephi.graph.api.GraphEvent
Returns the type of event.
getEventType() - Method in interface org.gephi.ranking.api.RankingEvent
Returns the type of event.
getEventType() - Method in class org.gephi.timeline.api.TimelineModelEvent
 
getExceptionLevel() - Method in class org.gephi.io.importer.api.Report
Get the current exception level for the report.
getExporter(String) - Method in interface org.gephi.io.exporter.api.ExportController
 
getExtension() - Method in class org.gephi.io.exporter.api.FileType
 
getExtension() - Method in class org.gephi.io.importer.api.FileType
 
getExtensions() - Method in class org.gephi.io.exporter.api.FileType
 
getExtensions() - Method in class org.gephi.io.importer.api.FileType
 
getFile() - Method in interface org.gephi.project.api.ProjectInformation
 
getFileExporter(File) - Method in interface org.gephi.io.exporter.api.ExportController
 
getFileImporter(File) - Method in interface org.gephi.io.importer.api.ImportController
 
getFileImporter(String) - Method in interface org.gephi.io.importer.api.ImportController
 
getFileName() - Method in interface org.gephi.project.api.ProjectInformation
 
getFileTypes() - Method in interface org.gephi.io.exporter.spi.FileExporterBuilder
Get default file types this exporter can deal with.
getFileTypes() - Method in interface org.gephi.io.importer.api.ImportController
 
getFileTypes() - Method in interface org.gephi.io.importer.spi.FileImporterBuilder
Get default file types this importer can deal with.
getFilter() - Method in interface org.gephi.filters.api.Query
Returns the filter this query is wrapping.
getFilter() - Method in interface org.gephi.filters.spi.FilterBuilder
Builds a new Filter instance.
getFilter() - Method in class org.gephi.filters.spi.FilterProperty
Returns the filter instance this property is associated to.
getFloatValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value as a float.
getFontValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns an the property value as a Font.
getFoundColumnIndex() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
getFoundEdge() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
getFoundNode() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
getFoundRowIndex() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
getG() - Method in interface org.gephi.graph.api.TextData
Get green component of the text color.
getGeneralActionsManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
getGeneralActionsManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array with one instance of every GeneralActionsManipulator that is registered.
getGenerators() - Method in interface org.gephi.io.generator.api.GeneratorController
Returns generators currently loaded in the system.
getGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a Graph to access the main view.
getGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a Graph to access view/code>.
getGraphics() - Method in interface org.gephi.preview.api.ProcessingTarget
Returns the current graphics object.
getGraphModel() - Method in interface org.gephi.graph.api.Graph
Returns the graph model this graph belongs to.
getGraphModel() - Method in interface org.gephi.graph.api.GraphView
Returns the graph model this view belongs.
getGraphTable() - Method in interface org.gephi.data.attributes.api.AttributeModel
Returns the graph table.
getGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a Graph to access the visible view.
getGroupData() - Method in interface org.gephi.graph.api.Group
 
getGzFile(FileObject, File, boolean) - Static method in class org.gephi.io.importer.api.ImportUtils
Uncompress a GZIP file.
getHeight() - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the height of the tree.
getHeight() - Method in interface org.gephi.graph.api.TextData
Returns text height
getHeight() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getHierarchicalDirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalDirectedGraph to access the main view.
getHierarchicalDirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalDirectedGraph to access view.
getHierarchicalDirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalDirectedGraph to access the visible view.
getHierarchicalGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalGraph to access the main view.
getHierarchicalGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalGraph to access view.
getHierarchicalGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalGraph to access the visible view.
getHierarchicalMixedGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalMixedGraph to access the main view.
getHierarchicalMixedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalMixedGraph to access view.
getHierarchicalMixedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalMixedGraph to access the visible view.
getHierarchicalUndirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalUndirectedGraph to access the main view.
getHierarchicalUndirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalUndirectedGraph to access view.
getHierarchicalUndirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a HierarchicalUndirectedGraph to access the visible view.
getHierarchyEdges() - Method in interface org.gephi.graph.api.HierarchicalGraph
 
getHigh() - Method in class org.gephi.data.attributes.type.DynamicType
Returns the rightmost point or Double.POSITIVE_INFINITY in case of no intervals.
getHigh() - Method in class org.gephi.data.attributes.type.Interval
Returns the right endpoint.
getHigh() - Method in class org.gephi.data.attributes.type.IntervalTree
Returns the rightmost point or Double.POSITIVE_INFINITY in case of no intervals.
getHigh() - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns the right endpoint of the time interval wrapped by this DynamicGraph.
getHost() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getHost() - Method in interface org.gephi.io.importer.api.Database
 
getHtml() - Method in class org.gephi.io.importer.api.Report
Returns the report logs and issues, presented as HTML code.
getHullModel() - Method in interface org.gephi.graph.api.GroupData
 
getIcon() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Returns an icon for this AttributeColumnsManipulator if necessary.
getIcon() - Method in interface org.gephi.datalab.spi.Manipulator
Returns an icon for this manipulator if necessary.
getIcon() - Method in class org.gephi.filters.spi.Category
Returns the icon or null if the category has no icon.
getIcon() - Method in interface org.gephi.filters.spi.FilterBuilder
Returns the icon of this filter builder
getIcon() - Method in interface org.gephi.layout.spi.LayoutUI
The icon that represents the layout action.
getIcon() - Method in interface org.gephi.partition.spi.TransformerUI
 
getIcon() - Method in interface org.gephi.perspective.spi.Perspective
Return the icon of the perspective.
getIcon() - Method in interface org.gephi.preview.spi.PreviewUI
Returns the icon of the tab or null if none
getIcon() - Method in interface org.gephi.ranking.spi.TransformerUI
Returns the transformer's icon
getIcon() - Method in interface org.gephi.tools.spi.ToolUI
Returns the tool icon, for the toobar.
getId() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the id of this column.
getId() - Method in enum org.gephi.data.properties.PropertiesColumn
 
getId() - Method in interface org.gephi.graph.api.Edge
Returns the unique identifier of the edge.
getId() - Method in interface org.gephi.graph.api.EdgeData
Returns the string identifier of this edge.
getId() - Method in interface org.gephi.graph.api.Node
Returns the unique identifier.
getId() - Method in interface org.gephi.graph.api.NodeData
Returns the string identifier of this node.
getId() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getId() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getIdentifier() - Method in interface org.gephi.project.spi.WorkspacePersistenceProvider
Unique XML tag identifier for your WorkspacePersistenceProvider
getInDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns the number of incoming edges incident to node.
getIndex() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the index of this column.
getIndex() - Method in enum org.gephi.data.properties.PropertiesColumn
 
getInEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns incoming edges incident to node.
getInEdgesAndMetaInEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns incoming edges and meta edges incident to node.
getInfos() - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
getInnerEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns edges incident to nodeGroup and nodeGroup's descendants.
getInputCount() - Method in interface org.gephi.filters.spi.Operator
 
getInterpolator() - Method in interface org.gephi.ranking.api.RankingModel
Returns the current interpolator.
getInterval() - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns the time interval wrapped by this DynamicGraph.
getIntervalEnd() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the upper bound of the interval.
getIntervals() - Method in class org.gephi.data.attributes.type.DynamicType
Returns a list of all intervals.
getIntervals(Interval) - Method in class org.gephi.data.attributes.type.DynamicType
Returns a list of intervals which overlap with a given time interval.
getIntervals(double, double) - Method in class org.gephi.data.attributes.type.DynamicType
Returns a list of intervals which overlap with a [low, high] time interval.
getIntervals() - Method in class org.gephi.data.attributes.type.IntervalTree
Returns all intervals.
getIntervalStart() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the lower bound of the interval.
getIntValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value as an int.
getIssues() - Method in class org.gephi.io.importer.api.Report
Returns all issues written in the report.
getItem(int) - Method in class org.gephi.data.attributes.type.AbstractList
 
getItem(String, Object) - Method in interface org.gephi.preview.api.PreviewModel
Returns the item attached to source and with the type type.
getItems(String) - Method in interface org.gephi.preview.api.PreviewModel
Returns all items with type as type.
getItems(Object) - Method in interface org.gephi.preview.api.PreviewModel
Returns all items attached to source.
getItems(Graph, AttributeModel) - Method in interface org.gephi.preview.spi.ItemBuilder
Build items from the graph and attributeModel.
getKeys() - Method in interface org.gephi.preview.api.Item
Returns all the keys.
getKeywords() - Method in interface org.gephi.project.api.ProjectMetaData
 
getLabel() - Method in interface org.gephi.graph.api.EdgeData
Returns the edge label, or null if none has been set.
getLabel() - Method in interface org.gephi.graph.api.NodeData
Returns the node label, or null if none has been set.
getLabel() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getLabel() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getLabelColor() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getLabelColor() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getLabelSize() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getLabelSize() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getLayout(LayoutBuilder) - Method in interface org.gephi.layout.api.LayoutModel
Return a layout instance for the given layoutBuilder.
getLayoutData() - Method in interface org.gephi.graph.api.EdgeData
Returns the layout data object associated to this edge.
getLayoutData() - Method in interface org.gephi.graph.api.NodeData
Returns the layout data object associated to this node.
getLevel(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the level of node in the hierarchy.
getLevel() - Method in class org.gephi.io.importer.api.Issue
 
getLevelSize(int) - Method in interface org.gephi.graph.api.HierarchicalGraph
The number of nodes located at the given level int the hierarchy.
getLibrary() - Method in interface org.gephi.filters.api.FilterModel
Returns the FilterLibrary, where FilterBuilder belongs to.
getListeners() - Method in interface org.gephi.tools.spi.Tool
Returns the declared tool listeners for this tool.
getLoader() - Method in interface org.gephi.io.importer.api.Container
Get containers loading interface.
getLookup() - Method in interface org.gephi.filters.api.FilterLibrary
Returns this library's lookup.
getLookup() - Method in interface org.gephi.project.api.Project
Gets any optional abilities of this project.
getLookup() - Method in interface org.gephi.project.api.Workspace
Get any instance in the current lookup.
getLow() - Method in class org.gephi.data.attributes.type.DynamicType
Returns the leftmost point or Double.NEGATIVE_INFINITY in case of no intervals.
getLow() - Method in class org.gephi.data.attributes.type.Interval
Returns the left endpoint.
getLow() - Method in class org.gephi.data.attributes.type.IntervalTree
Returns the leftmost point or Double.NEGATIVE_INFINITY in case of no intervals.
getLow() - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns the left endpoint of the time interval wrapped by this DynamicGraph.
getLowerBound() - Method in class org.gephi.filters.api.Range
 
getLowerBound() - Method in interface org.gephi.ranking.api.Transformer
Returns the lower bound filter value.
getLowerByte() - Method in class org.gephi.filters.api.Range
 
getLowerDouble() - Method in class org.gephi.filters.api.Range
 
getLowerFloat() - Method in class org.gephi.filters.api.Range
 
getLowerInteger() - Method in class org.gephi.filters.api.Range
 
getLowerLong() - Method in class org.gephi.filters.api.Range
 
getLowerShort() - Method in class org.gephi.filters.api.Range
 
getManagedEnabledRenderers() - Method in interface org.gephi.preview.api.PreviewModel
Returns managedRenderers Renderers that are enabled, or null if managedRenderers is null.
getManagedRenderers() - Method in interface org.gephi.preview.api.PreviewModel
Returns currently managed renderers, or null.
getMarginBottom() - Method in interface org.gephi.preview.api.PDFTarget
Returns the margin at the bottom of the page.
getMarginLeft() - Method in interface org.gephi.preview.api.PDFTarget
Returns the margin at the left of the page.
getMarginRight() - Method in interface org.gephi.preview.api.PDFTarget
Returns the margin at the right of the page.
getMarginTop() - Method in interface org.gephi.preview.api.PDFTarget
Returns the margin at the top of the page.
getMax(AttributeColumn, Comparable[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
getMax() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns the maximum of the time intervals defined in elements (i.e.
getMax() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the max value of the time scale.
getMaximum() - Method in class org.gephi.filters.api.Range
 
getMaximumValue() - Method in interface org.gephi.ranking.api.Ranking
Returns the maximum value of this ranking.
getMaxX() - Method in interface org.gephi.timeline.api.TimelineChart
Returns the max X value.
getMaxY() - Method in interface org.gephi.timeline.api.TimelineChart
Returns the max Y value.
getMessage() - Method in class org.gephi.io.importer.api.Issue
 
getMetaDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the degree for node's meta edges.
getMetaEdge(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Finds and returns a meta-edge that connects source and target.
getMetaEdge(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Finds and returns a directed or undirected meta edge that connects node1 and node2.
getMetaEdgeBuilder() - Method in interface org.gephi.graph.api.GraphSettings
 
getMetaEdges() - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns meta edges for the whole graph.
getMetaEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns meta edges for nodeGroup.
getMetaInDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns the number of node's incoming meta edges.
getMetaInEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns incoming meta edges incident to node.
getMetaNode() - Method in interface org.gephi.clustering.api.Cluster
 
getMetaOutDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns the number of node's outgoing meta edges.
getMetaOutEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns outgoing meta edges incident to node.
getMin(AttributeColumn, Comparable[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
getMin() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns the minimum of the time intervals defined in elements (i.e.
getMin() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the min value of the time scale.
getMinimum() - Method in class org.gephi.filters.api.Range
 
getMinimumValue() - Method in interface org.gephi.ranking.api.Ranking
Returns the minimum value of this ranking.
getMinX() - Method in interface org.gephi.timeline.api.TimelineChart
Returns the min X value .This is the minimum interval in the chart.
getMinY() - Method in interface org.gephi.timeline.api.TimelineChart
Returns the min Y value .This is the minimum value in the chart.
getMixedGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a MixedGraph to access the main view.
getMixedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a MixedGraph to access view.
getMixedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a MixedGraph to access the visible view.
getMnemonicKey() - Method in interface org.gephi.datalab.spi.ContextMenuItemManipulator
Optional.
getMode() - Method in class org.gephi.preview.types.DependantColor
 
getMode() - Method in class org.gephi.preview.types.DependantOriginalColor
 
getMode() - Method in class org.gephi.preview.types.EdgeColor
 
getModel() - Method in interface org.gephi.data.attributes.api.AttributeController
Returns the model for the current Workspace.
getModel(Workspace) - Method in interface org.gephi.data.attributes.api.AttributeController
Returns the model for the given Workspace.
getModel() - Method in interface org.gephi.dynamic.api.DynamicController
Returns the dynamic model for the current workspace, or null if the project is empty.
getModel(Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
Returns the dynamic model for the given workspace.
getModel() - Method in interface org.gephi.filters.api.FilterController
Returns the filter's model.
getModel(Workspace) - Method in interface org.gephi.filters.api.FilterController
Returns the filter's model for workspace.
getModel() - Method in interface org.gephi.graph.api.GraphController
Returns the graph model for the current workspace, or null if project is empty.
getModel(Workspace) - Method in interface org.gephi.graph.api.GraphController
Returns the graph model for the given workspace.
getModel() - Method in interface org.gephi.graph.api.Renderable
Returns graphical 2D/3D model related to the element
getModel() - Method in interface org.gephi.layout.api.LayoutController
Returns the model of the currently selected Workspace.
getModel() - Method in interface org.gephi.partition.api.PartitionController
 
getModel() - Method in interface org.gephi.preview.api.PreviewController
Returns the current preview model in the current workspace.
getModel(Workspace) - Method in interface org.gephi.preview.api.PreviewController
Returns the preview model in workspace.
getModel() - Method in interface org.gephi.ranking.api.RankingController
Returns the ranking model of the current workspace.
getModel(Workspace) - Method in interface org.gephi.ranking.api.RankingController
Returns the ranking model of workspace.
getModel() - Method in interface org.gephi.statistics.api.StatisticsController
Returns the current StatisticsModel, from the current workspace
getModel(Workspace) - Method in interface org.gephi.statistics.api.StatisticsController
Returns the StatisticsModel for workspace
getModel(Workspace) - Method in interface org.gephi.timeline.api.TimelineController
Returns the timeline model from workspace.
getModel() - Method in interface org.gephi.timeline.api.TimelineController
Get the current model from the current workspace
getMutualDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns the number of mutual edges incident to node.
getName() - Method in interface org.gephi.clustering.api.Cluster
 
getName() - Method in interface org.gephi.clustering.spi.ClustererBuilder
 
getName() - Method in interface org.gephi.data.attributes.api.AttributeTable
Returns the name of this table.
getName() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Return name to show for this AttributeColumnsManipulator on the ui.
getName() - Method in interface org.gephi.datalab.spi.Manipulator
Return name to show for this Manipulator on the ui.
getName() - Method in interface org.gephi.filters.api.Query
Returns query's full name.
getName() - Method in class org.gephi.filters.spi.Category
Returns the category's name.
getName() - Method in interface org.gephi.filters.spi.Filter
Returns the filter's display name.
getName() - Method in interface org.gephi.filters.spi.FilterBuilder
Returns the display name of this filter builder
getName() - Method in class org.gephi.filters.spi.FilterProperty
Returns property's name
getName() - Method in class org.gephi.io.exporter.api.FileType
 
getName() - Method in interface org.gephi.io.exporter.spi.ExporterBuilder
Returns the name of this builder
getName() - Method in interface org.gephi.io.generator.spi.Generator
Returns the generator display name.
getName() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getName() - Method in interface org.gephi.io.importer.api.Database
 
getName() - Method in class org.gephi.io.importer.api.FileType
 
getName() - Method in interface org.gephi.io.importer.spi.ImporterBuilder
Returns the name of this builder
getName() - Method in interface org.gephi.layout.spi.LayoutBuilder
The name of the behaviour of the Layout's provided by this Builder.
getName() - Method in interface org.gephi.partition.spi.TransformerUI
 
getName() - Method in interface org.gephi.perspective.spi.Perspective
Return a unique identifier for this perspective.
getName() - Method in class org.gephi.preview.api.PreviewPreset
 
getName() - Method in class org.gephi.preview.api.PreviewProperty
Returns the (unique) name of this property.
getName() - Method in interface org.gephi.preview.spi.RenderTargetBuilder
Returns the name of the target builder.
getName() - Method in interface org.gephi.project.api.ProjectInformation
 
getName() - Method in interface org.gephi.project.api.WorkspaceInformation
 
getName() - Method in interface org.gephi.ranking.api.Ranking
Returns the name of this ranking.
getName() - Method in interface org.gephi.ranking.spi.TransformerBuilder
Returns the name of the transformer built by this builder.
getName() - Method in interface org.gephi.statistics.spi.StatisticsBuilder
Returns the name of statistics
getName() - Method in interface org.gephi.tools.spi.ToolUI
Returns the tool's name.
getNeighbors(Node) - Method in interface org.gephi.graph.api.Graph
Returns neighbors of node.
getNode(int) - Method in interface org.gephi.graph.api.Graph
Returns the node with identifier equals to id.
getNode(String) - Method in interface org.gephi.graph.api.Graph
Returns the node with identifier equals to id.
getNode() - Method in interface org.gephi.graph.api.ImmutableTreeNode
 
getNode(int) - Method in interface org.gephi.graph.api.NodeData
Returns the node this node data belongs in the view that has viewId has identifier or null if the view cannot be found.
getNode(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns the node with the given id, or create a new node with this id if not found.
getNode() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getNodeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
Returns the delegated node attribute value.
getNodeCount() - Method in interface org.gephi.graph.api.Graph
Returns the number of nodes in the graph.
getNodeData() - Method in interface org.gephi.graph.api.Node
Returns the extended data that belongs to this node.
getNodeEdges(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Prepares and returns an array with the edges incident to the specified node.
getNodeNeighbours(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Prepares and returns an array with the neighbour nodes of the specified node.
getNodePartitions() - Method in interface org.gephi.partition.api.PartitionModel
 
getNodeProperty(String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
getNodePropertyTitle(PropertiesAssociations.NodeProperties) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
getNodeRankings() - Method in interface org.gephi.ranking.api.RankingModel
Get all rankings for node elements.
getNodes() - Method in interface org.gephi.clustering.api.Cluster
 
getNodes() - Method in interface org.gephi.graph.api.Graph
Returns nodes contained in the graph.
getNodes(int) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns nodes at the given level in the hierarchy.
getNodes() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getNodesCount() - Method in interface org.gephi.clustering.api.Cluster
 
getNodesCount() - Method in interface org.gephi.datalab.api.GraphElementsController
Returns the number of nodes in the graph.
getNodesManipulator() - Method in interface org.gephi.datalab.spi.nodes.NodesManipulatorBuilder
 
getNodesManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
getNodesManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array with one new instance of every NodesManipulator that has a builder registered and returns it.
getNodesToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
getNodesTree() - Method in interface org.gephi.graph.api.HierarchicalGraph
Similar as Graph.getNodes() but all nodes are visited, not only those in the current view.
getNodeTable() - Method in interface org.gephi.data.attributes.api.AttributeModel
Returns the node table.
getNodeTransformerBuilder() - Method in interface org.gephi.partition.api.PartitionModel
 
getNodeVersion() - Method in interface org.gephi.graph.api.Graph
Return the current node version of the graph.
getNumberColumns(AttributeTable) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
getNumberEstimator() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns the current number ESTIMATOR, used to get values from number DynamicType, like DynamicInteger.
getNumberOrNumberListColumnStatistics(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Calculates all statistics at once from a number/number list column using MathUtils class.
getNumberValue(String, Number) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value as a Number.
getObj() - Method in interface org.gephi.graph.api.Model
 
getObjects() - Method in interface org.gephi.partition.api.Part
 
getOpposite(Node, Edge) - Method in interface org.gephi.graph.api.Graph
Returns the adjacent node of node through edge.
getOrigin() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the origin of this column content, meta-data that describes where the column comes from.
getOrigin() - Method in enum org.gephi.data.properties.PropertiesColumn
 
getOutDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns the number of outgoing edges incident to node.
getOutEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns outgoing edges incident to node.
getOutEdgesAndMetaOutEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns outgoing edges and meta edges incident to node.
getOuterEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns edges not incident to nodeGroup or nodeGroup's descendants.
getPageSize() - Method in interface org.gephi.preview.api.PDFTarget
Returns the page's size.
getPanel() - Method in interface org.gephi.clustering.spi.ClustererUI
 
getPanel(Filter) - Method in interface org.gephi.filters.spi.FilterBuilder
Returns the settings panel for the filter this builder is building, the filter object is passed as a parameter.
getPanel() - Method in interface org.gephi.io.exporter.spi.ExporterUI
Returns the exporter settings panel.
getPanel() - Method in interface org.gephi.io.generator.spi.GeneratorUI
Returns the panel settings.
getPanel() - Method in interface org.gephi.io.importer.spi.ImporterUI
Returns the importer settings panel.
getPanel() - Method in interface org.gephi.io.processor.spi.ProcessorUI
Returns the processor settings panel.
getPanel() - Method in interface org.gephi.partition.spi.TransformerUI
 
getPanel() - Method in interface org.gephi.preview.spi.PreviewUI
Returns the JPanel component to be displayed.
getPanel() - Method in interface org.gephi.project.spi.ProjectPropertiesUI
 
getPanel(Transformer, Ranking) - Method in interface org.gephi.ranking.spi.TransformerUI
Returns the panel associated to this transformer.
getPanels() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
Returns wizard panels.
getPanelTitle() - Method in interface org.gephi.preview.spi.PreviewUI
Returns the title of the tab
getParent() - Method in interface org.gephi.filters.api.Query
Returns the parent query or null if this query is root.
getParent() - Method in class org.gephi.filters.spi.Category
Returns this category parent category or null if this category has no parent.
getParent(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the parent of node or null if node's parent is (virtual) root.
getParentProperties(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
Returns all properties property defined as dependencies.
getParents() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getPart(Element) - Method in interface org.gephi.partition.api.Partition
 
getPartFromValue(Object) - Method in interface org.gephi.partition.api.Partition
 
getPartition() - Method in interface org.gephi.partition.api.Part
 
getParts() - Method in interface org.gephi.partition.api.Partition
 
getPartsCount() - Method in interface org.gephi.partition.api.Partition
 
getPasswd() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getPasswd() - Method in interface org.gephi.io.importer.api.Database
 
getPercentage() - Method in interface org.gephi.partition.api.Part
 
getPerspectives() - Method in interface org.gephi.perspective.api.PerspectiveController
Returns all perspectives installed.
getPlayDelay() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the play delay in milliseconds.
getPlayMode() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the play mode.
getPlayStep() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the play step.
getPluginGeneralActionsManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
getPluginGeneralActionsManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
Prepares an array with one instance of every PluginGeneralActionsManipulator that is registered.
getPort() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getPort() - Method in interface org.gephi.io.importer.api.Database
 
getPosition() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Returns a position value that indicates the position of this AttributeColumnsManipulator in its type group.
getPosition() - Method in interface org.gephi.datalab.spi.Manipulator
Returns a position value that indicates the position of this Manipulator in its type group.
getPosition() - Method in interface org.gephi.statistics.spi.StatisticsUI
Returns a position value, around 1 and 1000, that indicates the position of the Statistics in the UI.
getPosition() - Method in interface org.gephi.tools.spi.ToolUI
Returns the tool relative position.
getPredecessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns node's predecessors.
getProject() - Method in interface org.gephi.project.api.ProjectInformation
 
getProject() - Method in interface org.gephi.project.api.WorkspaceInformation
 
getProjects() - Method in interface org.gephi.project.api.ProjectController
 
getProjects() - Method in interface org.gephi.project.api.Projects
 
getProperties() - Method in interface org.gephi.filters.spi.Filter
Returns the filter properties.
getProperties() - Method in interface org.gephi.layout.spi.Layout
The properties for this layout.
getProperties() - Method in interface org.gephi.preview.api.PreviewModel
Returns the preview properties attached to this model.
getProperties() - Method in class org.gephi.preview.api.PreviewPreset
Returns a read-only map of all properties
getProperties() - Method in class org.gephi.preview.api.PreviewProperties
Returns all properties.
getProperties(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns all properties with category as category.
getProperties(Object) - Method in class org.gephi.preview.api.PreviewProperties
Returns all properties with source as source.
getProperties() - Method in interface org.gephi.preview.spi.Renderer
Returns all associated properties for this renderer.
getPropertiesAssociations() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getPropertiesAssociations() - Method in interface org.gephi.io.importer.api.Database
 
getPropertiesBar() - Method in interface org.gephi.tools.api.ToolController
Returns the properties bar component, that display tools settings.
getPropertiesBar(Tool) - Method in interface org.gephi.tools.spi.ToolUI
Returns the tool's properties bar.
getPropertiesCount() - Method in interface org.gephi.filters.api.Query
Returns the number of properties this query has.
getProperty() - Method in class org.gephi.io.importer.api.PropertyAssociation
 
getProperty() - Method in class org.gephi.layout.spi.LayoutProperty
Return the underlying Property.
getProperty(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property defined as name.
getPropertyEditor() - Method in class org.gephi.filters.spi.FilterProperty
Returns the PropertyEditor associated to the property value.
getPropertyName(int) - Method in interface org.gephi.filters.api.Query
Returns the name of the property at the specified index.
getPropertyValue(int) - Method in interface org.gephi.filters.api.Query
Returns the value of the property at the specified index.
getProvider() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the attribute value delegate provider.
getQualityRank() - Method in interface org.gephi.layout.spi.LayoutUI
An appraisal of quality for this algorithm.
getQueries() - Method in interface org.gephi.filters.api.FilterModel
Returns all queries in the model, represented by their root query.
getQueries(Class<? extends Filter>) - Method in interface org.gephi.filters.api.Query
Utility method that returns all queries in this query hierarchy that are filterClass instance.
getR() - Method in interface org.gephi.graph.api.TextData
Get red component of the text color.
getRadius() - Method in interface org.gephi.graph.api.Renderable
Returns radius of the element
getRangeProperty() - Method in interface org.gephi.filters.spi.RangeFilter
 
getRangeType() - Method in class org.gephi.filters.api.Range
 
getRanking() - Method in interface org.gephi.ranking.api.RankingEvent
Returns the ranking associated to the event, or null.
getRanking(String, String) - Method in interface org.gephi.ranking.api.RankingModel
Return the specific ranking for elementType and with the given name.
getRankings(String) - Method in interface org.gephi.ranking.api.RankingModel
Get all rankings for elementType elements.
getReducedValue() - Method in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategy
This method is always called after the strategy is set up and executed.
getRegexPattern() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
getRegionStart() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
getRegisteredRenderers() - Method in interface org.gephi.preview.api.PreviewController
Uses Lookup to retrieve registered renderer providers but replaces default renderers with plugins that extend them.
getRemovedColumns() - Method in interface org.gephi.data.attributes.api.AttributeEventData
Returns columns that have been removed.
getRenderer() - Method in class org.gephi.preview.api.ManagedRenderer
 
getRenderTarget(String) - Method in interface org.gephi.preview.api.PreviewController
Creates a new render target of the given type.
getRenderTarget(String, Workspace) - Method in interface org.gephi.preview.api.PreviewController
Creates a new render target of the given type in the preview model contained by workspace.
getReport() - Method in interface org.gephi.io.importer.api.Container
Returns the report associated to this container, if exists.
getReport() - Method in interface org.gephi.io.importer.spi.Importer
Returns the import report, filled with logs and potential issues.
getReport(Class<? extends Statistics>) - Method in interface org.gephi.statistics.api.StatisticsModel
Returns the report for the given statistics class or null if no report exists for this statistics.
getReport() - Method in interface org.gephi.statistics.spi.Statistics
Returns an HTML string that displays the statistics result.
getRootNode() - Method in interface org.gephi.graph.api.NodeData
Returns the node this node data belongs in the main view.
getRowNumbers(Attributes, AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Prepares an array with all not null numbers of a row using only the given columns.
getRowsColumnNumbers(Attributes[], AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Prepares an array only with all not null numbers the indicated rows of a given column.
getScaleRatio() - Method in interface org.gephi.preview.api.SVGTarget
When SCALE_STROKES property is true returns the scale ratio to scale strokes with.
getSearchOptions() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
getSelectedBuilder() - Method in interface org.gephi.layout.api.LayoutModel
Returns the builder used for building the currently selected layout or null if no layout is selected.
getSelectedClusterer() - Method in interface org.gephi.clustering.api.ClusteringModel
 
getSelectedLayout() - Method in interface org.gephi.layout.api.LayoutModel
Returns the currently selected layout or null if no layout is selected.
getSelectedPartition() - Method in interface org.gephi.partition.api.PartitionModel
 
getSelectedPartitioning() - Method in interface org.gephi.partition.api.PartitionModel
 
getSelectedPerspective() - Method in interface org.gephi.perspective.api.PerspectiveController
Returns the selected perspective or null if no perspective is selected.
getSelectedTransformer() - Method in interface org.gephi.partition.api.PartitionModel
 
getSelectedTransformerBuilder() - Method in interface org.gephi.partition.api.PartitionModel
 
getSelectionType() - Method in interface org.gephi.tools.spi.Tool
Returns the tool type of selection interaction.
getSettingsPanel() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
Returns a settings panel instance for this AttributeColumnsManipulator.
getSettingsPanel() - Method in interface org.gephi.datalab.spi.ManipulatorUI
Returns a settings panel instance for this Manipulator.
getSettingsPanel() - Method in interface org.gephi.statistics.spi.StatisticsUI
Returns a settings panel instance.
getShortDescription() - Method in interface org.gephi.statistics.spi.StatisticsUI
Returns this statistics short description
getSimplePanel(Layout) - Method in interface org.gephi.layout.spi.LayoutUI
A LayoutUI can have a optional settings panel, that will be displayed instead of the property sheet.
getSimpleValues() - Method in class org.gephi.preview.api.PreviewProperties
Return all simple values.
getSize() - Method in interface org.gephi.graph.api.Renderable
Returns size of the element.
getSize() - Method in interface org.gephi.graph.api.TextData
Returns text size
getSize() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getSnapshotGraph(double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "snapshot graph", i.e.
getSnapshotGraph(double, Estimator) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "snapshot graph", i.e.
getSnapshotGraph(double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "snapshot graph", i.e.
getSnapshotGraph(Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "snapshot graph", i.e.
getSnapshotGraph(double, double, Estimator) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "snapshot graph", i.e.
getSnapshotGraph(Interval, Estimator) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "snapshot graph", i.e.
getSource() - Method in interface org.gephi.data.attributes.api.AttributeEvent
 
getSource() - Method in class org.gephi.dynamic.api.DynamicModelEvent
 
getSource() - Method in interface org.gephi.graph.api.Edge
Returns the source of the edge.
getSource() - Method in interface org.gephi.graph.api.EdgeData
Returns the edge source node data.
getSource() - Method in interface org.gephi.graph.api.GraphEvent
Returns the view this event is triggered.
getSource() - Method in interface org.gephi.io.importer.api.Container
If exists, returns the source of the data.
getSource() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getSource() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getSource() - Method in interface org.gephi.preview.api.Item
Returns the source of the item.
getSource() - Method in class org.gephi.preview.api.PreviewProperty
Returns the source object of this property.
getSource() - Method in interface org.gephi.project.api.WorkspaceInformation
 
getSource() - Method in interface org.gephi.ranking.api.RankingEvent
Returns the ranking model that generated the event.
getSource() - Method in class org.gephi.timeline.api.TimelineModelEvent
 
getSpeedRank() - Method in interface org.gephi.layout.spi.LayoutUI
An appraisal of speed for this algorithm.
getSQLDriver() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getSQLDriver() - Method in interface org.gephi.io.importer.api.Database
 
getStart() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
getStartingColumn() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
getStartingRow() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
getStaticType(AttributeType) - Static method in class org.gephi.data.attributes.type.TypeConvertor
Returns the underlying static type from dynamicType For example returns FLOAT if given type is DYNAMIC_FLOAT.
getStatistics() - Method in interface org.gephi.statistics.spi.StatisticsBuilder
Build a new statistics instance and return it
getStatisticsClass() - Method in interface org.gephi.statistics.spi.StatisticsBuilder
Returns the statistics' class this UI belongs to.
getStatisticsClass() - Method in interface org.gephi.statistics.spi.StatisticsUI
Returns the statistics' class this UI belongs to.
getString(int) - Method in class org.gephi.data.attributes.type.StringList
Returns the item at the specified index.
getStringColumns(AttributeTable) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
getStringValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value as an string.
getStrongSnapshotGraph(double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "strong snapshot graph", i.e.
getStrongSnapshotGraph(double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "strong snapshot graph", i.e.
getStrongSnapshotGraph(Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns a "strong snapshot graph", i.e.
getSubItems() - Method in interface org.gephi.datalab.spi.ContextMenuItemManipulator
This is optional.
getSuccessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns node's successors.
getTable() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the table that contains this column
getTable(String) - Method in interface org.gephi.data.attributes.api.AttributeModel
Returns the AttributeTable which has the given name or null if this table doesn't exist.
getTableAttributeRows(AttributeTable) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Returns all rows of a given table (node or edges table).
getTableRowsCount(AttributeTable) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Counts the number of rows of a table (nodes or edges table) and returns the result.
getTables() - Method in interface org.gephi.data.attributes.api.AttributeModel
Returns all tables this model contains.
getTarget() - Method in interface org.gephi.graph.api.Edge
Returns the target of the edge.
getTarget() - Method in interface org.gephi.graph.api.EdgeData
Returns the edge target node data.
getTarget() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getText() - Method in interface org.gephi.graph.api.TextData
Returns the text String
getText() - Method in class org.gephi.io.importer.api.Report
Returns the report logs and issues, presented as basic multi-line text.
getTextData() - Method in interface org.gephi.graph.api.Renderable
Returns TextData instance assigned to the element.
getTextReader(FileObject) - Static method in class org.gephi.io.importer.api.ImportUtils
Returns a LineNumberReader for fileObject.
getTextReader(InputStream) - Static method in class org.gephi.io.importer.api.ImportUtils
Returns a LineNumberReader for inputStream.
getTextReader(Reader) - Static method in class org.gephi.io.importer.api.ImportUtils
 
getThrowable() - Method in class org.gephi.io.importer.api.Issue
 
getTick() - Method in interface org.gephi.statistics.spi.DynamicStatistics
Returns the tick.
getTimeFormat() - Method in interface org.gephi.dynamic.api.DynamicModel
Gets the current time format for this model.
getTimeFormat() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getTimeFormat() - Method in interface org.gephi.timeline.api.TimelineModel
Returns the current time format.
getTimeInterval() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getTimeInterval() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getTimeIntervalMax() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getTimeIntervalMin() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
getTitle() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the title of this column.
getTitle() - Method in enum org.gephi.data.properties.PropertiesColumn
Returns column title which will be showed to user in AttributeTables.
getTitle() - Method in class org.gephi.io.importer.api.PropertyAssociation
 
getTitle() - Method in interface org.gephi.project.api.ProjectMetaData
 
getToolbar() - Method in interface org.gephi.tools.api.ToolController
Returns the toolbar component, build from tools implementations.
getTopElement(String) - Method in interface org.gephi.preview.api.SVGTarget
Returns the top element name in the document.
getTopLeftPosition() - Method in interface org.gephi.preview.api.PreviewModel
Returns the top left position in the graph coordinate (i.e.
getTopNodes() - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns roots of the hierarchy forest.
getTotalDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the sum of the degree and the meta-edge degree.
getTotalEdgeCount() - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the number of edges and meta edges in the graph
getTotalInDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns the sum of the in-degree for edges and meta-edge.
getTotalOutDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
Returns the sum of the out-degree for edges and meta-edge.
getTouchedObjects() - Method in interface org.gephi.data.attributes.api.AttributeEventData
Returns objects where attribute values have been modified.
getTouchedValues() - Method in interface org.gephi.data.attributes.api.AttributeEventData
Returns values with the SET_VALUE event.
getTransformer() - Method in interface org.gephi.partition.spi.TransformerBuilder
 
getTransformer() - Method in interface org.gephi.ranking.api.RankingEvent
Returns the transformer associated to the event, or null.
getTransformer(String, String) - Method in interface org.gephi.ranking.api.RankingModel
Returns the specific transformer for elementType and with the given name.
getTransformers(String) - Method in interface org.gephi.ranking.api.RankingModel
Return all transformers specific to elementType.
getType() - Method in interface org.gephi.data.attributes.api.AttributeColumn
Returns the type of this column content.
getType() - Method in enum org.gephi.data.attributes.api.AttributeType
Returns the Class the type is associated with.
getType() - Method in enum org.gephi.data.properties.PropertiesColumn
 
getType() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Type of manipulator.
getType() - Method in interface org.gephi.datalab.spi.Manipulator
Type of manipulator.
getType() - Method in interface org.gephi.filters.spi.AttributableFilter
 
getType() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getType() - Method in interface org.gephi.preview.api.Item
Returns the type of the item.
getType() - Method in class org.gephi.preview.api.PreviewProperty
Returns the type of this property.
getType() - Method in interface org.gephi.preview.spi.ItemBuilder
Returns the type of this builder.
getTypeString() - Method in enum org.gephi.data.attributes.api.AttributeType
The name of the enum constant.
getUI() - Method in interface org.gephi.clustering.spi.ClustererBuilder
 
getUI(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
Returns a ManipulatorUI for this Manipulator if it needs one.
getUI() - Method in interface org.gephi.datalab.spi.Manipulator
Returns a ManipulatorUI for this Manipulator if it needs one.
getUI(Exporter) - Method in interface org.gephi.io.exporter.api.ExportController
 
getUI() - Method in interface org.gephi.io.generator.spi.Generator
Returns the UI that belongs to this generator, or null if UI is not needed.
getUI(Importer) - Method in interface org.gephi.io.importer.api.ImportController
 
getUI() - Method in interface org.gephi.layout.spi.LayoutBuilder
User interface attributes (name, description, icon...) for all Layouts built by this builder.
getUI() - Method in interface org.gephi.partition.spi.TransformerBuilder
 
getUI() - Method in interface org.gephi.tools.spi.Tool
Returns ToolUI instance for this tool.
getUnderlyingGraph() - Method in interface org.gephi.dynamic.api.DynamicGraph
Returns the wrapped graph.
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicBigDecimal
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicBigInteger
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicBoolean
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicByte
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicCharacter
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicDouble
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicFloat
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicInteger
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicLong
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicShort
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicString
 
getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicType
Returns the underlying type T.
getUnderlyingType() - Method in class org.gephi.data.attributes.type.TimeInterval
 
getUndirectedEdges() - Method in interface org.gephi.graph.api.MixedGraph
Returns an edge iterator of directed edges in the graph.
getUndirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
Build a UndirectedGraph to access the main view.
getUndirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Build a UndirectedGraph to access view.
getUndirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
Build a UndirectedGraph to access the visible view.
getUnloader() - Method in interface org.gephi.io.importer.api.Container
Get containers unloading interface.
getUpperBound() - Method in class org.gephi.filters.api.Range
 
getUpperBound() - Method in interface org.gephi.ranking.api.Transformer
Returns the upper bound filter value.
getUpperByte() - Method in class org.gephi.filters.api.Range
 
getUpperDouble() - Method in class org.gephi.filters.api.Range
 
getUpperFloat() - Method in class org.gephi.filters.api.Range
 
getUpperInteger() - Method in class org.gephi.filters.api.Range
 
getUpperLong() - Method in class org.gephi.filters.api.Range
 
getUpperShort() - Method in class org.gephi.filters.api.Range
 
getUsername() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
getUsername() - Method in interface org.gephi.io.importer.api.Database
 
getValue(AttributeColumn) - Method in interface org.gephi.data.attributes.api.AttributeRow
Returns the value found at the specified column index.
getValue(String) - Method in interface org.gephi.data.attributes.api.AttributeRow
Returns the value at the specified column, if found.
getValue(int) - Method in interface org.gephi.data.attributes.api.AttributeRow
Returns the value at the specified index, if index is in range.
getValue() - Method in interface org.gephi.data.attributes.api.AttributeValue
Returns the value.
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicBigDecimal
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicBigInteger
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicBoolean
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicByte
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicCharacter
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicDouble
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicFloat
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicInteger
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicLong
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicShort
 
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicString
 
getValue() - Method in class org.gephi.data.attributes.type.DynamicType
Returns the estimated value of a set of values whose time intervals overlap with a [-inf, inf] time interval.
getValue(Interval) - Method in class org.gephi.data.attributes.type.DynamicType
Returns the estimated value of a set of values whose time intervals overlap with a given time interval.
getValue(double, double) - Method in class org.gephi.data.attributes.type.DynamicType
Returns the estimated value of a set of values whose time intervals overlap with a [low, high] time interval.
getValue(Estimator) - Method in class org.gephi.data.attributes.type.DynamicType
Returns the estimated value of a set of values whose time intervals overlap with a [-inf, inf] time interval.
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicType
Returns the estimated value of a set of values whose time intervals overlap with a given time interval.
getValue(double, double, Estimator) - Method in class org.gephi.data.attributes.type.DynamicType
Returns the estimated value of a set of values whose time intervals overlap with a [low, high] time interval.
getValue() - Method in class org.gephi.data.attributes.type.Interval
Returns the value stored in this interval.
getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.TimeInterval
 
getValue() - Method in class org.gephi.filters.spi.FilterProperty
Returns property's value, can be null
getValue(String) - Method in interface org.gephi.graph.api.Attributes
Returns the value located at the specified column.
getValue(int) - Method in interface org.gephi.graph.api.Attributes
Returns the value located at the specified column position.
getValue() - Method in interface org.gephi.partition.api.Part
 
getValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value and cast it to the T type.
getValue(String, T) - Method in class org.gephi.preview.api.PreviewProperties
Returns the property value and cast it to the T type.
getValue() - Method in class org.gephi.preview.api.PreviewProperty
Returns the property value.
getValue(Element) - Method in interface org.gephi.ranking.api.Ranking
Returns the value of the element.
getValue() - Method in interface org.gephi.statistics.spi.StatisticsUI
Returns this statistics result as a String, if exists
getValueAsText(Object) - Static method in class org.gephi.preview.api.PreviewProperties
Converts any value to a serialized String.
getValues() - Method in interface org.gephi.data.attributes.api.AttributeRow
Returns the value array.
getValues() - Method in class org.gephi.data.attributes.type.DynamicType
Returns a list of all values stored in this instance.
getValues(double, double) - Method in class org.gephi.data.attributes.type.DynamicType
Returns a list of values whose time intervals overlap with a [low, high] time interval.
getValues(Interval) - Method in class org.gephi.data.attributes.type.DynamicType
Returns a list of values whose time intervals overlap with a given time interval.
getValues(Interval) - Method in class org.gephi.data.attributes.type.TimeInterval
 
getValues() - Method in class org.gephi.filters.api.Range
 
getValues(Graph) - Method in interface org.gephi.filters.spi.RangeFilter
 
getValueType() - Method in class org.gephi.filters.spi.FilterProperty
Returns the property's value type.
getView() - Method in interface org.gephi.graph.api.Graph
Returns the graph view this graph belongs to.
getViewId() - Method in interface org.gephi.graph.api.GraphView
Returns this view unique identifier.
getViewportX() - Method in interface org.gephi.graph.api.Model
 
getViewportY() - Method in interface org.gephi.graph.api.Model
 
getVisibleInterval() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns the time interval wrapped by the DynamicGraph of the current workspace.
getVisibleView() - Method in interface org.gephi.graph.api.GraphModel
Returns the current viisble view.
getWeight() - Method in interface org.gephi.graph.api.Edge
Returns the weight of the edge.
getWeight(double, double) - Method in interface org.gephi.graph.api.Edge
Returns the weight of the edge for the given time interval.
getWeight() - Method in interface org.gephi.io.importer.api.EdgeDraft
 
getWeight() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
getWidth() - Method in interface org.gephi.graph.api.TextData
Returns text width
getWindow() - Method in interface org.gephi.statistics.spi.DynamicStatistics
Returns the window duration
getWizardUI(Importer) - Method in interface org.gephi.io.importer.api.ImportController
 
getWorkspace() - Method in interface org.gephi.data.attributes.api.AttributeModel
Returns the workspace this Attribute model belongs to.
getWorkspace() - Method in interface org.gephi.graph.api.GraphModel
Returns the workspace this graph model belongs to.
getWorkspace() - Method in interface org.gephi.io.exporter.spi.Exporter
Returns the workspace from where data are exported
getWorkspace() - Method in interface org.gephi.ranking.api.RankingModel
Return the workspace this model is associated with
getWorkspaces() - Method in interface org.gephi.project.api.WorkspaceProvider
 
getWrapperFromPrimitive(Class<?>) - Static method in class org.gephi.data.attributes.type.TypeConvertor
Returns wrapper type from given primitive type.
getX() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getX() - Method in interface org.gephi.timeline.api.TimelineChart
Returns the X values of this chart.
getXMLDateStringFromDouble(double) - Static method in class org.gephi.data.attributes.api.AttributeUtils
Used for attributes representation.
getXMLDocument(InputStream) - Static method in class org.gephi.io.importer.api.ImportUtils
 
getXMLDocument(Reader) - Static method in class org.gephi.io.importer.api.ImportUtils
 
getXMLDocument(FileObject) - Static method in class org.gephi.io.importer.api.ImportUtils
 
getXMLReader(Reader) - Static method in class org.gephi.io.importer.api.ImportUtils
 
getY() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
getY() - Method in interface org.gephi.timeline.api.TimelineChart
Returns the Y values of this chart.
getY(Number) - Method in interface org.gephi.timeline.api.TimelineChart
Return the Y value for the given x position.
getZ() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
goAlgo() - Method in interface org.gephi.layout.spi.Layout
Run a step in the algorithm, should be called only if canAlgo() returns true.
Graph - Interface in org.gephi.graph.api
Main interface for accessing the graph structure and develop algorithms.
graphChanged(GraphEvent) - Method in interface org.gephi.graph.api.GraphListener
 
GraphController - Interface in org.gephi.graph.api
Controller that maintain the graph models, one per Workspace.
GraphElementsController - Interface in org.gephi.datalab.api
This interface defines part of the Data Laboratory API basic actions.
GraphEvent - Interface in org.gephi.graph.api
Graph event interface, that GraphListener receives when the graph is modified.
GraphEvent.EventType - Enum in org.gephi.graph.api
- ADD_NODES_AND_EDGES:Add nodes and edges to the graph - REMOVE_NODES_AND_EDGES:Remove nodes and edges from the graph, with their edges - MOVE_NODE:Move nodes on the hierarchy, parent node is changed - VISIBLE_VIEW:Current visible view is changed - NEW_VIEW:A new view is created - DESTROY_VIEW:A view is destroyed - EXPAND:Expand nodes in the hierarchy - RETRACT:Retract nodes in the hierarchy - META_EDGES_UPDATEMeta-Edges are updated
GraphEventData - Interface in org.gephi.graph.api
Wrap graph event elements, like added nodes.
GraphExporter - Interface in org.gephi.io.exporter.spi
Exporter interface for exporters that export the graph, either complete or filtered (i.e.
GraphFactory - Interface in org.gephi.graph.api
Graph factory that builds node and edges elements.
GraphFileExporterBuilder - Interface in org.gephi.io.exporter.spi
Exporter builder for graph file format support.
graphItemDelegateFactoryProvider() - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
 
GraphItemDelegateFactoryProvider<T> - Interface in org.gephi.data.attributes.spi
 
GraphListener - Interface in org.gephi.graph.api
Basic graph listener for global events.
GraphModel - Interface in org.gephi.graph.api
Root interface that contains the complete graph structure and build Graph objets on demand.
GraphSettings - Interface in org.gephi.graph.api
 
GraphView - Interface in org.gephi.graph.api
Graph view define a subgraph, i.e.
Group - Interface in org.gephi.graph.api
 
group(Partition) - Method in interface org.gephi.partition.api.PartitionController
 
groupCluster(Cluster) - Method in interface org.gephi.clustering.api.ClusteringController
 
GroupData - Interface in org.gephi.graph.api
 
groupNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Groups an array of nodes if it is possible.
groupNodes(Node[]) - Method in interface org.gephi.graph.api.HierarchicalGraph
Group nodes into a new node group (i.e.

H

hasColumn(String) - Method in interface org.gephi.data.attributes.api.AttributeTable
Return true if this table has a column with the given title or id.
hasCurrentProject() - Method in interface org.gephi.project.api.Projects
 
hasCurrentWorkspace() - Method in interface org.gephi.project.api.WorkspaceProvider
 
hasCustomBounds() - Method in interface org.gephi.timeline.api.TimelineModel
Returns true if custom bounds are defined.
hasDynamicEdges() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns true if the graph in the current workspace has dynamic edges.
hasDynamicNodes() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns true if the graph in the current workspace has dynamic nodes.
hasFile() - Method in interface org.gephi.project.api.ProjectInformation
 
hashCode() - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
 
hashCode() - Method in class org.gephi.data.attributes.type.AbstractList
 
hashCode() - Method in class org.gephi.data.attributes.type.DynamicType
Returns a hashcode of this instance.
hashCode() - Method in class org.gephi.data.attributes.type.Interval
 
hashCode() - Method in class org.gephi.data.attributes.type.IntervalTree
Returns a hashcode of this interval tree.
hashCode() - Method in class org.gephi.filters.api.Range
 
hashCode() - Method in class org.gephi.filters.spi.Category
 
hashCode() - Method in class org.gephi.io.importer.api.PropertyAssociation
 
hashCode() - Method in class org.gephi.preview.api.PreviewPreset
 
hasProperty(String) - Method in class org.gephi.preview.api.PreviewProperties
Returns true if a property name exists.
hasSource() - Method in interface org.gephi.project.api.WorkspaceInformation
 
hasValidBounds() - Method in interface org.gephi.timeline.api.TimelineModel
Returns true if none of the min and max time values are infinity.
HierarchicalDirectedGraph - Interface in org.gephi.graph.api
Hierarchical directed graph.
HierarchicalGraph - Interface in org.gephi.graph.api
Implementation of graphs within graphs concept, by proposing methods to manipulate the hierarchy of nodes.
HierarchicalMixedGraph - Interface in org.gephi.graph.api
Hierarchical mixed graph.
HierarchicalUndirectedGraph - Interface in org.gephi.graph.api
Hierarchical undirected graph.
HIERARCHY - Static variable in interface org.gephi.filters.api.FilterLibrary
Default Category for filters working on the graph hierarchy.

I

ImmutableTreeNode - Interface in org.gephi.graph.api
Wrapper for Java TreeNode to more easily build Tree models from hierarchical graph.
ImportController - Interface in org.gephi.io.importer.api
Manage and control the import executionf low.
importCSVToEdgesTable(File, Character, Charset, String[], AttributeType[], boolean) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Method for importing csv data to edges table.
importCSVToNodesTable(File, Character, Charset, String[], AttributeType[], boolean) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Method for importing CSV file data to nodes table.
importDatabase(Database, DatabaseImporter) - Method in interface org.gephi.io.importer.api.ImportController
 
Importer - Interface in org.gephi.io.importer.spi
Interface for classes which imports data from files, databases, streams or other sources.
ImporterBuilder - Interface in org.gephi.io.importer.spi
Factory class for building importer instances.
ImporterUI - Interface in org.gephi.io.importer.spi
Define importer settings user interface.
ImporterWizardUI - Interface in org.gephi.io.importer.spi
Define importer settings wizard user interface.
importFile(File) - Method in interface org.gephi.io.importer.api.ImportController
 
importFile(File, FileImporter) - Method in interface org.gephi.io.importer.api.ImportController
 
importFile(Reader, FileImporter) - Method in interface org.gephi.io.importer.api.ImportController
 
importFile(InputStream, FileImporter) - Method in interface org.gephi.io.importer.api.ImportController
 
importSpigot(SpigotImporter) - Method in interface org.gephi.io.importer.api.ImportController
 
ImportUtils - Class in org.gephi.io.importer.api
 
ImportUtils() - Constructor for class org.gephi.io.importer.api.ImportUtils
 
INDEGREE_RANKING - Static variable in interface org.gephi.ranking.api.Ranking
Default out degree ranking's name
init(Graph) - Method in interface org.gephi.filters.spi.AttributableFilter
 
init(Graph) - Method in interface org.gephi.filters.spi.EdgeFilter
 
init(Graph) - Method in interface org.gephi.filters.spi.NodeFilter
 
initAlgo() - Method in interface org.gephi.layout.spi.Layout
initAlgo() is called to initialize the algorithm (prepare to run).
initialize(Workspace) - Method in interface org.gephi.project.api.WorkspaceListener
Notify a workspace has been created.
insert(Interval<T>) - Method in class org.gephi.data.attributes.type.IntervalTree
Inserts the interval into this IntervalTree.
IntegerList - Class in org.gephi.data.attributes.type
Complex type that define a list of Integer items.
IntegerList(int[]) - Constructor for class org.gephi.data.attributes.type.IntegerList
 
IntegerList(Integer[]) - Constructor for class org.gephi.data.attributes.type.IntegerList
 
IntegerList(String) - Constructor for class org.gephi.data.attributes.type.IntegerList
 
IntegerList(String, String) - Constructor for class org.gephi.data.attributes.type.IntegerList
 
interpolate(float) - Method in class org.gephi.ranking.api.Interpolator.BezierInterpolator
get the y-value of the cubic bezier curve that corresponds to the x input
interpolate(float) - Method in class org.gephi.ranking.api.Interpolator
This function takes an input value between 0 and 1 and returns another value, also between 0 and 1.
Interpolator - Class in org.gephi.ranking.api
Abstract clas that defines the single Interpolator.interpolate(float) method.
Interpolator() - Constructor for class org.gephi.ranking.api.Interpolator
 
Interpolator.BezierInterpolator - Class in org.gephi.ranking.api
Bezier curve interpolator.
Interpolator.BezierInterpolator(float, float, float, float) - Constructor for class org.gephi.ranking.api.Interpolator.BezierInterpolator
constructor -- cubic bezier curve will be represented by control points (0,0) (px1,py1) (px2,py2) (1,1) -- px1, py1, px2, py2 all in range [0,1]
interQuartileRangeNumberMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the interquartile range (IQR) of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.
Interval<T> - Class in org.gephi.data.attributes.type
This class represents an interval with some value.
Interval(Interval, T) - Constructor for class org.gephi.data.attributes.type.Interval
Constructs a new interval instance
Interval(double, double, boolean, boolean, T) - Constructor for class org.gephi.data.attributes.type.Interval
Constructs a new interval instance.
Interval(double, double, boolean, boolean) - Constructor for class org.gephi.data.attributes.type.Interval
Constructs a new interval instance with no value.
Interval(double, double, T) - Constructor for class org.gephi.data.attributes.type.Interval
Constructs a new interval instance with left and right endpoints included by default.
Interval(double, double) - Constructor for class org.gephi.data.attributes.type.Interval
Constructs a new interval instance with no value and left and right endpoints included by default.
IntervalTree<T> - Class in org.gephi.data.attributes.type
It is essentially a map from intervals to object which can be queried for Interval instances associated with a particular interval of time.
IntervalTree() - Constructor for class org.gephi.data.attributes.type.IntervalTree
Constructs an empty IntervalTree.
IntervalTree(IntervalTree) - Constructor for class org.gephi.data.attributes.type.IntervalTree
Constructs a copy of the given IntervalTree.
is(AttributeEvent.EventType...) - Method in interface org.gephi.data.attributes.api.AttributeEvent
Returns true if this event is one of these in parameters.
is(GraphEvent.EventType...) - Method in interface org.gephi.graph.api.GraphEvent
Returns true if this event is one of these in parameters.
is(RankingEvent.EventType...) - Method in interface org.gephi.ranking.api.RankingEvent
Returns true if this event is one of these in parameters.
isAdjacent(Node, Node) - Method in interface org.gephi.graph.api.Graph
Returns true if node1 is adjacent to node2.
isAdjacent(Edge, Edge) - Method in interface org.gephi.graph.api.Graph
Returns true if edge1 is adjacent to edge2.
isAncestor(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns true if ancestor is an ancestor of node.
isAnyPluginRendererRegistered() - Method in interface org.gephi.preview.api.PreviewController
Returns true if any renderer plugin is registered.
isAutoId() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
isAutoId() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
isAutoRefresh() - Method in interface org.gephi.filters.api.FilterModel
 
isAutoScale() - Method in interface org.gephi.io.importer.api.Container
 
isAvailable() - Method in interface org.gephi.datalab.spi.ContextMenuItemManipulator
Indicates if this item has to appear in the context menu at all
isCacheMatching(int) - Method in interface org.gephi.graph.api.Model
 
isClosed() - Method in interface org.gephi.project.api.ProjectInformation
 
isClosed() - Method in interface org.gephi.project.api.WorkspaceInformation
 
isColumnOfType(AttributeColumn, AttributeType) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isConsumed() - Method in class org.gephi.preview.api.PreviewMouseEvent
 
isDataTablesReady() - Method in interface org.gephi.datalab.api.datatables.DataTablesController
Indicates if Data Table UI is registered as a listener of the events created by this controller.
isDescendant(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns true if descendant is a descendant of node.
isDirected() - Method in interface org.gephi.graph.api.Edge
Returns true if the edge is directed or false if it's undirected.
isDirected(Edge) - Method in interface org.gephi.graph.api.Graph
Returns true if edge is a directed edge in the current graph.
isDirected() - Method in interface org.gephi.graph.api.GraphModel
Returns true if the graph is directed by default.
isDirected(Edge) - Method in interface org.gephi.graph.api.MixedGraph
Returns true if edge is directed if undirected.
isDynamicGraph() - Method in interface org.gephi.dynamic.api.DynamicModel
Returns true if the graph in the current workspace is dynamic, i.e.
isDynamicGraph() - Method in interface org.gephi.io.importer.api.Container
 
isDynamicNumberColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isDynamicType() - Method in enum org.gephi.data.attributes.api.AttributeType
Indicates if this type is a DynamicType.
isEdgeColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isEdgeInGraph(Edge) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks if an edge is contained in the main view graph.
isEdgeTable(AttributeTable) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Checks if the given table is edges table.
isEmpty() - Method in class org.gephi.data.attributes.type.IntervalTree
Indicates if this IntervalTree contains 0 intervals.
isEnabled() - Method in class org.gephi.preview.api.ManagedRenderer
 
isEnabled() - Method in interface org.gephi.timeline.api.TimelineModel
Returns true if the timeline is enabled.
isExportVisible() - Method in interface org.gephi.io.exporter.spi.GraphExporter
Returns true if only the visible graph has to be exported.
isFileSupported(File) - Method in interface org.gephi.io.importer.api.ImportController
 
isFiltering() - Method in interface org.gephi.filters.api.FilterModel
Returns true if the system is currently in filtering mode.
isFixed() - Method in interface org.gephi.graph.api.NodeData
Returns true if this node is fixed.
isFixed() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
isFollowing(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns true if following is after node.
isGraphColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isGroupable(Partition) - Method in interface org.gephi.partition.api.PartitionController
 
isHierarchical() - Method in interface org.gephi.graph.api.GraphModel
Returns true if the graph is hierarchical.
isHierarchicalGraph() - Method in interface org.gephi.io.importer.api.Container
 
isHighExcluded() - Method in class org.gephi.data.attributes.type.DynamicType
Indicates if the rightmost point is excluded.
isHighExcluded() - Method in class org.gephi.data.attributes.type.Interval
Indicates if the right endpoint is excluded.
isHighExcluded() - Method in class org.gephi.data.attributes.type.IntervalTree
Indicates if the rightmost point is excluded.
isInBounds(float) - Method in interface org.gephi.ranking.api.Transformer
Returns true if value is within the lower and the upper bound.
isInPart(Element) - Method in interface org.gephi.partition.api.Part
 
isInRange(Interval) - Method in class org.gephi.data.attributes.type.DynamicType
Indicates if a given time interval overlaps with any interval of this instance.
isInRange(double, double) - Method in class org.gephi.data.attributes.type.DynamicType
Indicates if [low, high] interval overlaps with any interval of this instance.
isInRange(Number) - Method in class org.gephi.filters.api.Range
 
isInvalid() - Method in interface org.gephi.project.api.ProjectInformation
 
isInvalid() - Method in interface org.gephi.project.api.WorkspaceInformation
 
isInView(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns true if node is currently in the graph view.
isLabelVisible() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
isLabelVisible() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
isLandscape() - Method in interface org.gephi.preview.api.PDFTarget
Returns whether the orientation is in landscape or portrait.
isLeftInclusive() - Method in class org.gephi.filters.api.Range
 
isListType() - Method in enum org.gephi.data.attributes.api.AttributeType
 
isLoopToBeginning() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
isLowExcluded() - Method in class org.gephi.data.attributes.type.DynamicType
Indicates if the leftmost point is excluded.
isLowExcluded() - Method in class org.gephi.data.attributes.type.Interval
Indicates if the left endpoint is excluded.
isLowExcluded() - Method in class org.gephi.data.attributes.type.IntervalTree
Indicates if the leftmost point is excluded.
isMainView() - Method in interface org.gephi.graph.api.GraphView
Returns true if this view is the main view.
isMatchingImporter(FileObject) - Method in interface org.gephi.io.importer.spi.FileImporterBuilder
Returns true if this importer can import fileObject.
isMixed() - Method in interface org.gephi.graph.api.GraphModel
Returns true if the graph is mixed by default.
isModal() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
Indicates if the created dialog has to be modal
isModal() - Method in interface org.gephi.datalab.spi.ManipulatorUI
Indicates if the created dialog has to be modal
isNodeColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isNodeFixed(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks the fixed state of a node.
isNodeInGraph(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks if a node is contained in the main view graph.
isNodeInGroup(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Checks if the node is in a group (has a parent).
isNodeTable(AttributeTable) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Checks if the given table is nodes table.
isNumberColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isNumberListColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isNumberOrNumberListColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isOkButtonEnabled() - Method in interface org.gephi.datalab.spi.DialogControls
Indicates if ok button is enabled for this dialog at the moment
isOnlyMatchWholeAttributeValue() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
isOpen() - Method in interface org.gephi.project.api.ProjectInformation
 
isOpen() - Method in interface org.gephi.project.api.WorkspaceInformation
 
isOpen() - Method in interface org.gephi.tools.api.EditWindowController
 
isParent(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns true if parent is the parent of node.
isPie() - Method in interface org.gephi.partition.api.PartitionModel
 
isPlaying() - Method in interface org.gephi.timeline.api.TimelineModel
Returns true if the timeline is playing.
isPreceding(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns true if preceding is before node.
isPredecessor(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns true if predecessor is a predecessor of node.
isRedrawn() - Method in interface org.gephi.preview.api.ProcessingTarget
Returns true if the applet is finished redrawing
isRendererForitem(Item, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
Based on properties, determine whether this renderer is valid to render Item.
isRightInclusive() - Method in class org.gephi.filters.api.Range
 
isRunning() - Method in interface org.gephi.clustering.api.ClusteringModel
 
isRunning() - Method in interface org.gephi.layout.api.LayoutModel
Returns true if a layout is currently running, false otherwise.
isRunning() - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
Returns true if the executor is executing a task.
isSearchNodes() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
isSelected() - Method in interface org.gephi.graph.api.Model
 
isSelecting() - Method in interface org.gephi.filters.api.FilterModel
Returns true if the system is currently in selection mode.
isSelfLoop() - Method in interface org.gephi.graph.api.Edge
Returns true if edge source and target are the same.
isSelfLoop(Edge) - Method in interface org.gephi.graph.api.Graph
Returns true if edge is a self-loop.
isStringColumn(AttributeColumn) - Method in class org.gephi.data.attributes.api.AttributeUtils
 
isSuccessor(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
Returns true if successor is a successor of node.
Issue - Class in org.gephi.io.importer.api
Issue are logged and classified by Report to describe a problem encoutered during import process.
Issue(Throwable, Issue.Level) - Constructor for class org.gephi.io.importer.api.Issue
 
Issue(String, Issue.Level, Throwable) - Constructor for class org.gephi.io.importer.api.Issue
 
Issue(String, Issue.Level) - Constructor for class org.gephi.io.importer.api.Issue
 
Issue.Level - Enum in org.gephi.io.importer.api
 
isTransformerForElement(String) - Method in interface org.gephi.ranking.spi.TransformerBuilder
Returns true if this builder is creating transformers working with elementType.
isUIFoProcessor(Processor) - Method in interface org.gephi.io.processor.spi.ProcessorUI
Returns true if this UI belongs to the given processor.
isUIForExporter(Exporter) - Method in interface org.gephi.io.exporter.spi.ExporterUI
Returns true if this UI belongs to the given exporter.
isUIForImporter(Importer) - Method in interface org.gephi.io.importer.spi.ImporterUI
Returns true if this UI belongs to the given importer.
isUIForImporter(Importer) - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
Returns true if this UI belongs to the given importer.
isUIForTransformer(Transformer) - Method in interface org.gephi.ranking.spi.TransformerUI
Returns true if this UI is built for transformer.
isUndirected() - Method in interface org.gephi.graph.api.GraphModel
Returns true if the graph is undirected by default.
isUngroupable(Partition) - Method in interface org.gephi.partition.api.PartitionController
 
isUseRegexReplaceMode() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
isValid() - Method in interface org.gephi.filters.spi.FilterLibraryMask
Returns true if this masks's category is valid.
isValid() - Method in interface org.gephi.graph.api.Model
 
isValid(Container) - Method in interface org.gephi.io.processor.spi.ProcessorUI
Returns true if the processor this UI represents is valid for the container.
isVisible() - Method in interface org.gephi.graph.api.TextData
Returns visibility of the text
isVisible() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
 
isVisible() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
isWaiting() - Method in interface org.gephi.partition.api.PartitionModel
 
Item - Interface in org.gephi.preview.api
An item is a visual element built by an ItemBuilder and later used by a Renderer to be displayed.
ItemBuilder - Interface in org.gephi.preview.spi
Builds and returns new Item instances.
iterator() - Method in interface org.gephi.graph.api.EdgeIterable
Returns the edge iterator.
iterator() - Method in interface org.gephi.graph.api.NodeIterable
Returns the node iterator.

J

joinWithSeparatorMerge(AttributeTable, AttributeColumn[], AttributeType, String, String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Joins various columns of any type into a new column using the given separator string (or null).

K

keyEvent - Variable in class org.gephi.preview.api.PreviewMouseEvent
Contains the keyboard state for the given mouse event.

L

LABEL_COLOR - Static variable in interface org.gephi.ranking.api.Transformer
 
LABEL_SIZE - Static variable in interface org.gephi.ranking.api.Transformer
 
LANDSCAPE - Static variable in interface org.gephi.preview.api.PDFTarget
 
Layout - Interface in org.gephi.layout.spi
A Layout algorithm should implement the Layout interface to allow the LayoutController to run it properly.
LayoutBuilder - Interface in org.gephi.layout.spi
A LayoutBuilder provides a specific Layout instance.
LayoutController - Interface in org.gephi.layout.api
A LayoutController is the one responsible for controlling the states of the LayoutModel.
LayoutData - Interface in org.gephi.graph.spi
Interface that layout module extends to hosts temporary data to nodes when performing layout algorithm.
LayoutModel - Interface in org.gephi.layout.api
Layout model contains data and flags relative to the layout execution and user interface.
LayoutProperty - Class in org.gephi.layout.spi
Properties for layout algorithms that are used by the UI to fill the property sheet and thus allow user edit.
LayoutProperty(Node.Property, String, String) - Constructor for class org.gephi.layout.spi.LayoutProperty
 
LayoutUI - Interface in org.gephi.layout.spi
Various information about a layout algorithm that allows UI integration.
LINEAR - Static variable in class org.gephi.ranking.api.Interpolator
Linear interpolation x = interpolate(x)
log(String) - Method in class org.gephi.io.importer.api.Report
Log an information message in the report.
LOG2 - Static variable in class org.gephi.ranking.api.Interpolator
Log2 interpolation Math.log(1 + x)/Math.log(2) = interpolate(x)
logIssue(Issue) - Method in class org.gephi.io.importer.api.Report
Log an issue in the report.
LongList - Class in org.gephi.data.attributes.type
Complex type that define a list of Long items.
LongList(long[]) - Constructor for class org.gephi.data.attributes.type.LongList
 
LongList(Long[]) - Constructor for class org.gephi.data.attributes.type.LongList
 
LongList(String) - Constructor for class org.gephi.data.attributes.type.LongList
 
LongList(String, String) - Constructor for class org.gephi.data.attributes.type.LongList
 
LongTask - Interface in org.gephi.utils.longtask.spi
Interface that any class can implement to support progress and cancellation.
LongTaskErrorHandler - Interface in org.gephi.utils.longtask.api
Notify interface that can catch Exception thrown during an asynchronous task execution.
LongTaskExecutor - Class in org.gephi.utils.longtask.api
Portable long-task executor, that supports synchronous and asynchronous execution, progress, cancellation and error management.
LongTaskExecutor(boolean, String, int) - Constructor for class org.gephi.utils.longtask.api.LongTaskExecutor
Creates a new long task executor.
LongTaskExecutor(boolean, String) - Constructor for class org.gephi.utils.longtask.api.LongTaskExecutor
Creates a new long task executor.
LongTaskExecutor(boolean) - Constructor for class org.gephi.utils.longtask.api.LongTaskExecutor
Creates a new long task executor.
LongTaskListener - Interface in org.gephi.utils.longtask.api
Basic listener to be notified when a long task terminates.
loop(GraphView, Interval) - Method in interface org.gephi.statistics.spi.DynamicStatistics
Iteration of the dynamic statistics algorithm on a new interval.

M

ManagedRenderer - Class in org.gephi.preview.api
Small class that contains a Renderer and its enabled state.
ManagedRenderer(Renderer, boolean) - Constructor for class org.gephi.preview.api.ManagedRenderer
 
Manipulator - Interface in org.gephi.datalab.spi
General and abstract manipulation action to use for Data Laboratory table UI and other actions like Graph context menu items in Overview.
ManipulatorUI - Interface in org.gephi.datalab.spi
UI Manipulators can provide.
MARGIN - Static variable in class org.gephi.preview.api.PreviewProperty
General Float property in percentage (0-100) describing the margin size.
MARGIN_BOTTOM - Static variable in interface org.gephi.preview.api.PDFTarget
 
MARGIN_LEFT - Static variable in interface org.gephi.preview.api.PDFTarget
 
MARGIN_RIGHT - Static variable in interface org.gephi.preview.api.PDFTarget
 
MARGIN_TOP - Static variable in interface org.gephi.preview.api.PDFTarget
 
maximum() - Method in class org.gephi.data.attributes.type.IntervalTree
Returns the interval with the highest left endpoint.
maxValueNumbersMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the maximum value of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.
medianNumberMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the median of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.
mergeDateColumnsToTimeInterval(AttributeTable, AttributeColumn, AttributeColumn, SimpleDateFormat, String, String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merge 1 or 2 columns creating a time interval for each row.
mergeModel(AttributeModel) - Method in interface org.gephi.data.attributes.api.AttributeModel
Merge model in this model.
mergeNodes(Node[], Node, AttributeRowsMergeStrategy[], boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Merges 2 or more nodes into a new one node that has all the edges of the merged nodes.
mergeNumericColumnsToTimeInterval(AttributeTable, AttributeColumn, AttributeColumn, double, double) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merge 1 or 2 columns creating a time interval for each row.
mergeRowsValues(AttributeTable, AttributeRowsMergeStrategy[], Attributes[], Attributes, Attributes) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Merges the given rows values to the given result row using one merge strategy for each column of the table.
mergeTable(AttributeTable) - Method in interface org.gephi.data.attributes.api.AttributeTable
Merge this table with the given table given.
MetaEdge - Interface in org.gephi.graph.api
Meta edges are edges between a group and a leaf or between two groups.
METAEDGE_BUILDER - Static variable in interface org.gephi.graph.api.GraphSettings
 
METAEDGE_BUILDER_NONDEEP_DIVISOR - Static variable in interface org.gephi.graph.api.GraphSettings
 
MetaEdgeBuilder - Interface in org.gephi.graph.spi
Responsible for building meta edges weight and attributes from aggregated edges during the process of meta edge creation and deletion.
minimum() - Method in class org.gephi.data.attributes.type.IntervalTree
Returns the interval with the lowest left endpoint.
minValueNumbersMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the minimum value of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.
MixedGraph - Interface in org.gephi.graph.api
Graph that contains both directed and undirected edges.
Model<ObjectType extends Renderable> - Interface in org.gephi.graph.api
Graphical 2D/3D model.
mouseClick(int[], float[]) - Method in interface org.gephi.tools.spi.MouseClickEventListener
Notify a mouse click on the visualization window.
mouseClicked(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
A single click event.
MouseClickEventListener - Interface in org.gephi.tools.spi
Tool mouse click listener.
mouseDragged(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
If your listener needs to receive drag events, you must mark the previous press event as consumed.
mousePressed(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
A mouse press event.
mouseReleased(PreviewMouseEvent, PreviewProperties, Workspace) - Method in interface org.gephi.preview.spi.PreviewMouseListener
If your listener needs to receive release events, you must mark the previous press event as consumed.
MouseResponsiveRenderer - Interface in org.gephi.preview.spi
Optionally implement this interface in a Renderer that needs to be responsive to mouse events.
movedNodes() - Method in interface org.gephi.graph.api.GraphEventData
Returns nodes moved in the graph hierarchy, their parent node has changed.
moveNodesToGroup(Node[], Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to move each node of the nodes array to the group node.
moveNodeToGroup(Node, Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Moves a node to a group of nodes if it is possible.
moveToGroup(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Move node and descendants of node to nodeGroup, as node will be a child of nodeGroup.
MOVING - Static variable in class org.gephi.preview.api.PreviewProperty
General Boolean property set as true when the user is panning the canvas.

N

needsItemBuilder(ItemBuilder, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
Based on the itemBuilder class and the properties, determine whether this renderer needs the given itemBuilder to be executed before rendering.
needsPreviewMouseListener(PreviewMouseListener) - Method in interface org.gephi.preview.spi.MouseResponsiveRenderer
 
negateBooleanColumn(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Negates not null values of a given BOOLEAN or LIST_BOOLEANcolumn.
newBezierInterpolator(float, float, float, float) - Static method in class org.gephi.ranking.api.Interpolator
Builds a bezier interpolator with two control points (px1, py1) and (px2, py2).
newContainer() - Method in interface org.gephi.io.importer.api.ContainerFactory
 
newEdge(Node, Node) - Method in interface org.gephi.graph.api.GraphFactory
Create a new edge.
newEdge(Node, Node, float, boolean) - Method in interface org.gephi.graph.api.GraphFactory
Creates a new edge.
newEdge(String, Node, Node, float, boolean) - Method in interface org.gephi.graph.api.GraphFactory
Creates a new edge.
newEdgeDraft() - Method in interface org.gephi.io.importer.api.ContainerLoader.DraftFactory
Returns an empty edge draft instance.
newEdgeRow(EdgeData) - Method in interface org.gephi.data.attributes.api.AttributeRowFactory
Returns a new row for the edge table.
newGraphRow(GraphView) - Method in interface org.gephi.data.attributes.api.AttributeRowFactory
Returns a new row for the graph table.
newModel() - Method in interface org.gephi.data.attributes.api.AttributeController
Create a new model independent from any Workspace.
newNode() - Method in interface org.gephi.graph.api.GraphFactory
Create a new node, with default identifier.
newNode(String) - Method in interface org.gephi.graph.api.GraphFactory
Create a new node with an identifier.
newNodeDraft() - Method in interface org.gephi.io.importer.api.ContainerLoader.DraftFactory
Returns an empy node draft instance.
newNodeRow(NodeData) - Method in interface org.gephi.data.attributes.api.AttributeRowFactory
Returns a new row for the node table.
newProject() - Method in interface org.gephi.project.api.ProjectController
 
newRowForTable(String, Object) - Method in interface org.gephi.data.attributes.api.AttributeRowFactory
Returns a new row for the given tableName, or null if no table with this name exists.
newTextData() - Method in interface org.gephi.graph.spi.TextDataFactory
 
newValue(AttributeColumn, Object) - Method in interface org.gephi.data.attributes.api.AttributeValueFactory
Returns a new cell value for the given column and value.
newView() - Method in interface org.gephi.graph.api.GraphEventData
Returns the new view created in the model.
newView() - Method in interface org.gephi.graph.api.GraphModel
Create a new view by duplicating main view.
newWorkspace(Project) - Method in interface org.gephi.project.api.ProjectController
 
Node - Interface in org.gephi.graph.api
A graph node.
NODE - Static variable in interface org.gephi.preview.api.Item
 
NODE_BORDER_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
Node DependantColor property which defines the border color.
NODE_BORDER_WIDTH - Static variable in class org.gephi.preview.api.PreviewProperty
Node Float property defining the node border size.
NODE_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
 
NODE_ELEMENT - Static variable in interface org.gephi.ranking.api.Ranking
Element type for nodes.
NODE_LABEL - Static variable in interface org.gephi.preview.api.Item
 
NODE_LABEL_BOX_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
 
NODE_LABEL_BOX_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
 
NODE_LABEL_BUILDER - Static variable in interface org.gephi.preview.spi.ItemBuilder
 
NODE_LABEL_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label DependantOriginalColor property defining the color label.
NODE_LABEL_FONT - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Font property defining node label's font.
NODE_LABEL_MAX_CHAR - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Integer property defining the maximum number of characters.
NODE_LABEL_OUTLINE_COLOR - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Outline DependantColor property defining the outline color.
NODE_LABEL_OUTLINE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Outline Float property between 0-100 which defines the opacity.
NODE_LABEL_OUTLINE_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Outline Float property defining the outline size.
NODE_LABEL_PROPORTIONAL_SIZE - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Boolean> property defining whether to use node's size in label size calculation.
NODE_LABEL_SHORTEN - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Boolean property defining whether the label is shortened.
NODE_LABEL_SHOW_BOX - Static variable in class org.gephi.preview.api.PreviewProperty
 
NODE_OPACITY - Static variable in class org.gephi.preview.api.PreviewProperty
Node Float property between 0-100 which defines the opacity.
NODE_PARTITION - Static variable in interface org.gephi.partition.api.PartitionModel
 
NODE_PARTITIONING - Static variable in interface org.gephi.partition.api.PartitionModel
 
NODE_PARTITIONS - Static variable in interface org.gephi.partition.api.PartitionModel
 
NODE_TRANSFORMER - Static variable in interface org.gephi.partition.api.PartitionModel
 
NodeClickEventListener - Interface in org.gephi.tools.spi
Tool node click listener.
NodeData - Interface in org.gephi.graph.api
Contains all extended data related to a node, including access to its attributes.
NodeDraft - Interface in org.gephi.io.importer.api
Draft node, hosted by import containers to represent nodes found when importing.
NodeDraftGetter - Interface in org.gephi.io.importer.api
 
nodeExists(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
Returns true if a node exists with the given id.
NodeFilter - Interface in org.gephi.filters.spi
Basic filters for nodes, that works as predicates.
NodeIterable - Interface in org.gephi.graph.api
Proxy iterable for iterating nodes, users can either get NodeIterator or directly getting an Node array.
NodeIterator - Interface in org.gephi.graph.api
Iterator wrapper for node elements
NodePartition - Interface in org.gephi.partition.api
 
NodePressAndDraggingEventListener - Interface in org.gephi.tools.spi
Tool mouse press and dragging listener.
NodePressingEventListener - Interface in org.gephi.tools.spi
Tool mouse pressing listener.
NodesManipulator - Interface in org.gephi.datalab.spi.nodes
Please note that the methods offered in this service are the same as Visualization API GraphContextMenuItem.
NodesManipulatorBuilder - Interface in org.gephi.datalab.spi.nodes
This interface is used for providing NodesManipulator instances using the Netbeans Lookup but avoiding the singleton it causes.
normalize(Number) - Method in interface org.gephi.ranking.api.Ranking
Normalize value between 0 and 1 using the minimum and the maximum value.
NumberList<T extends Number> - Class in org.gephi.data.attributes.type
Complex type that defines list of items that are numbers.
NumberList(T[]) - Constructor for class org.gephi.data.attributes.type.NumberList
 
NumberList(String, Class<T>) - Constructor for class org.gephi.data.attributes.type.NumberList
 
NumberList(String, String, Class<T>) - Constructor for class org.gephi.data.attributes.type.NumberList
 

O

openEditWindow() - Method in interface org.gephi.tools.api.EditWindowController
 
openProject(File) - Method in interface org.gephi.project.api.ProjectController
 
openWorkspace(Workspace) - Method in interface org.gephi.project.api.ProjectController
 
Operator - Interface in org.gephi.filters.spi
 
org.gephi.clustering.api - package org.gephi.clustering.api
API for clustering algorithm execution.
org.gephi.clustering.spi - package org.gephi.clustering.spi
Interfaces for clustering algorithms definition.
org.gephi.data.attributes.api - package org.gephi.data.attributes.api
General API that defines the data structure, attributes associated to elements.
org.gephi.data.attributes.spi - package org.gephi.data.attributes.spi
 
org.gephi.data.attributes.type - package org.gephi.data.attributes.type
Defines new immutable types that can represent attributes.
org.gephi.data.properties - package org.gephi.data.properties
 
org.gephi.datalab.api - package org.gephi.datalab.api
Data Laboratory API, all capabilites are exposed through various controllers.
org.gephi.datalab.api.datatables - package org.gephi.datalab.api.datatables
 
org.gephi.datalab.spi - package org.gephi.datalab.spi
Interfaces for creating data laboratory plugins.
org.gephi.datalab.spi.columns - package org.gephi.datalab.spi.columns
 
org.gephi.datalab.spi.columns.merge - package org.gephi.datalab.spi.columns.merge
 
org.gephi.datalab.spi.edges - package org.gephi.datalab.spi.edges
 
org.gephi.datalab.spi.general - package org.gephi.datalab.spi.general
 
org.gephi.datalab.spi.nodes - package org.gephi.datalab.spi.nodes
 
org.gephi.datalab.spi.rows.merge - package org.gephi.datalab.spi.rows.merge
 
org.gephi.datalab.spi.values - package org.gephi.datalab.spi.values
 
org.gephi.dynamic.api - package org.gephi.dynamic.api
API responsible for dynamic states, including the current visible interval.
org.gephi.filters.api - package org.gephi.filters.api
API for graph filtering.
org.gephi.filters.spi - package org.gephi.filters.spi
Interfaces for creating new filter classes.
org.gephi.graph.api - package org.gephi.graph.api
General API that defines the graph structure.
org.gephi.graph.spi - package org.gephi.graph.spi
 
org.gephi.io.exporter.api - package org.gephi.io.exporter.api
API for exporting data to any support.
org.gephi.io.exporter.spi - package org.gephi.io.exporter.spi
Interfaces for creating new data exporters.
org.gephi.io.generator.api - package org.gephi.io.generator.api
API for executing graph generators in a backgorund thread.
org.gephi.io.generator.spi - package org.gephi.io.generator.spi
Generator interfaces that plugins implement to add new generators.
org.gephi.io.importer.api - package org.gephi.io.importer.api
API for importing data from any support.
org.gephi.io.importer.spi - package org.gephi.io.importer.spi
Interfaces for creating new data importers.
org.gephi.io.processor.spi - package org.gephi.io.processor.spi
Interfaces that define the way data are unloaded from container and appened to the workspace.
org.gephi.layout.api - package org.gephi.layout.api
API for real-time layout algorithm tasks and proper user control.
org.gephi.layout.spi - package org.gephi.layout.spi
Interfaces for creating new layout algorithms.
org.gephi.partition.api - package org.gephi.partition.api
 
org.gephi.partition.spi - package org.gephi.partition.spi
 
org.gephi.perspective.api - package org.gephi.perspective.api
API for perspective management.
org.gephi.perspective.spi - package org.gephi.perspective.spi
Interfaces for creating new perspectives and perspective members.
org.gephi.preview.api - package org.gephi.preview.api
API for Preview rendering.
org.gephi.preview.spi - package org.gephi.preview.spi
Interfaces for creating new renderers, item builders and render targets.
org.gephi.preview.types - package org.gephi.preview.types
Additional property types.
org.gephi.preview.types.propertyeditors - package org.gephi.preview.types.propertyeditors
 
org.gephi.project.api - package org.gephi.project.api
API for project and workspace management.
org.gephi.project.spi - package org.gephi.project.spi
SPI for workspace capabilities and project managment UI.
org.gephi.ranking.api - package org.gephi.ranking.api
Ranking API
org.gephi.ranking.spi - package org.gephi.ranking.spi
Interfaces for creating new rankings and transformer.
org.gephi.statistics.api - package org.gephi.statistics.api
API for statistics and metrics tasks execution.
org.gephi.statistics.spi - package org.gephi.statistics.spi
Interfaces for creating new statistics and metrics algorihms.
org.gephi.timeline.api - package org.gephi.timeline.api
API which controls the Timeline, the UI component which allows network exploration over time.
org.gephi.tools.api - package org.gephi.tools.api
API for selecting the current Tool.
org.gephi.tools.spi - package org.gephi.tools.spi
Interfaces for creating new tools.
org.gephi.utils.longtask.api - package org.gephi.utils.longtask.api
API any module can use for providing long, asynchronous tasks execution.
org.gephi.utils.longtask.spi - package org.gephi.utils.longtask.spi
LongTask adds functionalities to any class that wants to be progressable and cancellable.
org.gephi.utils.progress - package org.gephi.utils.progress
Progress support for long tasks execution.
OUTDEGREE_RANKING - Static variable in interface org.gephi.ranking.api.Ranking
Default out degree ranking's name
overlapsWith(Interval) - Method in class org.gephi.data.attributes.type.IntervalTree
Indicates if this IntervalTree overlaps with the given time interval.

P

PAGESIZE - Static variable in interface org.gephi.preview.api.PDFTarget
 
parse(String) - Method in enum org.gephi.data.attributes.api.AttributeType
Try to parse the given str snippet in an object of the type associated to this AttributeType.
parse(Object) - Static method in enum org.gephi.data.attributes.api.AttributeType
Build an AttributeType from the given obj type.
parseDynamic(Object) - Static method in enum org.gephi.data.attributes.api.AttributeType
Build an dynamic AttributeType from the given obj type.
parseIntervals(AttributeType, String) - Static method in class org.gephi.data.attributes.type.DynamicParser
Parses a dynamic type with one or more intervals
parseTime(String) - Static method in class org.gephi.data.attributes.type.DynamicParser
 
Part<Element> - Interface in org.gephi.partition.api
 
Partition<Element> - Interface in org.gephi.partition.api
 
PartitionController - Interface in org.gephi.partition.api
 
PartitionModel - Interface in org.gephi.partition.api
 
PDF_CONTENT_BYTE - Static variable in interface org.gephi.preview.api.PDFTarget
 
PDF_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
 
PDFTarget - Interface in org.gephi.preview.api
Rendering target to PDF format.
Perspective - Interface in org.gephi.perspective.spi
Define a group of components which are showed in the banner.
PerspectiveController - Interface in org.gephi.perspective.api
Controller to manage the perspective system.
PIE - Static variable in interface org.gephi.partition.api.PartitionModel
 
PluginGeneralActionsManipulator - Interface in org.gephi.datalab.spi.general
This interface defines the same service as GeneralActionsManipulator, with one only change: the actions are shown in a drop down panel as plugins, to tell the difference between normal, basic general actions in data laboratory and plugins.
prepareDataTables() - Method in interface org.gephi.datalab.api.datatables.DataTablesController
Looks for an available DataTablesEventListenerBuilder and sets its DataTablesEventListener.
preProcess(PreviewModel) - Method in interface org.gephi.preview.spi.Renderer
This method is called before rendering for all renderers and initializes items' additional attributes or run complex algorithms.
pressingNodes(Node[]) - Method in interface org.gephi.tools.spi.NodePressingEventListener
Notify nodes are currently pressed.
pressNodes(Node[]) - Method in interface org.gephi.tools.spi.NodePressAndDraggingEventListener
Notify nodes have been pressed by user on the visualization window.
PreviewController - Interface in org.gephi.preview.api
Controller that maintain the preview models, one per workspace.
PreviewModel - Interface in org.gephi.preview.api
The Preview Model contains all items and all preview properties.
PreviewMouseEvent - Class in org.gephi.preview.api
Mouse event for preview.
PreviewMouseEvent(int, int, PreviewMouseEvent.Type, PreviewMouseEvent.Button, KeyEvent) - Constructor for class org.gephi.preview.api.PreviewMouseEvent
 
PreviewMouseEvent.Button - Enum in org.gephi.preview.api
 
PreviewMouseEvent.Type - Enum in org.gephi.preview.api
 
PreviewMouseListener - Interface in org.gephi.preview.spi
Listener for mouse events in Preview.
PreviewPreset - Class in org.gephi.preview.api
Read only set of PreviewProperty values.
PreviewPreset(String) - Constructor for class org.gephi.preview.api.PreviewPreset
 
PreviewPreset(String, Map<String, Object>) - Constructor for class org.gephi.preview.api.PreviewPreset
 
PreviewProperties - Class in org.gephi.preview.api
Container for PreviewProperty attached to a PreviewModel.
PreviewProperties() - Constructor for class org.gephi.preview.api.PreviewProperties
 
PreviewProperty - Class in org.gephi.preview.api
Define a (key, value) pair property attached to a PreviewProperties instance.
PreviewUI - Interface in org.gephi.preview.spi
SPI interface to add UI settings components to the Preview.
process(Container) - Method in interface org.gephi.io.importer.api.ImportController
 
process(Container, Processor, Workspace) - Method in interface org.gephi.io.importer.api.ImportController
 
process() - Method in interface org.gephi.io.processor.spi.Processor
Process data from the container to the workspace.
PROCESSING_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
 
ProcessingTarget - Interface in org.gephi.preview.api
Rendering target to the Processing library.
Processor - Interface in org.gephi.io.processor.spi
Interface that define the way data are unloaded from container and appened to the workspace.
ProcessorUI - Interface in org.gephi.io.processor.spi
Define processor settings user interface.
Progress - Class in org.gephi.utils.progress
Progress functionalities accessor.
Progress() - Constructor for class org.gephi.utils.progress.Progress
 
progress(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
Notify the user about a new completed unit.
progress(ProgressTicket, int) - Static method in class org.gephi.utils.progress.Progress
Notify the user about completed workunits.
progress(ProgressTicket, String) - Static method in class org.gephi.utils.progress.Progress
Notify the user about progress by showing message with details.
progress(ProgressTicket, String, int) - Static method in class org.gephi.utils.progress.Progress
Notify the user about completed workunits and show additional detailed message.
progress() - Method in interface org.gephi.utils.progress.ProgressTicket
Notify the user about a new completed unit.
progress(int) - Method in interface org.gephi.utils.progress.ProgressTicket
Notify the user about completed workunits.
progress(String) - Method in interface org.gephi.utils.progress.ProgressTicket
Notify the user about progress by showing message with details.
progress(String, int) - Method in interface org.gephi.utils.progress.ProgressTicket
Notify the user about completed workunits and show additional detailed message.
ProgressTicket - Interface in org.gephi.utils.progress
Progress task following, must be used from Progress class.
ProgressTicketProvider - Interface in org.gephi.utils.progress
 
Project - Interface in org.gephi.project.api
Project interface that internally stores, through its Lookup, various information and workspaces.
ProjectController - Interface in org.gephi.project.api
Project controller, manage projects and workspaces states.
ProjectInformation - Interface in org.gephi.project.api
Hosts various information about a project the module is maintaining.
ProjectMetaData - Interface in org.gephi.project.api
Hosts user data about a project.
ProjectPropertiesUI - Interface in org.gephi.project.spi
Interface for setting project meta-data dialog.
Projects - Interface in org.gephi.project.api
Hosts the project lists and the currently selected project.
PropertiesAssociations - Class in org.gephi.io.importer.api
 
PropertiesAssociations() - Constructor for class org.gephi.io.importer.api.PropertiesAssociations
 
PropertiesAssociations.EdgeProperties - Enum in org.gephi.io.importer.api
 
PropertiesAssociations.NodeProperties - Enum in org.gephi.io.importer.api
 
PropertiesColumn - Enum in org.gephi.data.properties
Enum that define static AttributeColumn indexes, like ID or LABEL.
PropertyAssociation<Property> - Class in org.gephi.io.importer.api
 
PropertyExecutor - Interface in org.gephi.filters.api
PropertyExecutor's role is to synchronize property edition with filter execution.
PropertyExecutor.Callback - Interface in org.gephi.filters.api
Callback interface for setting value.
pruneReport(int) - Method in class org.gephi.io.importer.api.Report
 
pullEdge(Edge, Node, Node, MetaEdge) - Method in interface org.gephi.graph.spi.MetaEdgeBuilder
Removes edge as a metaEdge member.
pushEdge(Edge, Node, Node, MetaEdge) - Method in interface org.gephi.graph.spi.MetaEdgeBuilder
Adds edge as a metaEdge member.
pushFrom(Graph) - Method in interface org.gephi.graph.api.GraphModel
Copy the graph structure from graph to this model.
pushNodes(Graph, Node[]) - Method in interface org.gephi.graph.api.GraphModel
Copy the nodes and edges betweeen these nodes from the graph to this model.
putClientProperty(String, Object) - Method in interface org.gephi.graph.api.GraphSettings
 
putValue(String, Object) - Method in class org.gephi.preview.api.PreviewProperties
Puts the property's value.

Q

Query - Interface in org.gephi.filters.api
Queries are wrapping filters and are assembled in a query tree.

R

r() - Method in interface org.gephi.graph.api.Renderable
Get red component of the element color.
Range - Class in org.gephi.filters.api
 
Range(Number, Number) - Constructor for class org.gephi.filters.api.Range
 
Range(Number, Number, boolean, boolean) - Constructor for class org.gephi.filters.api.Range
 
Range(Number, Number, Number, Number) - Constructor for class org.gephi.filters.api.Range
 
Range(Number, Number, Number, Number, Number[]) - Constructor for class org.gephi.filters.api.Range
 
Range(Number, Number, Number, Number, boolean, boolean, Number[]) - Constructor for class org.gephi.filters.api.Range
 
RangeFilter - Interface in org.gephi.filters.spi
 
Ranking<Element> - Interface in org.gephi.ranking.api
Rankings role is to provide numerical values from objects.
RankingBuilder - Interface in org.gephi.ranking.spi
Ranking builder, creating Ranking instances suitable to the given RankingModel.
rankingChanged(RankingEvent) - Method in interface org.gephi.ranking.api.RankingListener
The ranking model has changed.
RankingController - Interface in org.gephi.ranking.api
Controller that maintains the ranking models, one per workspace.
RankingEvent - Interface in org.gephi.ranking.api
Event generated by the RankingModel and sent to listeners registered by the model.
RankingEvent.EventType - Enum in org.gephi.ranking.api
REFRESH_RANKING: The list of available ranking has been updated.
RankingListener - Interface in org.gephi.ranking.api
Event listener for ranking events.
RankingModel - Interface in org.gephi.ranking.api
Model for ranking data.
readLock() - Method in interface org.gephi.graph.api.Graph
Acquires a read lock on the graph.
readUnlock() - Method in interface org.gephi.graph.api.Graph
Releases the read lock on the graph.
readUnlockAll() - Method in interface org.gephi.graph.api.Graph
Safe method that releases all read locks the calling thread has acquired.
readValueFromText(String, Class) - Static method in class org.gephi.preview.api.PreviewProperties
Deserializes a serialized String of the given class.
readXML(XMLStreamReader, Workspace) - Method in interface org.gephi.project.spi.WorkspacePersistenceProvider
This is automatically called when a start element with the tag name provided in your getIdentifier method.
refresh() - Method in interface org.gephi.preview.api.ProcessingTarget
Redraw the Processing canvas
refreshPartitions() - Method in interface org.gephi.partition.api.PartitionController
 
refreshPreview(Workspace) - Method in interface org.gephi.preview.api.PreviewController
Refreshes the preview model in workspace.
refreshPreview() - Method in interface org.gephi.preview.api.PreviewController
Refreshes the current preview model.
refreshRanking(Ranking) - Method in interface org.gephi.ranking.spi.RankingBuilder
Return a new instance of the same ranking, but with refresh minimum and maximum value.
registerMask(FilterLibraryMask) - Method in interface org.gephi.filters.api.FilterLibrary
Registers mask as a new FilterLibraryMask.
released() - Method in interface org.gephi.tools.spi.NodePressAndDraggingEventListener
Notify mouse has been released.
released() - Method in interface org.gephi.tools.spi.NodePressingEventListener
Notify mouse has been released.
remove(Query) - Method in interface org.gephi.filters.api.FilterController
Removes query from the systemn if exists.
remove(Object) - Method in interface org.gephi.project.api.Project
Removes an abilities to this project.
remove(Object) - Method in interface org.gephi.project.api.Workspace
Removes an instance from this workspaces lookup.
removeAttributeListener(AttributeListener) - Method in interface org.gephi.data.attributes.api.AttributeModel
Removes listener to the listeners of this table.
removeBuilder(FilterBuilder) - Method in interface org.gephi.filters.api.FilterLibrary
Removes builder from this library.
removeChangeListener(ChangeListener) - Method in interface org.gephi.clustering.api.ClusteringModel
 
removeChangeListener(ChangeListener) - Method in interface org.gephi.filters.api.FilterModel
 
removeChangeListener(ChangeListener) - Method in interface org.gephi.project.api.ProjectInformation
 
removeChangeListener(ChangeListener) - Method in interface org.gephi.project.api.WorkspaceInformation
 
removeColumn(AttributeColumn) - Method in interface org.gephi.data.attributes.api.AttributeTable
If exists, remove the column and all rows values.
removeDecimalDigitsFromString(String) - Static method in enum org.gephi.data.attributes.api.AttributeType
Removes the decimal digits and point of the numbers of string when necessary.
removedEdges() - Method in interface org.gephi.graph.api.GraphEventData
Returns edges removed from the graph.
removedNodes() - Method in interface org.gephi.graph.api.GraphEventData
Returns nodes removed from the graph.
removeEdge(Edge) - Method in interface org.gephi.graph.api.Graph
Remove edge from the graph.
removeEdge(EdgeDraft) - Method in interface org.gephi.io.importer.api.ContainerLoader
Removes an edge from the container.
removeFromGroup(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Remove node from its parent group and append it to node's parent.
removeGraphListener(GraphListener) - Method in interface org.gephi.graph.api.GraphModel
Remove graphListener as a listener to this graph.
removeListener(TimelineModelListener) - Method in interface org.gephi.timeline.api.TimelineController
Remove listerner from the list of event listeners.
removeMetaEdge(Edge) - Method in interface org.gephi.graph.api.HierarchicalGraph
Remove metaEdge from the graph.
removeModelListener(DynamicModelListener) - Method in interface org.gephi.dynamic.api.DynamicController
Removes listener to the listeners of this model.
removeNode(Node) - Method in interface org.gephi.graph.api.Graph
Remove node from the graph.
removeNodeFromGroup(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Removes a node from its group if the node is in a group (has a parent).
removeNodesFromGroup(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to remove every node in the array from its group checking first they are in a group.
removeProject(Project) - Method in interface org.gephi.project.api.ProjectController
 
removeProperty(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.gephi.layout.api.LayoutModel
Remove listerner.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.gephi.partition.api.PartitionModel
 
removeRankingListener(RankingListener) - Method in interface org.gephi.ranking.api.RankingModel
Remove listener as a ranking listener of this model
removeSimpleValue(String) - Method in class org.gephi.preview.api.PreviewProperties
Removes a simple value if existing
removeSubQuery(Query, Query) - Method in interface org.gephi.filters.api.FilterController
Removes query from parent query.
removeWorkspaceListener(WorkspaceListener) - Method in interface org.gephi.project.api.ProjectController
 
rename(Query, String) - Method in interface org.gephi.filters.api.FilterController
Renames query with name.
renameProject(Project, String) - Method in interface org.gephi.project.api.ProjectController
 
renameWorkspace(Workspace, String) - Method in interface org.gephi.project.api.ProjectController
 
render(RenderTarget) - Method in interface org.gephi.preview.api.PreviewController
Renders the current preview model to target.
render(RenderTarget, Workspace) - Method in interface org.gephi.preview.api.PreviewController
Renders the preview model in workspace to target.
render(RenderTarget, Renderer[]) - Method in interface org.gephi.preview.api.PreviewController
Renders the current preview model to target.
render(RenderTarget, Renderer[], Workspace) - Method in interface org.gephi.preview.api.PreviewController
Renders the preview model in workspace to target.
render(Item, RenderTarget, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
Render item to target using the global properties and item data.
Renderable - Interface in org.gephi.graph.api
All graphic attributes a renderable element can have.
RENDERABLE_COLOR - Static variable in interface org.gephi.ranking.api.Transformer
 
RENDERABLE_SIZE - Static variable in interface org.gephi.ranking.api.Transformer
 
Renderer - Interface in org.gephi.preview.spi
Renderer describes how a particular Item object is rendered on a particular RenderTarget instance.
RenderTarget - Interface in org.gephi.preview.api
RenderTarget is the graphic container the renderers draw into.
RenderTargetBuilder - Interface in org.gephi.preview.spi
Builds and returns new RenderTarget instances.
replace(SearchReplaceController.SearchResult, String) - Method in interface org.gephi.datalab.api.SearchReplaceController
Replaces a SearchResult with the given replacement String.
replaceAll(SearchReplaceController.SearchOptions, String) - Method in interface org.gephi.datalab.api.SearchReplaceController
Replaces all SearchResults that can be replaced with the given search options from the beginning to the end of the data.
replaceColumn(AttributeColumn, String, String, AttributeType, AttributeOrigin, Object) - Method in interface org.gephi.data.attributes.api.AttributeTable
If exists, replace source by the new column created from params.
Report - Class in org.gephi.io.importer.api
Report is a log and issue container.
Report() - Constructor for class org.gephi.io.importer.api.Report
 
reset() - Method in interface org.gephi.data.attributes.api.AttributeRow
Resets all data in the row.
reset() - Method in interface org.gephi.graph.api.Attributes
Resets the content of the row.
resetPropertiesValues() - Method in interface org.gephi.layout.spi.Layout
Resets the properties values to the default values.
resetStatus() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
resetViewToLeaves() - Method in interface org.gephi.graph.api.HierarchicalGraph
Reset the current view to leaves of the clustered graph tree.
resetViewToLevel(int) - Method in interface org.gephi.graph.api.HierarchicalGraph
Reset the current view to nodes located at the specified level in the clustered graph hierarchy.
resetViewToTopNodes() - Method in interface org.gephi.graph.api.HierarchicalGraph
Reset the current view to top nodes of the clustered graph tree.
resetZoom() - Method in interface org.gephi.preview.api.ProcessingTarget
Resets the zoom level to default
retract(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Retracts the graph view from node's children to node.
retractedNodes() - Method in interface org.gephi.graph.api.GraphEventData
Returns nodes retracted in the graph hierarchy.
rowFactory() - Method in interface org.gephi.data.attributes.api.AttributeModel
Returns the row factory.
RUNNING - Static variable in interface org.gephi.layout.api.LayoutModel
 

S

saveProject(Project) - Method in interface org.gephi.project.api.ProjectController
 
saveProject(Project, File) - Method in interface org.gephi.project.api.ProjectController
 
saveQuery(Query) - Method in interface org.gephi.filters.api.FilterLibrary
Save query in the library in order it can be reused.
SCALE_STROKES - Static variable in interface org.gephi.preview.api.SVGTarget
SVG Boolean property whether to rescale stroke's width/thickness.
Scaler - Interface in org.gephi.io.processor.spi
The scaler is part of the processing job and is responsible of transforming the position and size of imported nodes in order to fit in the system's scale.
search(Interval) - Method in class org.gephi.data.attributes.type.IntervalTree
Returns all intervals overlapping with a given Interval.
search(double, double) - Method in class org.gephi.data.attributes.type.IntervalTree
Returns all intervals overlapping with an interval given by low and high.
SearchReplaceController - Interface in org.gephi.datalab.api
Independent controller for search/replace feature.
SearchReplaceController.SearchOptions - Class in org.gephi.datalab.api
Class that wraps the different possible options of search and provides various useful constructors.
SearchReplaceController.SearchOptions(Node[], Pattern) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Setup options to search on nodes with the given pattern.
SearchReplaceController.SearchOptions(Edge[], Pattern) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Setup options to search on edges with the given pattern.
SearchReplaceController.SearchOptions(Node[], Pattern, boolean) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Setup options to search on nodes with the given pattern.
SearchReplaceController.SearchOptions(Edge[], Pattern, boolean) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Setup options to search on edges with the given pattern.
SearchReplaceController.SearchResult - Class in org.gephi.datalab.api
Class that wraps the result of a search contaning the search options used for this result and the node or edge, row, column and start-end index of the value where ocurrence was found.
SearchReplaceController.SearchResult(SearchReplaceController.SearchOptions, Node, Edge, int, int, int, int) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
select(Workspace) - Method in interface org.gephi.project.api.WorkspaceListener
Notify a workspace has become the selected workspace.
select(Tool) - Method in interface org.gephi.tools.api.ToolController
Selects tool as the active tool and therefore unselect the current tool, if exists.
select() - Method in interface org.gephi.tools.spi.Tool
Notify when this tool is selected.
selectCluster(Cluster) - Method in interface org.gephi.clustering.api.ClusteringController
 
selectColumn(AttributeColumn) - Method in interface org.gephi.timeline.api.TimelineController
Select a column to make a TimelineChart of it.
SELECTED_LAYOUT - Static variable in interface org.gephi.layout.api.LayoutModel
 
SELECTED_PARTIONING - Static variable in interface org.gephi.partition.api.PartitionModel
 
selectPerspective(Perspective) - Method in interface org.gephi.perspective.api.PerspectiveController
Switch the current perspective to the given perspective.
selectTable(AttributeTable) - Method in interface org.gephi.datalab.api.datatables.DataTablesController
Request the tables implementation to show the given table (nodes or edges table)
selectVisible(Query) - Method in interface org.gephi.filters.api.FilterController
Selects query results on the main graph visualization window.
sendMouseEvent(PreviewMouseEvent) - Method in interface org.gephi.preview.api.PreviewController
Sends a PreviewMouseEvent to the current workspace, if any.
sendMouseEvent(PreviewMouseEvent, Workspace) - Method in interface org.gephi.preview.api.PreviewController
Sends a PreviewMouseEvent to the given workspace.
setAllowAutoNode(boolean) - Method in interface org.gephi.io.importer.api.Container
 
setAllowParallelEdge(boolean) - Method in interface org.gephi.io.importer.api.Container
 
setAllowSelfLoop(boolean) - Method in interface org.gephi.io.importer.api.Container
 
setAlpha(float) - Method in interface org.gephi.graph.api.Renderable
Sets alpha (transparency) color component for the element.
setAsText(String) - Method in class org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor
 
setAsText(String) - Method in class org.gephi.preview.types.propertyeditors.BasicDependantOriginalColorPropertyEditor
 
setAsText(String) - Method in class org.gephi.preview.types.propertyeditors.BasicEdgeColorPropertyEditor
 
setAttributeValue(Object, Attributes, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
Sets a value to the given row,column pair (cell).
setAuthor(String) - Method in interface org.gephi.project.api.ProjectMetaData
 
setAutoRefresh(boolean) - Method in interface org.gephi.filters.api.FilterController
 
setAutoScale(boolean) - Method in interface org.gephi.io.importer.api.Container
 
setB(float) - Method in interface org.gephi.graph.api.Renderable
Sets blue color component for the element.
setBounds(Interval) - Method in interface org.gephi.statistics.spi.DynamicStatistics
Sets the minimum and maximum bound
setCacheMarker(int) - Method in interface org.gephi.graph.api.Model
 
setColor(float, float, float) - Method in interface org.gephi.graph.api.Renderable
Sets all color components for the element.
setColor(float, float, float, float) - Method in interface org.gephi.graph.api.TextData
Sets all color components for the text.
setColor(Color) - Method in interface org.gephi.graph.api.TextData
Sets text color
setColor(Color) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setColor(String, String, String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setColor(float, float, float) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setColor(int, int, int) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setColor(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setColor(Color) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setColor(String, String, String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setColor(float, float, float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setColor(int, int, int) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setColor(String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setColor(Color) - Method in interface org.gephi.partition.api.Part
 
setColumnsToSearch(int[]) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Set column indexes that should be used to search with the current options.
setColumnsToSearch(AttributeColumn[]) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
Set column that should be used to search with the current options.
setConsumed(boolean) - Method in class org.gephi.preview.api.PreviewMouseEvent
 
setContainer(ContainerUnloader) - Method in interface org.gephi.io.processor.spi.Processor
Sets the data container.
setCurrentQuery(Query) - Method in interface org.gephi.filters.api.FilterController
 
setCustomBounds(double, double) - Method in interface org.gephi.timeline.api.TimelineController
Sets the timeline custom bounds.
setData(String, Object) - Method in interface org.gephi.preview.api.Item
Sets data to this item.
setDatabase(Database) - Method in interface org.gephi.io.importer.spi.DatabaseImporter
Sets the database description, connexion details and queries
setDataTablesEventListener(DataTablesEventListener) - Method in interface org.gephi.datalab.api.datatables.DataTablesController
Register a listener for these requests.
setDBName(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
setDBName(String) - Method in interface org.gephi.io.importer.api.Database
 
setDefaultErrorHandler(LongTaskErrorHandler) - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
Set the default error handler.
setDescription(String) - Method in interface org.gephi.project.api.ProjectMetaData
 
setDisplayName(ProgressTicket, String) - Static method in class org.gephi.utils.progress.Progress
Change the display name of the progress task.
setDisplayName(String) - Method in interface org.gephi.utils.progress.ProgressTicket
Change the display name of the progress task.
setEdgeAttributeValue(T, AttributeColumn, Object) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
Adds or sets the delegated edge attribute value.
setEdgeDefault(EdgeDefault) - Method in interface org.gephi.io.importer.api.ContainerLoader
Set edge default type: DIRECTED, UNDIRECTED or MIXED.
setEnabled(boolean) - Method in class org.gephi.preview.api.ManagedRenderer
 
setEnabled(boolean) - Method in interface org.gephi.timeline.api.TimelineController
Sets the timeline enable status.
setEnd(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
setEstimator(Estimator) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the current ESTIMATOR used to get values from DynamicType.
setEstimator(Estimator, Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the current ESTIMATOR used to get values from DynamicType.
setExceptionLevel(Issue.Level) - Method in class org.gephi.io.importer.api.Report
Set the level of exception for the report.
setExportVisible(boolean) - Method in interface org.gephi.io.exporter.spi.GraphExporter
Sets if only the visible graph has to be exported.
setFixed(boolean) - Method in interface org.gephi.graph.api.NodeData
Sets this node fixed attribute.
setFixed(boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setFoundColumnIndex(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
setFoundEdge(Edge) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
setFoundNode(Node) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
setFoundRowIndex(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
setG(float) - Method in interface org.gephi.graph.api.Renderable
Sets green color component for the element.
setGraphModel(GraphModel) - Method in interface org.gephi.layout.spi.Layout
Injects the graph model for the graph this Layout should operate on.
setHost(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
setHost(String) - Method in interface org.gephi.io.importer.api.Database
 
setHullModel(Model) - Method in interface org.gephi.graph.api.GroupData
 
setId(Node, String) - Method in interface org.gephi.graph.api.Graph
Sets the string identifier of node.
setId(Edge, String) - Method in interface org.gephi.graph.api.Graph
Sets the string identifier of edge.
setId(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setId(String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setInterpolator(Interpolator) - Method in interface org.gephi.ranking.api.RankingController
Sets the interpolator to be used when transforming values.
setInterval(TimeInterval) - Method in interface org.gephi.dynamic.api.DynamicGraph
Sets the time interval wrapped by this DynamicGraph.
setInterval(double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
Sets the time interval wrapped by this DynamicGraph.
setInterval(double, double) - Method in interface org.gephi.timeline.api.TimelineController
Sets the current timeline interval.
setKeywords(String) - Method in interface org.gephi.project.api.ProjectMetaData
 
setLabel(String) - Method in interface org.gephi.graph.api.EdgeData
Sets this edge label.
setLabel(String) - Method in interface org.gephi.graph.api.NodeData
Sets this node label.
setLabel(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabel(String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLabelColor(Color) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabelColor(String, String, String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabelColor(float, float, float) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabelColor(int, int, int) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabelColor(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabelColor(Color) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLabelColor(String, String, String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLabelColor(float, float, float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLabelColor(int, int, int) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLabelColor(String) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLabelSize(float) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabelSize(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLabelVisible(boolean) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setLabelVisible(boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setLayout(Layout) - Method in interface org.gephi.layout.api.LayoutController
Sets the Layout to execute.
setLayoutData(LayoutData) - Method in interface org.gephi.graph.api.EdgeData
Sets the layout data of this edge.
setLayoutData(LayoutData) - Method in interface org.gephi.graph.api.NodeData
Sets the layout data of this node.
setLongTaskListener(LongTaskListener) - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
Set the listener to this executor.
setLoopToBeginning(boolean) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
setLowerBound(float) - Method in interface org.gephi.ranking.api.Transformer
Sets the lower filter bound.
setManagedRenderers(ManagedRenderer[]) - Method in interface org.gephi.preview.api.PreviewModel
Sets an user-defined array of managed renderers to use when rendering.
setMetaEdgeBuilder(MetaEdgeBuilder) - Method in interface org.gephi.graph.api.GraphSettings
 
setMetaNode(Node) - Method in interface org.gephi.clustering.api.Cluster
 
setModel(Model) - Method in interface org.gephi.graph.api.Renderable
Sets graphical 2D/3D model assigned to the element
setName(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
setName(String) - Method in interface org.gephi.io.importer.api.Database
 
setNode(Node) - Method in interface org.gephi.io.importer.api.NodeDraftGetter
 
setNodeAttributeValue(T, AttributeColumn, Object) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
Adds or sets the delegated node attribute value.
setNodeFixed(Node, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Sets the fixed state of a node to the indicated.
setNodesFixed(Node[], boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
Sets the fixed state of an array of nodes to the indicated.
setNumberEstimator(Estimator) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the current number ESTIMATOR used to get values from DynamicType.
setNumberEstimator(Estimator, Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the current number ESTIMATOR used to get values from DynamicType.
setOkButtonEnabled(boolean) - Method in interface org.gephi.datalab.spi.DialogControls
Enable or disable the Ok button of the dialog for the UI.
setOnlyMatchWholeAttributeValue(boolean) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
setOutputStream(OutputStream) - Method in interface org.gephi.io.exporter.spi.ByteExporter
Set the stream where to export.
setParent(NodeDraft) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setPasswd(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
setPasswd(String) - Method in interface org.gephi.io.importer.api.Database
 
setPlayMode(TimelineModel.PlayMode) - Method in interface org.gephi.timeline.api.TimelineController
Sets the play mode.
setPlaySpeed(int) - Method in interface org.gephi.timeline.api.TimelineController
Sets the play delay in milliseconds.
setPlayStep(double) - Method in interface org.gephi.timeline.api.TimelineController
Sets the play step.
setPort(int) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
setPort(int) - Method in interface org.gephi.io.importer.api.Database
 
setProgressTicket(ProgressTicket) - Method in interface org.gephi.utils.longtask.spi.LongTask
Set the progress ticket for the long task.
setProjects(Projects) - Method in interface org.gephi.project.api.ProjectController
 
setPropertyEditorClass(Class<? extends PropertyEditor>) - Method in class org.gephi.filters.spi.FilterProperty
Sets the property editor class.
setR(float) - Method in interface org.gephi.graph.api.Renderable
Sets red color component for the element.
setReader(Reader) - Method in interface org.gephi.io.importer.spi.FileImporter
Sets the reader where characters can be retrieved.
setRegexPattern(Pattern) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
setRegionStart(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
setRenderer(Renderer) - Method in class org.gephi.preview.api.ManagedRenderer
 
setReport(Report) - Method in interface org.gephi.io.importer.api.Container
Set a report this container can use to report issues detected when loading the container.
setRunning(boolean) - Method in interface org.gephi.clustering.api.ClusteringModel
 
setSearchOptions(SearchReplaceController.SearchOptions) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
setSelected(boolean) - Method in interface org.gephi.graph.api.Model
 
setSelectedPartition(Partition) - Method in interface org.gephi.partition.api.PartitionController
 
setSelectedPartitioning(int) - Method in interface org.gephi.partition.api.PartitionController
 
setSelectedTransformerBuilder(TransformerBuilder) - Method in interface org.gephi.partition.api.PartitionController
 
setSize(float) - Method in interface org.gephi.graph.api.Renderable
Set size for the element
setSize(float) - Method in interface org.gephi.graph.api.TextData
Sets text size
setSize(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setSource(String) - Method in interface org.gephi.io.importer.api.Container
Set the source of the data put in the container.
setSource(NodeDraft) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setSource(Workspace, String) - Method in interface org.gephi.project.api.ProjectController
 
setSQLDriver(SQLDriver) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
setSQLDriver(SQLDriver) - Method in interface org.gephi.io.importer.api.Database
 
setStart(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
setStartingColumn(Integer) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
setStartingRow(Integer) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
setSubQuery(Query, Query) - Method in interface org.gephi.filters.api.FilterController
Sets subQuery as a child of query.
setTarget(NodeDraft) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setText(String) - Method in interface org.gephi.graph.api.TextData
Sets the text String
setTick(double) - Method in interface org.gephi.statistics.spi.DynamicStatistics
Sets the tick.
setTimeFormat(DynamicModel.TimeFormat) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the current time format.
setTimeFormat(DynamicModel.TimeFormat, Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the current time format.
setTimeFormat(DynamicModel.TimeFormat) - Method in interface org.gephi.io.importer.api.ContainerLoader
Sets the current Time Format for dynamic data, either DATE of DOUBLE.
setTimeIntervalMax(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
Sets the time value where the interval ends.
setTimeIntervalMin(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
Sets the time value where the interval starts.
settings() - Method in interface org.gephi.graph.api.GraphModel
Returns the model settings.
setTitle(String) - Method in interface org.gephi.project.api.ProjectMetaData
 
setType(EdgeDraft.EdgeType) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setUndirectedSumDirectedEdgesWeight(boolean) - Method in interface org.gephi.io.importer.api.Container
 
setup(Clusterer) - Method in interface org.gephi.clustering.spi.ClustererUI
 
setup(AttributeColumnsManipulator, AttributeTable, AttributeColumn, DialogControls) - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
Prepare this UI to be able to interact with its AttributeColumnsManipulator.
setup(AttributeTable, AttributeColumn[]) - Method in interface org.gephi.datalab.spi.columns.merge.AttributeColumnsMergeStrategy
Prepare columns (with their table) for this merge strategy.
setup(Edge[], Edge) - Method in interface org.gephi.datalab.spi.edges.EdgesManipulator
Prepare edges for this action.
setup(Manipulator, DialogControls) - Method in interface org.gephi.datalab.spi.ManipulatorUI
Prepare this UI to be able to interact with its Manipulator.
setup(Node[], Node) - Method in interface org.gephi.datalab.spi.nodes.NodesManipulator
Prepare nodes for this action.
setup(Attributes[], Attributes, AttributeColumn) - Method in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategy
Prepare column and rows for this merge strategy.
setup(AttributeRow, AttributeColumn) - Method in interface org.gephi.datalab.spi.values.AttributeValueManipulator
Prepare the AttributeValue data.
setup(Exporter) - Method in interface org.gephi.io.exporter.spi.ExporterUI
Link the UI to the exporter and therefore to settings values.
setup(Generator) - Method in interface org.gephi.io.generator.spi.GeneratorUI
Push the generator instance to get settings values.
setup(Importer) - Method in interface org.gephi.io.importer.spi.ImporterUI
Link the UI to the importer and therefore to settings values.
setup(WizardDescriptor.Panel) - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
Configure panel with previously remembered settings.
setup(Processor) - Method in interface org.gephi.io.processor.spi.ProcessorUI
Link the UI to the processor and therefore to settings values.
setup(Partition, Transformer) - Method in interface org.gephi.partition.spi.TransformerUI
 
setup(PreviewModel) - Method in interface org.gephi.preview.spi.PreviewUI
Initialization method called when a workspace is selected and a panel is about to be requested.
setup(Project) - Method in interface org.gephi.project.spi.ProjectPropertiesUI
 
setup(Statistics) - Method in interface org.gephi.statistics.spi.StatisticsUI
Push a statistics instance to the UI to load its settings.
setUpperBound(float) - Method in interface org.gephi.ranking.api.Transformer
Sets the upper filter bound.
setUseLocalScale(boolean) - Method in interface org.gephi.ranking.api.RankingController
Sets whether rankings use a local or a global scale.
setUseRegexReplaceMode(boolean) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
setUsername(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
setUsername(String) - Method in interface org.gephi.io.importer.api.Database
 
setValue(AttributeValue) - Method in interface org.gephi.data.attributes.api.AttributeRow
Sets a value for this row.
setValue(AttributeColumn, Object) - Method in interface org.gephi.data.attributes.api.AttributeRow
Sets a value at the specified column index.
setValue(String, Object) - Method in interface org.gephi.data.attributes.api.AttributeRow
Sets a value at the specified column index, if column is found.
setValue(int, Object) - Method in interface org.gephi.data.attributes.api.AttributeRow
Sets a value at the specified column index, if index is in range.
setValue(Object) - Method in interface org.gephi.filters.api.PropertyExecutor.Callback
 
setValue(FilterProperty, Object, PropertyExecutor.Callback) - Method in interface org.gephi.filters.api.PropertyExecutor
Set value on property in a safe way by using callback.
setValue(Object) - Method in class org.gephi.filters.spi.FilterProperty
Set property's value.
setValue(String, Object) - Method in interface org.gephi.graph.api.Attributes
Sets the value for a specified column.
setValue(int, Object) - Method in interface org.gephi.graph.api.Attributes
Sets the value for a specified column position.
setValue(Object) - Method in class org.gephi.preview.api.PreviewProperty
Sets this property value and return it.
setValues(AttributeRow) - Method in interface org.gephi.data.attributes.api.AttributeRow
Sets values from another row.
setVisible(boolean) - Method in interface org.gephi.graph.api.TextData
Sets visible state of the text
setVisible(boolean) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setVisible(boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setVisibleInterval(TimeInterval) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the time interval wrapped by the DynamicGraph of the current workspace.
setVisibleInterval(double, double) - Method in interface org.gephi.dynamic.api.DynamicController
Sets the time interval wrapped by the DynamicGraph of the current workspace.
setVisibleView(GraphView) - Method in interface org.gephi.graph.api.GraphModel
Sets the current visible view and nofity listeners the visible view changed.
setWeight(float) - Method in interface org.gephi.graph.api.Edge
Set the weight of the edge.
setWeight(float) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
setWindow(double) - Method in interface org.gephi.statistics.spi.DynamicStatistics
Sets the window duration
setWorkspace(Workspace) - Method in interface org.gephi.io.exporter.spi.Exporter
Sets the worksapce from where to export data
setWorkspace(Workspace) - Method in interface org.gephi.io.processor.spi.Processor
Sets the destination workspace for the data in the container.
setWriter(Writer) - Method in interface org.gephi.io.exporter.spi.CharacterExporter
Set the writer where to export.
setX(float) - Method in interface org.gephi.graph.api.Renderable
Set x coordinate for the element
setX(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setY(float) - Method in interface org.gephi.graph.api.Renderable
Set y coordinate for the element
setY(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
setZ(float) - Method in interface org.gephi.graph.api.Renderable
Set z coordinate for the element
setZ(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
ShortList - Class in org.gephi.data.attributes.type
Complex type that define a list of Short items.
ShortList(short[]) - Constructor for class org.gephi.data.attributes.type.ShortList
 
ShortList(Short[]) - Constructor for class org.gephi.data.attributes.type.ShortList
 
ShortList(String) - Constructor for class org.gephi.data.attributes.type.ShortList
 
ShortList(String, String) - Constructor for class org.gephi.data.attributes.type.ShortList
 
SHOW_EDGE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Label Boolean property defining whether to show edge labels.
SHOW_EDGES - Static variable in class org.gephi.preview.api.PreviewProperty
Edge Boolean property defining whether to show edges.
SHOW_NODE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
Node Label Boolean property defining whether to show node labels.
showAttributeRowsMergeStrategyUIDialog(AttributeRowsMergeStrategy) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
This method shows the UI of an AttributeRowsMergeStrategy if it is provided and the AttributeRowsMergeStrategy can be executed.
showPie(boolean) - Method in interface org.gephi.partition.api.PartitionController
 
size() - Method in class org.gephi.data.attributes.type.AbstractList
 
Spatial - Interface in org.gephi.graph.api
Spatial data interface.
SpigotImporter - Interface in org.gephi.io.importer.spi
Importers interface for importing data from spigots.
SpigotImporterBuilder - Interface in org.gephi.io.importer.spi
Importer builder specific for SpigotImporter.
start(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
Start the progress indication for indeterminate task.
start(ProgressTicket, int) - Static method in class org.gephi.utils.progress.Progress
Start the progress indication for a task with known number of steps.
start() - Method in interface org.gephi.utils.progress.ProgressTicket
Start the progress indication for indeterminate task.
start(int) - Method in interface org.gephi.utils.progress.ProgressTicket
Start the progress indication for a task with known number of steps.
startAutoTransform(Ranking, Transformer) - Method in interface org.gephi.ranking.api.RankingController
Starts an auto transformation using ranking and transformer.
startPlay() - Method in interface org.gephi.timeline.api.TimelineController
Starts the timeline animation using the current delay, step size and play mode.
startup() - Method in interface org.gephi.project.api.ProjectController
 
Statistics - Interface in org.gephi.statistics.spi
Define a Statistics/Metrics execution task, that performs analysis and write results as new attribute columns and/or HTML report.
StatisticsBuilder - Interface in org.gephi.statistics.spi
Statistics builder defines an statistics and is responsible for building new instances.
StatisticsController - Interface in org.gephi.statistics.api
Controller for executing Statistics/Metrics algorithms.
StatisticsModel - Interface in org.gephi.statistics.api
Hosts executed statistics reports.
StatisticsUI - Interface in org.gephi.statistics.spi
Statistics and Metrics UI integration information.
stopAutoTransform(Transformer) - Method in interface org.gephi.ranking.api.RankingController
Stops the auto transformation of transfromer.
stopLayout() - Method in interface org.gephi.layout.api.LayoutController
Stop the Layout's execution.
stopPlay() - Method in interface org.gephi.timeline.api.TimelineController
Stops the timeline animation.
storageEngineName() - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
Returns name of storage engine.
StringList - Class in org.gephi.data.attributes.type
Complex type that define a list of String items.
StringList(char[]) - Constructor for class org.gephi.data.attributes.type.StringList
Create a new string from a char array.
StringList(String[]) - Constructor for class org.gephi.data.attributes.type.StringList
Create a new string list with the given items.
StringList(String) - Constructor for class org.gephi.data.attributes.type.StringList
Create a new string list with items found in the given value.
StringList(String, String) - Constructor for class org.gephi.data.attributes.type.StringList
Create a new string list with items found using given separators.
sumNumbersMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the sum of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.
supportsCustomEditor() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor
 
supportsCustomEditor() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantOriginalColorPropertyEditor
 
supportsCustomEditor() - Method in class org.gephi.preview.types.propertyeditors.BasicEdgeColorPropertyEditor
 
SVG_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
 
SVGTarget - Interface in org.gephi.preview.api
Rendering target to SVG format.
switchToDeterminate(ProgressTicket, int) - Static method in class org.gephi.utils.progress.Progress
Currently indeterminate task can be switched to show percentage completed.
switchToDeterminate(int) - Method in interface org.gephi.utils.progress.ProgressTicket
Currently indeterminate task can be switched to show percentage completed.
switchToIndeterminate(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
Currently determinate task can be switched to indeterminate mode.
switchToIndeterminate() - Method in interface org.gephi.utils.progress.ProgressTicket
Currently determinate task can be switched to indeterminate mode.

T

taskFinished(LongTask) - Method in interface org.gephi.utils.longtask.api.LongTaskListener
 
TextData - Interface in org.gephi.graph.api
Contains all extended data related to text display.
TextDataFactory - Interface in org.gephi.graph.spi
Text data factory interface, implemented by other module that provide TextData instance.
thirdQuartileNumberMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
Merges any combination of number or number list columns, calculating the third quartile (Q3) of all not null values and puts the result of each row in a new column of BIGDECIMAL AttributeType.
TimeInterval - Class in org.gephi.data.attributes.type
Complex type for specifying time interval.
TimeInterval() - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a new DynamicType instance with no intervals.
TimeInterval(double, double, boolean, boolean) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a new DynamicType instance that contains a given interval.
TimeInterval(double, double) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a new DynamicType instance that contains a given interval [low, high].
TimeInterval(List<Interval>) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a new DynamicType instance with intervals given by List<Interval> in.
TimeInterval(TimeInterval) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a deep copy of source.
TimeInterval(TimeInterval, double, double, boolean, boolean) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a deep copy of source that contains a given interval.
TimeInterval(TimeInterval, double, double) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a deep copy of source that contains a given interval [low, high].
TimeInterval(TimeInterval, double, double, boolean, boolean, double, double, boolean, boolean) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a deep copy of source that contains a given interval [alow, ahigh].
TimeInterval(TimeInterval, double, double, double, double) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a deep copy of source that contains a given interval [alow, ahigh].
TimeInterval(TimeInterval, List<Interval>) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a deep copy of source with additional intervals given by List<Interval> in.
TimeInterval(TimeInterval, List<Interval>, List<Interval>) - Constructor for class org.gephi.data.attributes.type.TimeInterval
Constructs a deep copy of source with additional intervals given by List<Interval> in.
TIMEINTERVAL_COLUMN - Static variable in interface org.gephi.dynamic.api.DynamicModel
The name of the column containing time intervals.
TimelineChart - Interface in org.gephi.timeline.api
Sparkline type chart visible in the timeline, for instance the number of nodes over time.
TimelineController - Interface in org.gephi.timeline.api
Controls the timeline bounds and animation features.
TimelineModel - Interface in org.gephi.timeline.api
Timeline model which holds timeline bounds, interval and animation flags.
TimelineModel.PlayMode - Enum in org.gephi.timeline.api
Defines how the interval is moved when animating.
timelineModelChanged(TimelineModelEvent) - Method in interface org.gephi.timeline.api.TimelineModelListener
 
TimelineModelEvent - Class in org.gephi.timeline.api
Timeline model event.
TimelineModelEvent(TimelineModelEvent.EventType, TimelineModel, Object) - Constructor for class org.gephi.timeline.api.TimelineModelEvent
 
TimelineModelEvent.EventType - Enum in org.gephi.timeline.api
 
TimelineModelListener - Interface in org.gephi.timeline.api
Timeline model listener.
toArray() - Method in interface org.gephi.graph.api.EdgeIterable
Returns the content of the iterable directly as an array.
toArray() - Method in interface org.gephi.graph.api.NodeIterable
Returns the content of the iterable directly as an array.
toHexString(Color) - Method in interface org.gephi.preview.api.SVGTarget
Returns color in the hex format (e.g.
toInteger() - Method in enum org.gephi.io.importer.api.Issue.Level
 
Tool - Interface in org.gephi.tools.spi
Tools are functions for interacting with user inputs on the visualization window.
ToolController - Interface in org.gephi.tools.api
Controller for visualization toolbar.
ToolEventListener - Interface in org.gephi.tools.spi
Listeners used by Tool classes for receiving events from the visualization window like mouse click, mouse drag, node click etc.
ToolSelectionType - Enum in org.gephi.tools.spi
Enum setting for Tool implementations.
ToolUI - Interface in org.gephi.tools.spi
Tool's user interface attributes: name, description, icon and a properties bar.
TOP_ARROWS - Static variable in interface org.gephi.preview.api.SVGTarget
Default top element name for arrows
TOP_EDGE_LABELS - Static variable in interface org.gephi.preview.api.SVGTarget
Default top element name for edge labels
TOP_EDGE_LABELS_OUTLINE - Static variable in interface org.gephi.preview.api.SVGTarget
Default top element name for edge labels outline
TOP_EDGES - Static variable in interface org.gephi.preview.api.SVGTarget
Default top element name for edges
TOP_NODE_LABELS - Static variable in interface org.gephi.preview.api.SVGTarget
Default top element name for node labels
TOP_NODE_LABELS_OUTLINE - Static variable in interface org.gephi.preview.api.SVGTarget
Default top element name for node labels outline
TOP_NODES - Static variable in interface org.gephi.preview.api.SVGTarget
Default top element name for nodes
TOPOLOGY - Static variable in interface org.gephi.filters.api.FilterLibrary
Default Category for topological filters.
toString() - Method in enum org.gephi.data.attributes.api.AttributeType
 
toString() - Method in class org.gephi.data.attributes.type.AbstractList
 
toString(boolean) - Method in class org.gephi.data.attributes.type.DynamicType
Creates a string representation of all the intervals with their values.
toString() - Method in class org.gephi.data.attributes.type.DynamicType
Returns a string representation of this instance in a format <[low, high, value], ..., [low, high, value]>.
toString(boolean) - Method in class org.gephi.data.attributes.type.Interval
Creates a string representation of the interval with its value.
toString() - Method in class org.gephi.data.attributes.type.Interval
Returns a string representation of this interval in one of the formats: [low, high, value] (low, high, value] [low, high, value) (low, high, value)
toString(boolean) - Method in class org.gephi.data.attributes.type.IntervalTree
Creates a string representation of all the intervals with their values.
toString() - Method in class org.gephi.data.attributes.type.IntervalTree
Returns a string representation of this interval tree in a format <[low, high, value], ..., [low, high, value]>.
toString(boolean) - Method in class org.gephi.data.attributes.type.TimeInterval
 
toString() - Method in class org.gephi.data.attributes.type.TimeInterval
Returns a string representation of this instance in a format <[low, high], ..., [low, high]>.
toString() - Method in class org.gephi.filters.api.Range
 
toString() - Method in interface org.gephi.partition.api.Partition
 
toString() - Method in class org.gephi.preview.api.PreviewPreset
 
toStringTimesAsDates() - Method in class org.gephi.data.attributes.type.TimeInterval
Returns a string representation of this instance in a format <[low, high], ..., [low, high]>.
transform(Partition, Transformer) - Method in interface org.gephi.partition.api.PartitionController
 
transform(Partition) - Method in interface org.gephi.partition.spi.Transformer
 
transform(Ranking, Transformer) - Method in interface org.gephi.ranking.api.RankingController
Apply the transformation of transformer on ranking.
transform(Target, float) - Method in interface org.gephi.ranking.api.Transformer
Transforms target with normalizedValue between zero and one.
Transformer - Interface in org.gephi.partition.spi
 
Transformer<Target> - Interface in org.gephi.ranking.api
Transformers role is to transform nodes/edges numerical attributes to visual signs (e.g.
TransformerBuilder - Interface in org.gephi.partition.spi
 
TransformerBuilder - Interface in org.gephi.ranking.spi
Transformer builder, creating Transformer instances.
TransformerBuilder.Edge - Interface in org.gephi.partition.spi
 
TransformerBuilder.Node - Interface in org.gephi.partition.spi
 
TransformerUI - Interface in org.gephi.partition.spi
 
TransformerUI - Interface in org.gephi.ranking.spi
Transformer user interface.
trimToBounds(Number, Number, Number) - Static method in class org.gephi.filters.api.Range
 
type - Variable in class org.gephi.preview.api.PreviewMouseEvent
 
TypeConvertor - Class in org.gephi.data.attributes.type
Class responsible for type manipulation and creation needed in Attributes API.

U

UndirectedGraph - Interface in org.gephi.graph.api
Graph with only undirected edges.
ungroup(Partition) - Method in interface org.gephi.partition.api.PartitionController
 
ungroupCluster(Cluster) - Method in interface org.gephi.clustering.api.ClusteringController
 
ungroupNode(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Ungroups a node if it forms a group.
ungroupNodeRecursively(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
Ungroups a node if it forms a group and also ungroups all its descendant.
ungroupNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to ungroup every node un the array of nodes checking first they form a group.
ungroupNodes(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
Ungroup nodes in nodeGroup and destroy nodeGroup.
ungroupNodesRecursively(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
Tries to ungroup every node un the array of nodes checking first they form a group.
unNormalize(float) - Method in interface org.gephi.ranking.api.Ranking
Unnormalize normalizedValue and returns the original element value.
unregisterMask(FilterLibraryMask) - Method in interface org.gephi.filters.api.FilterLibrary
Unregisters mask in the library.
unselect(Workspace) - Method in interface org.gephi.project.api.WorkspaceListener
Notify another workspace will be selected.
unselect() - Method in interface org.gephi.tools.spi.Tool
Notify when this tool is unselected.
UnselectToolException - Exception in org.gephi.tools.spi
 
UnselectToolException() - Constructor for exception org.gephi.tools.spi.UnselectToolException
 
unsetup() - Method in interface org.gephi.clustering.spi.ClustererUI
 
unSetup() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
Called when the window is closed or accepted.
unSetup() - Method in interface org.gephi.datalab.spi.ManipulatorUI
Called when the dialog is closed, canceled or accepted.
unsetup(boolean) - Method in interface org.gephi.io.exporter.spi.ExporterUI
Notify UI the settings panel has been closed and that new values can be written.
unsetup() - Method in interface org.gephi.io.generator.spi.GeneratorUI
Notify UI that generator settings panel has been closed and that settings values can be written into current generator instance.
unsetup(boolean) - Method in interface org.gephi.io.importer.spi.ImporterUI
Notify UI the settings panel has been closed and that new values can be written.
unsetup(SpigotImporter, WizardDescriptor.Panel) - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
Notify UI the settings panel has been closed and that new values can be written.
unsetup() - Method in interface org.gephi.io.processor.spi.ProcessorUI
Notify UI the settings panel has been closed and that new values can be written.
unsetup() - Method in interface org.gephi.partition.spi.TransformerUI
 
unsetup() - Method in interface org.gephi.preview.spi.PreviewUI
Method called when the UI is unloaded and the panel to be destroyed.
unsetup(Project) - Method in interface org.gephi.project.spi.ProjectPropertiesUI
 
unsetup() - Method in interface org.gephi.statistics.spi.StatisticsUI
Notify the settings panel has been closed and that the settings values can be saved to the statistics instance.
updatePositionFlag() - Method in interface org.gephi.graph.api.Model
 
useLocalScale() - Method in interface org.gephi.ranking.api.RankingModel
Returns true if rankings are using the currently visible graph as a scale.

V

valueFactory() - Method in interface org.gephi.data.attributes.api.AttributeModel
Return the value factory.
valueOf(String) - Static method in enum org.gephi.data.attributes.api.AttributeEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.data.attributes.api.AttributeOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.data.attributes.api.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.data.attributes.api.Estimator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.data.properties.PropertiesColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.datalab.api.AttributeColumnsMergeStrategiesController.BooleanOperations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.dynamic.api.DynamicModel.TimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.dynamic.api.DynamicModelEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.filters.spi.AttributableFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.graph.api.GraphEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.io.importer.api.EdgeDefault
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.io.importer.api.EdgeDraft.EdgeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.io.importer.api.Issue.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.io.importer.api.PropertiesAssociations.EdgeProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.io.importer.api.PropertiesAssociations.NodeProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Button
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.preview.types.DependantColor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.preview.types.DependantOriginalColor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.preview.types.EdgeColor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.ranking.api.RankingEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.timeline.api.TimelineModel.PlayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.timeline.api.TimelineModelEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gephi.tools.spi.ToolSelectionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gephi.data.attributes.api.AttributeEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.data.attributes.api.AttributeOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.data.attributes.api.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.data.attributes.api.Estimator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.data.properties.PropertiesColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.datalab.api.AttributeColumnsMergeStrategiesController.BooleanOperations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.dynamic.api.DynamicModel.TimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.dynamic.api.DynamicModelEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.filters.spi.AttributableFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.graph.api.GraphEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.io.importer.api.EdgeDefault
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.io.importer.api.EdgeDraft.EdgeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.io.importer.api.Issue.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.io.importer.api.PropertiesAssociations.EdgeProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.io.importer.api.PropertiesAssociations.NodeProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Button
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.preview.api.PreviewMouseEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.preview.types.DependantColor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.preview.types.DependantOriginalColor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.preview.types.EdgeColor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.ranking.api.RankingEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.timeline.api.TimelineModel.PlayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.timeline.api.TimelineModelEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gephi.tools.spi.ToolSelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
VectorExporter - Interface in org.gephi.io.exporter.spi
Exporter interface for exporters that export vector graphics.
VectorFileExporterBuilder - Interface in org.gephi.io.exporter.spi
Exporter builder for vector file format support.
verify() - Method in interface org.gephi.io.importer.api.Container
This method must be called after the loading is complete and before unloading.
VISIBILITY_RATIO - Static variable in class org.gephi.preview.api.PreviewProperty
General Float property which indicates the ratio of the visible graph used in preview.
visibleView() - Method in interface org.gephi.graph.api.GraphEventData
Returns the current visible view.

W

WAITING - Static variable in interface org.gephi.partition.api.PartitionModel
 
Workspace - Interface in org.gephi.project.api
Workspace interface that internally stores, through its Lookup, various information and instances.
WorkspaceDuplicateProvider - Interface in org.gephi.project.spi
 
WorkspaceInformation - Interface in org.gephi.project.api
Hosts various information about a workspace the module is maintaining.
WorkspaceListener - Interface in org.gephi.project.api
Workspace event listener.
WorkspacePersistenceProvider - Interface in org.gephi.project.spi
Interface modules implement to notify the system they can read/write part of the .gephi project file to serialize states and data.
WorkspaceProvider - Interface in org.gephi.project.api
Maintains workspaces list for projects, and the currently selected workspace.
wrapToTreeNode() - Method in interface org.gephi.graph.api.HierarchicalGraph
Returns the hierarchy tree of all nodes in the form of a TreeNode.
writeCSVFile(AttributeTable, File, Character, Charset, Integer[], Attributable[]) - Static method in class org.gephi.datalab.api.datatables.AttributeTableCSVExporter
Export a AttributeTable to the specified file.
writeLock() - Method in interface org.gephi.graph.api.Graph
Acquires a write lock on the graph.
writeUnlock() - Method in interface org.gephi.graph.api.Graph
Release the write lock on the graph.
writeXML(XMLStreamWriter, Workspace) - Method in interface org.gephi.project.spi.WorkspacePersistenceProvider
This is automatically called when saving a project file.

X

x() - Method in interface org.gephi.graph.api.Spatial
Get x coordinate for the element.
x - Variable in class org.gephi.preview.api.PreviewMouseEvent
 

Y

y() - Method in interface org.gephi.graph.api.Spatial
Get y coordinate for the element.
y - Variable in class org.gephi.preview.api.PreviewMouseEvent
 

Z

z() - Method in interface org.gephi.graph.api.Spatial
Get z coordinate for the element.
zoomMinus() - Method in interface org.gephi.preview.api.ProcessingTarget
Zooms out
zoomPlus() - Method in interface org.gephi.preview.api.ProcessingTarget
Zooms in
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2007-2012 Gephi Consortium. All Rights Reserved.