- g() - Method in interface org.gephi.graph.api.ElementProperties
 
- 
Returns the green color component between zero and one.
 
- G2D_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
 
-  
 
- G2DTarget - Interface in org.gephi.preview.api
 
- 
Rendering target to Java2d.
 
- 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.
 
- get(Column, Object) - Method in interface org.gephi.graph.api.Index
 
- 
Gets an Iterable of all elements in the index with value in the
 given column.
 
- get(double) - Method in interface org.gephi.graph.api.TimeIndex
 
- 
Returns all elements at the given timestamp.
 
- get(Interval) - Method in interface org.gephi.graph.api.TimeIndex
 
- 
Returns all elements between the given interval (bounds included).
 
- get(Interval, Estimator) - Method in class org.gephi.graph.api.types.IntervalMap
 
-  
 
- get(Interval, T) - Method in class org.gephi.graph.api.types.IntervalMap
 
-  
 
- get(Interval, Estimator) - Method in interface org.gephi.graph.api.types.TimeMap
 
- 
Get the estimated value for the given interval.
 
- get(K, V) - Method in interface org.gephi.graph.api.types.TimeMap
 
- 
Get the value for the given key.
 
- get(Double, T) - Method in class org.gephi.graph.api.types.TimestampMap
 
-  
 
- get(Interval, Estimator) - Method in class org.gephi.graph.api.types.TimestampMap
 
-  
 
- getAddedColumns() - Method in interface org.gephi.graph.api.TableDiff
 
- 
Gets all added columns.
 
- getAddedEdges() - Method in interface org.gephi.graph.api.GraphDiff
 
- 
Gets all added edges.
 
- getAddedNodes() - Method in interface org.gephi.graph.api.GraphDiff
 
- 
Gets all added nodes.
 
- getAlpha() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns the alpha (transparency) component between zero and one.
 
- getArchivedFile(FileObject) - Static method in class org.gephi.io.importer.api.ImportUtils
 
-  
 
- getAsText() - Method in class org.gephi.preview.types.editors.BasicDependantColorPropertyEditor
 
-  
 
- getAsText() - Method in class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
 
-  
 
- getAsText() - Method in class org.gephi.preview.types.editors.BasicEdgeColorPropertyEditor
 
-  
 
- getAttribute(String) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given key.
 
- getAttribute(Column) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given column.
 
- getAttribute(String, double) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given key and timestamp.
 
- getAttribute(Column, double) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given column and timestamp.
 
- getAttribute(String, Interval) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given key and interval.
 
- getAttribute(Column, Interval) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given column and interval.
 
- getAttribute(String, GraphView) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given key and graph view.
 
- getAttribute(Column, GraphView) - Method in interface org.gephi.graph.api.Element
 
- 
Gets the attribute for the given column and graph view.
 
- getAttribute(String) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the attribute value for the given key.
 
- getAttribute(String, double) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the attribute for the given key and timestamp
 
- getAttributeColumns() - Method in interface org.gephi.graph.api.Element
 
- 
Returns the columns.
 
- 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
 
- getAttributeKeys() - Method in interface org.gephi.graph.api.Element
 
- 
Returns the column identifier keys.
 
- getAttributeKeys() - Method in interface org.gephi.graph.api.Graph
 
- 
Gets all attribute keys.
 
- 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(Column) - Method in interface org.gephi.graph.api.Element
 
- 
Returns an iterable over all the keys and values over time for the given
 column.
 
- getAttributes() - Method in interface org.gephi.graph.api.Element
 
- 
Returns all the attribute values in an array.
 
- 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
 
- 
Returns the author of this project.
 
- getB() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns the blue color component between zero and one.
 
- getBaseFont(Font) - Method in interface org.gephi.preview.api.PDFTarget
 
- 
Get a the equivalent in iText of the Java font.
 
- getBoolean(Interval) - Method in class org.gephi.graph.api.types.IntervalBooleanMap
 
- 
Get the value for the given interval.
 
- getBoolean(Interval, boolean) - Method in class org.gephi.graph.api.types.IntervalBooleanMap
 
- 
Get the value for the given interval.
 
- getBoolean(double) - Method in class org.gephi.graph.api.types.TimestampBooleanMap
 
- 
Get the value for the given timestamp.
 
- getBoolean(double, boolean) - Method in class org.gephi.graph.api.types.TimestampBooleanMap
 
- 
Get the value for the given timestamp.
 
- 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.filters.api.Query
 
- 
Returns the filter builder that creates the filter this query is
 wrapping.
 
- 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.
 
- getByte(Interval) - Method in class org.gephi.graph.api.types.IntervalByteMap
 
- 
Get the value for the given interval.
 
- getByte(Interval, byte) - Method in class org.gephi.graph.api.types.IntervalByteMap
 
- 
Get the value for the given interval.
 
- getByte(double) - Method in class org.gephi.graph.api.types.TimestampByteMap
 
- 
Get the value for the given timestamp.
 
- getByte(double, byte) - Method in class org.gephi.graph.api.types.TimestampByteMap
 
- 
Get the value for the given timestamp.
 
- getBzipFile(FileObject, File, boolean) - Static method in class org.gephi.io.importer.api.ImportUtils
 
-  
 
- getCanonicalName() - Method in class org.gephi.layout.spi.LayoutProperty
 
-  
 
- getCanvasSize(Item, PreviewProperties) - Method in interface org.gephi.preview.spi.Renderer
 
- 
Compute the canvas size of the item to render.
 
- getCategory() - Method in interface org.gephi.appearance.spi.TransformerUI
 
- 
Returns the transformer category.
 
- 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.
 
- getCharacter(Interval) - Method in class org.gephi.graph.api.types.IntervalCharMap
 
- 
Get the value for the given interval.
 
- getCharacter(Interval, char) - Method in class org.gephi.graph.api.types.IntervalCharMap
 
- 
Get the value for the given interval.
 
- getCharacter(double) - Method in class org.gephi.graph.api.types.TimestampCharMap
 
- 
Get the value for the given timestamp.
 
- getCharacter(double, char) - Method in class org.gephi.graph.api.types.TimestampCharMap
 
- 
Get the value for the given timestamp.
 
- 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.
 
- getChildrenSlotsCount() - Method in interface org.gephi.filters.api.Query
 
- 
Returns the limit number of children this query can have.
 
- getColor(Object) - Method in interface org.gephi.appearance.api.Partition
 
- 
Returns the color for the given value.
 
- getColor() - Method in interface org.gephi.graph.api.ElementProperties
 
- 
Returns the color.
 
- getColor() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns the color.
 
- getColor() - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Returns the element's color.
 
- 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() - Method in interface org.gephi.appearance.api.AttributeFunction
 
- 
Returns the column this function finds its value from.
 
- getColumn() - Method in interface org.gephi.appearance.api.Partition
 
- 
Returns the column associated with this partition.
 
- getColumn() - Method in interface org.gephi.graph.api.ColumnObserver
 
- 
Gets the column this observer belongs to.
 
- getColumn(int) - Method in interface org.gephi.graph.api.Table
 
- 
Returns the column at the given index.
 
- getColumn(String) - Method in interface org.gephi.graph.api.Table
 
- 
Returns the column with the given identifier.
 
- getColumn() - Method in interface org.gephi.timeline.api.TimelineChart
 
- 
The attribute column used to create this chart.
 
- getColumnNumbers(Table, Column) - 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.io.importer.api.ElementDraft
 
-  
 
- getColumnsToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
- 
Returns columns indexes to search
 
- getConfiguration() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the current configuration.
 
- 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.
 
- getControl1() - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
 
-  
 
- getControl2() - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
 
-  
 
- getControlButton() - Method in interface org.gephi.appearance.spi.TransformerUI
 
- 
Returns the control buttons associated with this transformer.
 
- getCurrentProject() - Method in interface org.gephi.project.api.ProjectController
 
-  
 
- getCurrentProject() - Method in interface org.gephi.project.api.Projects
 
- 
Returns the current project or null if missing.
 
- 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
 
- 
Returns the current workspace or null if none.
 
- 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(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, connection 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.datalab.api.DataLaboratoryHelper
 
-  
 
- getDefaultValue() - Method in interface org.gephi.graph.api.Column
 
- 
Returns the column's default value, or null if not set.
 
- getDefaultValue() - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Gets the column's default value.
 
- getDegree(Node) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the node degree.
 
- 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.appearance.spi.TransformerUI
 
- 
Returns the transformer's description.
 
- 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 this 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
 
- 
Returns the description of this project.
 
- getDescription() - Method in interface org.gephi.tools.spi.ToolUI
 
- 
Returns the tool's description.
 
- getDiff() - Method in interface org.gephi.graph.api.GraphObserver
 
- 
Gets the graph difference.
 
- getDiff() - Method in interface org.gephi.graph.api.TableObserver
 
- 
Gets the table difference.
 
- getDirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the full graph with the directed interface.
 
- getDirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the directed graph for the given graph view.
 
- getDirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the visible graph with the directed interface.
 
- getDirection() - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Returns this edge's direction setting.
 
- getDisplayName() - Method in interface org.gephi.appearance.spi.TransformerCategory
 
- 
Returns the transformer category display name.
 
- getDisplayName() - Method in interface org.gephi.appearance.spi.TransformerUI
 
- 
Returns the transformer's display name.
 
- 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's name.
 
- 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.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
 
- getDouble(Interval) - Method in class org.gephi.graph.api.types.IntervalDoubleMap
 
- 
Get the value for the given interval.
 
- getDouble(Interval, double) - Method in class org.gephi.graph.api.types.IntervalDoubleMap
 
- 
Get the value for the given interval.
 
- getDouble(double) - Method in class org.gephi.graph.api.types.TimestampDoubleMap
 
- 
Get the value for the given timestamp index.
 
- getDouble(double, double) - Method in class org.gephi.graph.api.types.TimestampDoubleMap
 
- 
Get the value for the given timestamp index.
 
- 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.
 
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the edge adjacent to source and target.
 
- getEdge(Node, Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the edge adjacent to source and target with an edge of the given
 type.
 
- getEdge(Object) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets an edge by its identifier.
 
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the edge adjacent to node1 and node2.
 
- getEdge(Node, Node, int) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the edge adjacent to node1 and node2 and from the given type.
 
- getEdge(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Returns the edge with the given id, or null if
 not found.
 
- getEdgeColumn(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Returns the edge column draft with key as identifier.
 
- getEdgeColumn(String) - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
- 
Returns the edge column draft with key as identifier.
 
- getEdgeColumns() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getEdgeCount() - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the number of edges in the graph.
 
- getEdgeCount(int) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the number of edges of the given type in the graph.
 
- getEdgeCount() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getEdgeDefault() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getEdgeFunction(Graph, Column, Class<? extends Transformer>) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns the node function for the given column and transformer.
 
- getEdgeFunction(Graph, AppearanceModel.GraphFunction, Class<? extends Transformer>) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns the edge function for the given graph function identifier and
 transformer.
 
- getEdgeFunctions(Graph) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns all edge functions for the given graph.
 
- getEdgeIdType() - Method in class org.gephi.graph.api.Configuration
 
- 
Returns the edge id type.
 
- getEdgeIndex() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the edge index.
 
- getEdgeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the edge index for the given graph view.
 
- getEdgeLabelType() - Method in class org.gephi.graph.api.Configuration
 
- 
Returns the edge label type.
 
- getEdgePartition(Graph, Column) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns the edge partition for this graph and column.
 
- getEdgeProperty(String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
-  
 
- getEdgePropertyTitle(PropertiesAssociations.EdgeProperties) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
-  
 
- getEdges() - Method in interface org.gephi.graph.api.Graph
 
- 
Gets all the edges in the graph.
 
- getEdges(Node) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets all edges incident to a given node.
 
- getEdges(Node, int) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets all edges incident to a given node with the given edge type.
 
- getEdges() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- 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.
 
- getEdgesMergeStrategy() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getEdgesToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
- 
Getters and setters
 
- getEdgeTable() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the edge table.
 
- getEdgeTimeIndex() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the edge time index.
 
- getEdgeTimeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the edge time index for the given view.
 
- getEdgeType(Object) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the edge type for the given label.
 
- getEdgeTypeCount() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the number of different edge types.
 
- getEdgeTypeLabel(int) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the edge label associated with the given type.
 
- getEdgeTypeLabelClass() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getEdgeTypeLabels() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the edge type labels.
 
- getEdgeTypes() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the edge types.
 
- getEdgeWeightType() - Method in class org.gephi.graph.api.Configuration
 
- 
Returns the edge weight type.
 
- getElementClass() - Method in interface org.gephi.appearance.api.Function
 
- 
Returns the element class this function will be applied to.
 
- getElementClass() - Method in interface org.gephi.graph.api.Table
 
- 
The element class of this column.
 
- getElementCount() - Method in interface org.gephi.appearance.api.Partition
 
- 
Returns the number of elements that have a value in this partition.
 
- getElementIdType() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- 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.graph.api.Column
 
- 
Returns the estimator for this column
 
- 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
 
- 
Returns the file associated with this project.
 
- 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
 
- 
Returns the filename associated with this project.
 
- 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.
 
- getFloat(Interval) - Method in class org.gephi.graph.api.types.IntervalFloatMap
 
- 
Get the value for the given interval.
 
- getFloat(Interval, float) - Method in class org.gephi.graph.api.types.IntervalFloatMap
 
- 
Get the value for the given interval.
 
- getFloat(double) - Method in class org.gephi.graph.api.types.TimestampFloatMap
 
- 
Get the value for the given timestamp.
 
- getFloat(double, float) - Method in class org.gephi.graph.api.types.TimestampFloatMap
 
- 
Get the value for the given timestamp.
 
- 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.TextProperties
 
- 
Returns the green color component between zero and one.
 
- 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.appearance.api.Function
 
- 
Returns the graph this function is based on.
 
- getGraph() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the full graph.
 
- getGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the graph for the given graph view.
 
- getGraph() - Method in interface org.gephi.graph.api.GraphObserver
 
- 
Gets the graph this observer is observing.
 
- getGraphics() - Method in interface org.gephi.preview.api.G2DTarget
 
- 
Returns the current graphics object.
 
- getGraphicsCanvasSize() - Method in interface org.gephi.preview.api.PreviewModel
 
- 
Computes the graphics canvas size.
 
- getGraphInterval() - Method in interface org.gephi.io.importer.api.ElementDraft
 
-  
 
- getGraphModel() - Method in interface org.gephi.graph.api.GraphController
 
- 
Returns the graph model for the current workspace, or null
 if project is empty.
 
- getGraphModel(Workspace) - Method in interface org.gephi.graph.api.GraphController
 
- 
Returns the graph model for the given workspace.
 
- getGraphModel() - Method in interface org.gephi.graph.api.GraphView
 
- 
Gets the graph model this view belongs to.
 
- getGraphTimestamp() - Method in interface org.gephi.io.importer.api.ElementDraft
 
-  
 
- getGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Get the visible graph.
 
- getGzFile(FileObject, File, boolean) - Static method in class org.gephi.io.importer.api.ImportUtils
 
-  
 
- getHeight() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns the text's height.
 
- getHeight() - Method in class org.gephi.preview.api.CanvasSize
 
- 
Returns the canvas height.
 
- getHeight() - Method in interface org.gephi.preview.api.G2DTarget
 
-  
 
- getHigh() - Method in class org.gephi.graph.api.Interval
 
- 
Returns the right endpoint.
 
- getHost() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
-  
 
- getHost() - Method in interface org.gephi.io.importer.api.Database
 
-  
 
- getIcon() - Method in interface org.gephi.appearance.spi.TransformerCategory
 
- 
Returns the transformer category icon.
 
- getIcon() - Method in interface org.gephi.appearance.spi.TransformerUI
 
- 
Returns the transformer's icon.
 
- 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.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.tools.spi.ToolUI
 
- 
Returns the tool icon, for the toobar.
 
- getId() - Method in enum org.gephi.appearance.api.AppearanceModel.GraphFunction
 
-  
 
- getId() - Method in interface org.gephi.graph.api.Column
 
- 
Returns the column id, a unique identifier.
 
- getId() - Method in interface org.gephi.graph.api.Element
 
- 
Returns the identifier.
 
- getId() - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Gets the column's identifier.
 
- getId() - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Returns the element's id.
 
- getId() - Method in interface org.gephi.project.api.Workspace
 
- 
Returns the workspace unique identifier
 
- getIdentifier() - Method in interface org.gephi.project.spi.WorkspacePersistenceProvider
 
- 
Unique identifier for your WorkspacePersistenceProvider.
 
- getImage() - Method in interface org.gephi.preview.api.G2DTarget
 
-  
 
- getInDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the edge's in-degree.
 
- getIndex() - Method in interface org.gephi.graph.api.Column
 
- 
Returns the column's integer index, which is the position of the column
 in the store.
 
- getIndexClass() - Method in interface org.gephi.graph.api.Index
 
- 
Returns the element type of this index.
 
- getIndexName() - Method in interface org.gephi.graph.api.Index
 
- 
Returns the name of this index.
 
- getInEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's incoming edges.
 
- getInEdges(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's incoming edges for the given type.
 
- getInfos() - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
-  
 
- getInputCount() - Method in interface org.gephi.filters.spi.Operator
 
-  
 
- getInteger(Interval) - Method in class org.gephi.graph.api.types.IntervalIntegerMap
 
- 
Get the value for the given interval.
 
- getInteger(Interval, int) - Method in class org.gephi.graph.api.types.IntervalIntegerMap
 
- 
Get the value for the given interval.
 
- getInteger(double) - Method in class org.gephi.graph.api.types.TimestampIntegerMap
 
- 
Get the value for the given timestamp.
 
- getInteger(double, int) - Method in class org.gephi.graph.api.types.TimestampIntegerMap
 
- 
Get the value for the given timestamp.
 
- getInterpolator() - Method in interface org.gephi.appearance.api.RankingFunction
 
- 
Returns the interpolator.
 
- getInterval() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getIntervalEnd() - Method in interface org.gephi.timeline.api.TimelineModel
 
- 
Returns the upper bound of the interval.
 
- getIntervalMapType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the dynamic timestamp map value type for the given type.
 
- getIntervals() - Method in interface org.gephi.graph.api.Element
 
- 
Returns all the intervals this element belong to.
 
- getIntervals() - Method in class org.gephi.graph.api.types.IntervalMap
 
- 
Returns an array of all intervals in this set.
 
- getIntervals() - Method in class org.gephi.graph.api.types.IntervalSet
 
- 
Returns an array of all intervals in this set in a flat format.
 
- 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(int) - Method in class org.gephi.io.importer.api.Report
 
- 
Returns all issues written in the report.
 
- 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) - Method in interface org.gephi.preview.spi.ItemBuilder
 
- 
Build items from the
 graph.
 
- getKeys() - Method in interface org.gephi.preview.api.Item
 
- 
Returns all the keys.
 
- getKeywords() - Method in interface org.gephi.project.api.ProjectMetaData
 
- 
Returns the keywords of this project.
 
- getLabel() - Method in interface org.gephi.graph.api.Element
 
- 
Returns the label.
 
- getLabel() - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Returns the element's label.
 
- getLabelColor() - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Returns the label's color.
 
- getLabelSize() - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Returns the label's size.
 
- 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.NodeProperties
 
- 
Returns the layout-specific data, if any.
 
- getLevel() - Method in class org.gephi.io.importer.api.Issue
 
- 
Returns this issue's level.
 
- getLibrary() - Method in interface org.gephi.filters.api.FilterModel
 
- 
 
- 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
 
- 
Gets the container loading interface.
 
- getLong(Interval) - Method in class org.gephi.graph.api.types.IntervalLongMap
 
- 
Get the value for the given interval.
 
- getLong(Interval, long) - Method in class org.gephi.graph.api.types.IntervalLongMap
 
- 
Get the value for the given interval.
 
- getLong(double) - Method in class org.gephi.graph.api.types.TimestampLongMap
 
- 
Get the value for the given timestamp.
 
- getLong(double, long) - Method in class org.gephi.graph.api.types.TimestampLongMap
 
- 
Get the value for the given timestamp.
 
- 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.graph.api.Interval
 
- 
Returns the left endpoint.
 
- getLowerBound() - Method in class org.gephi.filters.api.Range
 
-  
 
- 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() - Method in interface org.gephi.timeline.api.TimelineModel
 
- 
Returns the max value of the time scale.
 
- getMaxEdgeStoreId() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the maximum store id number edges have in this model.
 
- getMaximum() - Method in class org.gephi.filters.api.Range
 
-  
 
- getMaxNodeStoreId() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the maximum store id number nodes have in this model.
 
- getMaxTimestamp() - Method in interface org.gephi.graph.api.TimeIndex
 
- 
Returns the maximum timestamp in this index.
 
- getMaxValue() - Method in interface org.gephi.appearance.api.Ranking
 
- 
Returns the maximum value in this ranking.
 
- getMaxValue(Column) - Method in interface org.gephi.graph.api.Index
 
- 
Returns the maximum value in the given column.
 
- getMaxX() - Method in class org.gephi.preview.api.CanvasSize
 
- 
Returns the x coordinate of the bottom right position.
 
- getMaxX() - Method in interface org.gephi.timeline.api.TimelineChart
 
- 
Returns the max X value.
 
- getMaxY() - Method in class org.gephi.preview.api.CanvasSize
 
- 
Returns the y coordinate of the bottom right position.
 
- getMaxY() - Method in interface org.gephi.timeline.api.TimelineChart
 
- 
Returns the max Y value.
 
- getMessage() - Method in class org.gephi.io.importer.api.Issue
 
- 
Returns this issue's message.
 
- 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
 
-  
 
- getMinTimestamp() - Method in interface org.gephi.graph.api.TimeIndex
 
- 
Returns the minimum timestamp in this index.
 
- getMinValue() - Method in interface org.gephi.appearance.api.Ranking
 
- 
Returns the minimum value in this ranking.
 
- getMinValue(Column) - Method in interface org.gephi.graph.api.Index
 
- 
Returns the minimum value in the given column.
 
- 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.
 
- 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.appearance.api.AppearanceController
 
- 
Returns the appearance model for the current workspace.
 
- getModel(Workspace) - Method in interface org.gephi.appearance.api.AppearanceController
 
- 
Returns the appearance 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.Graph
 
- 
Returns the model this graph belongs to.
 
- getModel() - Method in interface org.gephi.layout.api.LayoutController
 
- 
Returns the model of the currently selected 
Workspace.
 
 
- 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.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
 
- getModifiedColumns() - Method in interface org.gephi.graph.api.TableDiff
 
- 
Returns all columns that have been modified.
 
- getMutualEdge(Edge) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the edge in the other direction of the given edge.
 
- 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.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
 
- 
Returns the name of the project.
 
- getName() - Method in interface org.gephi.project.api.WorkspaceInformation
 
- 
Returns the name of the workspace.
 
- 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
 
- 
Gets all neighbors of a given node.
 
- getNeighbors(Node, int) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets all neighbors of a given node connected through the given edge type.
 
- getNode(Object) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets a node given its identifier.
 
- 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.
 
- getNodeColumn(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Returns the node column draft with key as identifier.
 
- getNodeColumn(String) - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
- 
Returns the node column draft with key as identifier.
 
- getNodeColumns() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getNodeCount() - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the number of nodes in the graph.
 
- getNodeCount() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getNodeEdges(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
 
- 
Prepares and returns an array with the edges incident to the specified node.
 
- getNodeFunction(Graph, Column, Class<? extends Transformer>) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns the node function for the given column and transformer.
 
- getNodeFunction(Graph, AppearanceModel.GraphFunction, Class<? extends Transformer>) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns the node function for the given graph function identifier and
 transformer.
 
- getNodeFunctions(Graph) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns all node functions for the given graph.
 
- getNodeIdType() - Method in class org.gephi.graph.api.Configuration
 
- 
Returns the node id type.
 
- getNodeIndex() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the node index.
 
- getNodeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the node index for the given graph view.
 
- getNodeNeighbours(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
 
- 
Prepares and returns an array with the neighbour nodes of the specified node.
 
- getNodePartition(Graph, Column) - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns the node partition for this graph and column.
 
- getNodeProperty(String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
-  
 
- getNodePropertyTitle(PropertiesAssociations.NodeProperties) - Method in class org.gephi.io.importer.api.PropertiesAssociations
 
-  
 
- getNodes() - Method in interface org.gephi.graph.api.Graph
 
- 
Gets all the nodes in the graph.
 
- getNodes() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- 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
 
-  
 
- getNodeTable() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the node table.
 
- getNodeTimeIndex() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the node time index.
 
- getNodeTimeIndex(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the node time index for the given view.
 
- getNumberOrNumberListColumnStatistics(Table, Column) - 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.
 
- getOpposite(Node, Edge) - Method in interface org.gephi.graph.api.Graph
 
- 
Gets the node at the opposite end of the given edge.
 
- getOrigin() - Method in interface org.gephi.graph.api.Column
 
- 
Returns the column's data origin.
 
- getOutDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the edge's out-degree.
 
- getOutEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's outgoing edges.
 
- getOutEdges(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's incoming edges for the given type.
 
- getPageSize() - Method in interface org.gephi.preview.api.PDFTarget
 
- 
Returns the page's size.
 
- getPanel(Function) - Method in interface org.gephi.appearance.spi.TransformerUI
 
- 
Returns the transformer panel for the given function.
 
- 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.preview.spi.PreviewUI
 
- 
Returns the JPanel component to be displayed.
 
- getPanel() - Method in interface org.gephi.project.spi.ProjectPropertiesUI
 
-  
 
- 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.
 
- getParentProperties(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
 
- 
Returns all properties property defined as dependencies.
 
- getPartition() - Method in interface org.gephi.appearance.api.PartitionFunction
 
- 
Returns the partition configuration associated with this function.
 
- getPasswd() - Method in class org.gephi.io.importer.api.AbstractDatabase
 
-  
 
- getPasswd() - Method in interface org.gephi.io.importer.api.Database
 
-  
 
- 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's relative position.
 
- getPredecessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's predecessors.
 
- getPredecessors(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's predecessors through a specific edge type.
 
- getPrimitiveArray(Object[]) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the primitive array given a wrapped primitive array.
 
- getPrimitiveType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the primitive type for the given wrapped primitive.
 
- getProject() - Method in interface org.gephi.project.api.ProjectInformation
 
- 
Returns the project this information class belongs to.
 
- getProject() - Method in interface org.gephi.project.api.Workspace
 
- 
Returns the project this workspace belong to
 
- getProjects() - Method in interface org.gephi.project.api.ProjectController
 
-  
 
- getProjects() - Method in interface org.gephi.project.api.Projects
 
- 
Returns an array of all 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 tools 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.
 
- 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.TextProperties
 
- 
Returns the red color component between zero and one.
 
- getRangeProperty() - Method in interface org.gephi.filters.spi.RangeFilter
 
-  
 
- getRangeType() - Method in class org.gephi.filters.api.Range
 
-  
 
- getRanking() - Method in interface org.gephi.appearance.api.RankingFunction
 
- 
Returns the ranking configuration associated with this function.
 
- 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.graph.api.TableDiff
 
- 
Gets all removed columns.
 
- getRemovedEdges() - Method in interface org.gephi.graph.api.GraphDiff
 
- 
Gets all removed edges.
 
- getRemovedNodes() - Method in interface org.gephi.graph.api.GraphDiff
 
- 
Gets all removed nodes.
 
- 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 it 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.
 
- getRGBA() - Method in interface org.gephi.graph.api.ElementProperties
 
- 
Returns the RGBA color.
 
- getRGBA() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns the RGBA color.
 
- getRootGraph() - Method in interface org.gephi.graph.api.Subgraph
 
- 
Return the root graph this subgraph is based on.
 
- getRowNumbers(Element, Column[]) - 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(Element[], Column) - 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.
 
- getScaling() - Method in interface org.gephi.preview.api.G2DTarget
 
-  
 
- 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.
 
- getSelectedLayout() - Method in interface org.gephi.layout.api.LayoutModel
 
- 
Returns the currently selected layout or null if no
 layout is selected.
 
- getSelectedPerspective() - Method in interface org.gephi.perspective.api.PerspectiveController
 
- 
Returns the selected perspective or null if no perspective
 is selected.
 
- getSelectionType() - Method in interface org.gephi.tools.spi.Tool
 
- 
Returns the tool type of selection interaction.
 
- getSelfLoops() - Method in interface org.gephi.graph.api.Graph
 
- 
Gets all the self-loop edges in the graph.
 
- 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.
 
- getShort(Interval) - Method in class org.gephi.graph.api.types.IntervalShortMap
 
- 
Get the value for the given interval.
 
- getShort(Interval, short) - Method in class org.gephi.graph.api.types.IntervalShortMap
 
- 
Get the value for the given interval.
 
- getShort(double) - Method in class org.gephi.graph.api.types.TimestampShortMap
 
- 
Get the value for the given timestamp.
 
- getShort(double, short) - Method in class org.gephi.graph.api.types.TimestampShortMap
 
- 
Get the value for the given timestamp.
 
- 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.TextProperties
 
- 
Returns the size.
 
- getSize() - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Returns this node's size.
 
- getSortedValues() - Method in interface org.gephi.appearance.api.Partition
 
- 
 
- getSource() - Method in interface org.gephi.graph.api.Edge
 
- 
Returns the egde's source.
 
- 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.EdgeDraft
 
- 
Get edge's source.
 
- 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
 
- 
Returns the workspace's source or null if missing.
 
- 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
 
-  
 
- getStandardizedType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the standardized type for the given type class.
 
- 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(Class<? extends TimeMap>) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the static type for the given time map type.
 
- 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.
 
- getStoreId() - Method in interface org.gephi.graph.api.Element
 
- 
Returns the location of this element in the store.
 
- getStringValue(String) - Method in class org.gephi.preview.api.PreviewProperties
 
- 
Returns the property value as an string.
 
- getSubItems() - Method in interface org.gephi.datalab.spi.ContextMenuItemManipulator
 
- 
This is optional.
 
- getSuccessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's successors.
 
- getSuccessors(Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Gets the node's successors through a specific edge type.
 
- getSupportedTypes() - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the set of types supported.
 
- getTable() - Method in interface org.gephi.graph.api.Column
 
- 
Returns the table this column belong to.
 
- getTable() - Method in interface org.gephi.graph.api.TableObserver
 
- 
Gets the table this observer belongs to.
 
- getTableAttributeRows(Table) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
- 
Returns all rows of a given table (node or edges table).
 
- getTableRowsCount(Table) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
- 
Counts the number of rows of a table (nodes or edges table) and returns the result.
 
- getTarget() - Method in interface org.gephi.graph.api.Edge
 
- 
Returns the edge's target.
 
- getTarget() - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Get edge's target.
 
- getText() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns the text.
 
- getText() - Method in class org.gephi.io.importer.api.Report
 
- 
Returns the report logs and issues, presented as basic multi-line text.
 
- getTextProperties() - Method in interface org.gephi.graph.api.ElementProperties
 
- 
Returns the text properties.
 
- 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
 
- 
Returns this issue's throwable.
 
- getTick() - Method in interface org.gephi.statistics.spi.DynamicStatistics
 
- 
Returns the tick.
 
- getTimeBounds() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the time bounds.
 
- getTimeBounds(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the time bounds for the given graph view.
 
- getTimeBoundsVisible() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the time bounds for the visible graph.
 
- getTimeFormat() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the time format used to display time.
 
- 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.graph.api.GraphView
 
- 
Gets the time interval for this view.
 
- getTimeRepresentation() - Method in class org.gephi.graph.api.Configuration
 
- 
Returns the time representation.
 
- getTimeRepresentation() - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Gets the current time representation, either TIMESTAMP or
 INTERVAL.
 
- getTimeRepresentation() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getTimeSet() - Method in interface org.gephi.io.importer.api.ElementDraft
 
-  
 
- getTimestamp() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getTimestampMapType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the dynamic timestamp map value type for the given type.
 
- getTimestamps() - Method in interface org.gephi.graph.api.Element
 
- 
Returns all the timestamps this element belong to.
 
- getTimestamps() - Method in class org.gephi.graph.api.types.TimestampMap
 
- 
Returns an array of all timestamps in this map.
 
- getTimeZone() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns the time zone used to display time.
 
- getTimeZone() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- getTitle() - Method in interface org.gephi.graph.api.Column
 
- 
Returns the column's title.
 
- getTitle() - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Gets the column's title.
 
- getTitle() - Method in class org.gephi.io.importer.api.PropertyAssociation
 
-  
 
- getTitle() - Method in interface org.gephi.project.api.ProjectMetaData
 
- 
Returns the title of this project.
 
- 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.
 
- getTransformer(TransformerUI) - Method in interface org.gephi.appearance.api.AppearanceController
 
- 
Returns the transformer associated with the given transformer UI.
 
- getTransformer() - Method in interface org.gephi.appearance.api.Function
 
- 
Returns the transformer associated with this function.
 
- getTransformerClass() - Method in interface org.gephi.appearance.spi.TransformerUI
 
- 
Returns the transformer class this transformer UI is associated with.
 
- getTranslate() - Method in interface org.gephi.preview.api.G2DTarget
 
-  
 
- 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.graph.api.Edge
 
- 
Returns the edge's type.
 
- getType() - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Gets this edge's type.
 
- 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.
 
- getTypeClass() - Method in interface org.gephi.graph.api.Column
 
- 
Returns the column's type.
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalBooleanMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalByteMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalCharMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalDoubleMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalFloatMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalIntegerMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalLongMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalShortMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.IntervalStringMap
 
-  
 
- getTypeClass() - Method in interface org.gephi.graph.api.types.TimeMap
 
- 
Returns the value type class.
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampBooleanMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampByteMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampCharMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampDoubleMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampFloatMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampIntegerMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampLongMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampShortMap
 
-  
 
- getTypeClass() - Method in class org.gephi.graph.api.types.TimestampStringMap
 
-  
 
- getTypeClass() - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Gets the column's type.
 
- getTypeClass() - Method in enum org.gephi.io.importer.api.ElementIdType
 
-  
 
- getTypeLabel() - Method in interface org.gephi.graph.api.Edge
 
- 
Returns the edge's type label.
 
- getTypeName(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns the type name for the given type.
 
- getUI() - Method in interface org.gephi.appearance.api.Function
 
- 
Returns the transformer user interface associated with this function.
 
- getUI(Table, Column) - 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.tools.spi.Tool
 
- 
Returns ToolUI instance for this tool.
 
- getUndirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the full graph with the undirected interface.
 
- getUndirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the undirected graph for the given graph view.
 
- getUndirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the visible graph with the undirected interface.
 
- getUnloader() - Method in interface org.gephi.io.importer.api.Container
 
- 
Get the container unloading interface.
 
- getUpperBound() - Method in class org.gephi.filters.api.Range
 
-  
 
- 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(Element, Graph) - Method in interface org.gephi.appearance.api.Partition
 
- 
Returns the element's value for this partition.
 
- getValue(Element, Graph) - Method in interface org.gephi.appearance.api.Ranking
 
- 
Returns the element's value for this ranking.
 
- getValue() - Method in class org.gephi.filters.spi.FilterProperty
 
- 
Returns property's value, can be null
 
- getValue(String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Returns the element's value for key.
 
- 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() - 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.appearance.api.Partition
 
- 
Returns the collection of values this partition represents.
 
- 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
 
- 
Gets the graph view associated to this graph.
 
- getView() - Method in interface org.gephi.graph.api.Subgraph
 
- 
Gets the view associated with this subgraph.
 
- getVisibleView() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Gets the visible view.
 
- getWeight() - Method in interface org.gephi.graph.api.Edge
 
- 
Returns the edge's weight.
 
- getWeight(double) - Method in interface org.gephi.graph.api.Edge
 
- 
Returns the edge's weight at the given timestamp.
 
- getWeight(Interval) - Method in interface org.gephi.graph.api.Edge
 
- 
Returns the edge's weight at the given interval.
 
- getWeight(GraphView) - Method in interface org.gephi.graph.api.Edge
 
- 
Returns the edge's weight in the given graph view.
 
- getWeight() - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Returns this edge's weight.
 
- getWeights() - Method in interface org.gephi.graph.api.Edge
 
- 
Returns an iterable of all weights over time.
 
- getWidth() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns the text's width.
 
- getWidth() - Method in class org.gephi.preview.api.CanvasSize
 
- 
Returns the canvas width.
 
- getWidth() - Method in interface org.gephi.preview.api.G2DTarget
 
-  
 
- 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.appearance.api.AppearanceModel
 
- 
Return the workspace this model is associated with
 
- getWorkspace() - Method in interface org.gephi.io.exporter.spi.Exporter
 
- 
Returns the workspace from where data are exported
 
- getWorkspace(int) - Method in interface org.gephi.project.api.WorkspaceProvider
 
- 
Retrieve a workspace based on its unique identifier.
 
- getWorkspaces() - Method in interface org.gephi.project.api.WorkspaceProvider
 
- 
Returns all the workspaces.
 
- getX() - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Returns this node's X position.
 
- getX() - Method in class org.gephi.preview.api.CanvasSize
 
- 
Returns the x coordinate of the top left position.
 
- getX() - Method in class org.gephi.preview.api.Vector
 
-  
 
- getX() - Method in interface org.gephi.timeline.api.TimelineChart
 
- 
Returns the X values of this chart.
 
- 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.NodeDraft
 
- 
Returns this node's Y position.
 
- getY() - Method in class org.gephi.preview.api.CanvasSize
 
- 
Returns the y coordinate of the top left position.
 
- getY() - Method in class org.gephi.preview.api.Vector
 
-  
 
- 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.NodeDraft
 
- 
Returns this node's Z position.
 
- 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
 
- 
Graph interface.
 
- GraphBridge - Interface in org.gephi.graph.api
 
- 
Helper that helps transfer elements from another graph store.
 
- GraphController - Interface in org.gephi.graph.api
 
- 
Controller that maintain the graph models, one per Workspace.
 
- GraphDiff - Interface in org.gephi.graph.api
 
- 
Interface to retrieve added and removed elements from the graph.
 
- GraphElementsController - Interface in org.gephi.datalab.api
 
- 
This interface defines part of the Data Laboratory API basic actions.
 
- 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
 
- 
Factory for nodes and edges.
 
- GraphFileExporterBuilder - Interface in org.gephi.io.exporter.spi
 
- 
Exporter builder for graph file format support.
 
- GraphFunction - Interface in org.gephi.appearance.api
 
- 
A graph function operates based on graph attributes such as edge type or node
 degree.
 
- GraphModel - Interface in org.gephi.graph.api
 
- 
Graph API's entry point.
 
- GraphModel.Factory - Class in org.gephi.graph.api
 
- 
Utility to create new graph model instances.
 
- GraphModel.Serialization - Class in org.gephi.graph.api
 
- 
Serialization utility to read/write graph models from/to input/output.
 
- GraphObserver - Interface in org.gephi.graph.api
 
- 
Observer over a graph to monitor changes and obtain the list of differences.
 
- GraphView - Interface in org.gephi.graph.api
 
- 
View on the graph.
 
- ImportController - Interface in org.gephi.io.importer.api
 
- 
Manage and control the import execution low.
 
- importCSVToEdgesTable(Graph, File, Character, Charset, String[], Class[], boolean) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
- 
Method for importing csv data to edges table.
 
- importCSVToNodesTable(Graph, File, Character, Charset, String[], Class[], 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
 
-  
 
- Index<T extends Element> - Interface in org.gephi.graph.api
 
- 
An index is associated with each table and keeps track of each unique value
 in indexed columns.
 
- INFINITY_INTERVAL - Static variable in class org.gephi.graph.api.Interval
 
- 
Infinity interval on both bounds.
 
- init(Graph) - Method in interface org.gephi.filters.spi.ElementFilter
 
-  
 
- 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.
 
- interpolate(float) - Method in class org.gephi.appearance.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.appearance.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.appearance.api
 
- 
 
- Interpolator() - Constructor for class org.gephi.appearance.api.Interpolator
 
-  
 
- Interpolator.BezierInterpolator - Class in org.gephi.appearance.api
 
- 
Bezier curve interpolator.
 
- interQuartileRangeNumberMerge(Table, Column[], 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.
 
- intersection(Subgraph) - Method in interface org.gephi.graph.api.Subgraph
 
- 
Intersects the given subgraph with this sugbgraph.
 
- Interval - Class in org.gephi.graph.api
 
- 
Immutable time interval which supports included and excluded bounds.
 
- Interval(Interval) - Constructor for class org.gephi.graph.api.Interval
 
- 
Copy constructor.
 
- Interval(double, double) - Constructor for class org.gephi.graph.api.Interval
 
- 
Constructor with bounds and whether they are included or excluded.
 
- IntervalBooleanMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values boolean values.
 
- IntervalBooleanMap() - Constructor for class org.gephi.graph.api.types.IntervalBooleanMap
 
- 
Default constructor.
 
- IntervalBooleanMap(int) - Constructor for class org.gephi.graph.api.types.IntervalBooleanMap
 
- 
Constructor with capacity.
 
- IntervalBooleanMap(double[], boolean[]) - Constructor for class org.gephi.graph.api.types.IntervalBooleanMap
 
- 
Constructor with an initial interval map.
 
- IntervalByteMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values byte values.
 
- IntervalByteMap() - Constructor for class org.gephi.graph.api.types.IntervalByteMap
 
- 
Default constructor.
 
- IntervalByteMap(int) - Constructor for class org.gephi.graph.api.types.IntervalByteMap
 
- 
Constructor with capacity.
 
- IntervalByteMap(double[], byte[]) - Constructor for class org.gephi.graph.api.types.IntervalByteMap
 
- 
Constructor with an initial interval map.
 
- IntervalCharMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values char values.
 
- IntervalCharMap() - Constructor for class org.gephi.graph.api.types.IntervalCharMap
 
- 
Default constructor.
 
- IntervalCharMap(int) - Constructor for class org.gephi.graph.api.types.IntervalCharMap
 
- 
Constructor with capacity.
 
- IntervalCharMap(double[], char[]) - Constructor for class org.gephi.graph.api.types.IntervalCharMap
 
- 
Constructor with an initial interval map.
 
- IntervalDoubleMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values double values.
 
- IntervalDoubleMap() - Constructor for class org.gephi.graph.api.types.IntervalDoubleMap
 
- 
Default constructor.
 
- IntervalDoubleMap(int) - Constructor for class org.gephi.graph.api.types.IntervalDoubleMap
 
- 
Constructor with capacity.
 
- IntervalDoubleMap(double[], double[]) - Constructor for class org.gephi.graph.api.types.IntervalDoubleMap
 
- 
Constructor with an initial interval map.
 
- IntervalFloatMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values float values.
 
- IntervalFloatMap() - Constructor for class org.gephi.graph.api.types.IntervalFloatMap
 
- 
Default constructor.
 
- IntervalFloatMap(int) - Constructor for class org.gephi.graph.api.types.IntervalFloatMap
 
- 
Constructor with capacity.
 
- IntervalFloatMap(double[], float[]) - Constructor for class org.gephi.graph.api.types.IntervalFloatMap
 
- 
Constructor with an initial interval map.
 
- IntervalIntegerMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values int values.
 
- IntervalIntegerMap() - Constructor for class org.gephi.graph.api.types.IntervalIntegerMap
 
- 
Default constructor.
 
- IntervalIntegerMap(int) - Constructor for class org.gephi.graph.api.types.IntervalIntegerMap
 
- 
Constructor with capacity.
 
- IntervalIntegerMap(double[], int[]) - Constructor for class org.gephi.graph.api.types.IntervalIntegerMap
 
- 
Constructor with an initial interval map.
 
- IntervalLongMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values long values.
 
- IntervalLongMap() - Constructor for class org.gephi.graph.api.types.IntervalLongMap
 
- 
Default constructor.
 
- IntervalLongMap(int) - Constructor for class org.gephi.graph.api.types.IntervalLongMap
 
- 
Constructor with capacity.
 
- IntervalLongMap(double[], long[]) - Constructor for class org.gephi.graph.api.types.IntervalLongMap
 
- 
Constructor with an initial interval map.
 
- IntervalMap<T> - Class in org.gephi.graph.api.types
 
- 
Abstract class that implement a sorted map between intervals and attribute
 values.
 
- IntervalMap() - Constructor for class org.gephi.graph.api.types.IntervalMap
 
- 
Default constructor.
 
- IntervalMap(int) - Constructor for class org.gephi.graph.api.types.IntervalMap
 
- 
Constructor with capacity.
 
- IntervalSet - Class in org.gephi.graph.api.types
 
- 
Sorted set for intervals.
 
- IntervalSet() - Constructor for class org.gephi.graph.api.types.IntervalSet
 
- 
Default constructor.
 
- IntervalSet(int) - Constructor for class org.gephi.graph.api.types.IntervalSet
 
- 
Constructor with capacity.
 
- IntervalSet(double[]) - Constructor for class org.gephi.graph.api.types.IntervalSet
 
- 
Constructor with an initial interval set.
 
- IntervalShortMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values short values.
 
- IntervalShortMap() - Constructor for class org.gephi.graph.api.types.IntervalShortMap
 
- 
Default constructor.
 
- IntervalShortMap(int) - Constructor for class org.gephi.graph.api.types.IntervalShortMap
 
- 
Constructor with capacity.
 
- IntervalShortMap(double[], short[]) - Constructor for class org.gephi.graph.api.types.IntervalShortMap
 
- 
Constructor with an initial interval map.
 
- IntervalStringMap - Class in org.gephi.graph.api.types
 
- 
Sorted map where keys are intervals and values string values.
 
- IntervalStringMap() - Constructor for class org.gephi.graph.api.types.IntervalStringMap
 
- 
Default constructor.
 
- IntervalStringMap(int) - Constructor for class org.gephi.graph.api.types.IntervalStringMap
 
- 
Constructor with capacity.
 
- IntervalStringMap(double[], String[]) - Constructor for class org.gephi.graph.api.types.IntervalStringMap
 
- 
Constructor with an initial interval map.
 
- is(Estimator) - Method in enum org.gephi.graph.api.Estimator
 
- 
Returns true if this estimator is equals to estimator.
 
- is(Estimator...) - Method in enum org.gephi.graph.api.Estimator
 
- 
Returns true if this estimator is any of the given
 estimators.
 
- isAdjacent(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Returns true if source and target are adjacent.
 
- isAdjacent(Node, Node, int) - Method in interface org.gephi.graph.api.DirectedGraph
 
- 
Returns true if source and target are adjacent with an edge of the given
 type.
 
- isAdjacent(Node, Node) - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if node1 and node2 are adjacent.
 
- isAdjacent(Node, Node, int) - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if node1 and node2 are adjacent with an edge of the given
 type.
 
- isAnyPluginRendererRegistered() - Method in interface org.gephi.preview.api.PreviewController
 
- 
Returns true if any renderer plugin is registered.
 
- isArray() - Method in interface org.gephi.graph.api.Column
 
- 
Returns true if this column has an array type.
 
- isAttribute() - Method in interface org.gephi.appearance.api.Function
 
- 
Returns true if this function is based on attribute column.
 
- isAutoRefresh() - Method in interface org.gephi.filters.api.FilterModel
 
-  
 
- isAutoScale() - Method in interface org.gephi.io.importer.api.ContainerUnloader
 
-  
 
- isAvailable() - Method in interface org.gephi.datalab.spi.ContextMenuItemManipulator
 
- 
Indicates if this item has to appear in the context menu at all
 
- isBooleanType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if type is a boolean type
 
- isClosed() - Method in interface org.gephi.project.api.ProjectInformation
 
- 
Returns true if the project is closed.
 
- isClosed() - Method in interface org.gephi.project.api.WorkspaceInformation
 
- 
Returns true if the workspace is closed.
 
- 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.
 
- isDestroyed() - Method in interface org.gephi.graph.api.ColumnObserver
 
- 
Returns true if this observer has been destroyed.
 
- isDestroyed() - Method in interface org.gephi.graph.api.GraphObserver
 
- 
Returns true if this observer has been destroyed.
 
- isDestroyed() - Method in interface org.gephi.graph.api.GraphView
 
- 
Returns true if this view has been destroyed.
 
- isDestroyed() - Method in interface org.gephi.graph.api.TableObserver
 
- 
Returns true if this observer has been destroyed.
 
- isDirected() - Method in interface org.gephi.graph.api.Edge
 
- 
Returns true if this edge is directed.
 
- isDirected(Edge) - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if the given edge is directed.
 
- isDirected() - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if this graph is directed.
 
- isDirected() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns true if the graph is directed.
 
- isDynamic() - Method in interface org.gephi.graph.api.Column
 
- 
Returns true if this column has a dynamic type.
 
- isDynamic() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns true if the graph is dynamic.
 
- isDynamic() - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Returns true if this column is dynamic.
 
- isDynamicGraph() - Method in interface org.gephi.io.importer.api.Container
 
- 
Returns true if this container contains a dynamic graph.
 
- isDynamicType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if type is a dynamic type.
 
- isEdge() - Method in interface org.gephi.appearance.spi.Transformer
 
- 
True if this transformer can be applied to edges.
 
- isEdgeColumn(Column) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
-  
 
- isEdgeColumn(Column) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if the given column is an edge column.
 
- isEdgeInGraph(Edge) - Method in interface org.gephi.datalab.api.GraphElementsController
 
- 
Checks if an edge is contained in the main view graph.
 
- isEdgeTable(Table) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
- 
Checks if the given table is edges table.
 
- isEdgeView() - Method in interface org.gephi.graph.api.GraphView
 
- 
Returns true if this view supports edge filtering.
 
- isEmpty() - Method in class org.gephi.graph.api.types.IntervalMap
 
-  
 
- isEmpty() - Method in class org.gephi.graph.api.types.IntervalSet
 
-  
 
- isEmpty() - Method in interface org.gephi.graph.api.types.TimeMap
 
- 
Returns true if this map is empty.
 
- isEmpty() - Method in interface org.gephi.graph.api.types.TimeSet
 
- 
Returns true if this set is empty.
 
- isEmpty() - Method in class org.gephi.graph.api.types.TimestampMap
 
-  
 
- isEmpty() - Method in class org.gephi.graph.api.types.TimestampSet
 
-  
 
- 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.NodeProperties
 
- 
Returns true of this node is fixed (can't be moved).
 
- isFixed() - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Returns whether this node's position is fixed.
 
- isIncident(Edge, Edge) - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if edge1 and edge2 are incident.
 
- isIncident(Node, Edge) - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if the node and the edge are incident.
 
- isIndexed() - Method in interface org.gephi.graph.api.Column
 
- 
Returns true if this column is indexed.
 
- isInRange(Number) - Method in class org.gephi.filters.api.Range
 
-  
 
- isInvalid() - Method in interface org.gephi.project.api.ProjectInformation
 
- 
Returns true if the project is invalid.
 
- isInvalid() - Method in interface org.gephi.project.api.WorkspaceInformation
 
- 
Returns true if the workspace is invalid.
 
- isLabelVisible() - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Returns true if the label is visible.
 
- 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
 
-  
 
- isLocalScale() - Method in interface org.gephi.appearance.api.AppearanceModel
 
- 
Returns true if rankings are using the currently visible
 graph as a scale.
 
- isLoopToBeginning() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
-  
 
- 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.Graph
 
- 
Returns true if this graph is mixed (both directed and undirected edges).
 
- isMixed() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns true if the graph is mixed (both directed and undirected edges).
 
- 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
 
- isMultiGraph() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns true if the graph is multi-graph (multiple types of edges).
 
- isMultiGraph() - Method in interface org.gephi.io.importer.api.Container
 
- 
Returns true if this container contains a multigraph.
 
- isNew() - Method in interface org.gephi.graph.api.GraphObserver
 
- 
Returns true if this observer has never got its
 hasGraphChanged()
 method called.
 
- isNode() - Method in interface org.gephi.appearance.spi.Transformer
 
- 
True is this transformer can be applied to nodes.
 
- isNodeColumn(Column) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
-  
 
- isNodeColumn(Column) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if the given column is a node column.
 
- 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.
 
- isNodeTable(Table) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
- 
Checks if the given table is nodes table.
 
- isNodeView() - Method in interface org.gephi.graph.api.GraphView
 
- 
Returns true if this view supports node filtering.
 
- isNumber() - Method in interface org.gephi.graph.api.Column
 
- 
Returns true if this column has a number type.
 
- isNumberType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if type is a number type.
 
- 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
 
- 
Returns true if the project is open.
 
- isOpen() - Method in interface org.gephi.project.api.WorkspaceInformation
 
- 
Returns true if the workspace is open.
 
- isOpen() - Method in interface org.gephi.tools.api.EditWindowController
 
-  
 
- isPartition() - Method in interface org.gephi.appearance.api.Function
 
- 
Returns true if this function is a partition function.
 
- isPlaying() - Method in interface org.gephi.timeline.api.TimelineModel
 
- 
Returns true if the timeline is playing.
 
- isProperty() - Method in interface org.gephi.graph.api.Column
 
- 
Gets the value of the property property.
 
- isRanking() - Method in interface org.gephi.appearance.api.Function
 
- 
Returns true if this function is a ranking function.
 
- isReadOnly() - Method in interface org.gephi.graph.api.Column
 
- 
Returns true if this column is read-only.
 
- 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.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
 
-  
 
- 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 this edge is a self-loop.
 
- isSelfLoop(Edge) - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if the given edge is a self-loop.
 
- isSelfLoop() - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Returns true if this edge is a self-loop.
 
- isSimple() - Method in interface org.gephi.appearance.api.Function
 
- 
Returns true if this function is a simple function.
 
- isSimpleType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if type is a simple type.
 
- isStandardizedType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if type is a standardized type.
 
- isStringType(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if type is a string type
 
- Issue - Class in org.gephi.io.importer.api
 
- 
Issue are logged and classified by Report to describe a problem
 encountered during import process.
 
- Issue(Throwable, Issue.Level) - Constructor for class org.gephi.io.importer.api.Issue
 
- 
Constructs a new issue with a throwable and a level.
 
- Issue(String, Issue.Level, Throwable) - Constructor for class org.gephi.io.importer.api.Issue
 
- 
Constructs a new issue with a message, level and throwable.
 
- Issue(String, Issue.Level) - Constructor for class org.gephi.io.importer.api.Issue
 
- 
Constructs a new issue with a message and a level.
 
- Issue.Level - Enum in org.gephi.io.importer.api
 
-  
 
- isSupported(Class) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Returns true if type is a supported type.
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalBooleanMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalByteMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalCharMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalDoubleMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalFloatMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalIntegerMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalLongMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalShortMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.IntervalStringMap
 
-  
 
- isSupported(Estimator) - Method in interface org.gephi.graph.api.types.TimeMap
 
- 
Returns whether estimator is supported.
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampBooleanMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampByteMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampCharMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampDoubleMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampFloatMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampIntegerMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampLongMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampShortMap
 
-  
 
- isSupported(Estimator) - Method in class org.gephi.graph.api.types.TimestampStringMap
 
-  
 
- isTableColumn(Table, Column) - Method in interface org.gephi.datalab.api.AttributeColumnsController
 
-  
 
- 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.
 
- isUndirected() - Method in interface org.gephi.graph.api.Graph
 
- 
Returns true if this graph is undirected.
 
- isUndirected() - Method in interface org.gephi.graph.api.GraphModel
 
- 
Returns true if the graph is undirected.
 
- isUseRegexReplaceMode() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
-  
 
- isValid() - Method in interface org.gephi.filters.spi.FilterLibraryMask
 
- 
Returns true if this masks' category is valid.
 
- isValid(Container[]) - Method in interface org.gephi.io.processor.spi.ProcessorUI
 
- 
Returns true if the processor this UI represents is valid
 for containers.
 
- isVisible() - Method in interface org.gephi.graph.api.TextProperties
 
- 
Returns true if visible.
 
- 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.ColumnIterable
 
- 
Returns the element iterator.
 
- iterator() - Method in class org.gephi.graph.api.EdgeIterable.EdgeIterableEmpty
 
-  
 
- iterator() - Method in interface org.gephi.graph.api.EdgeIterable
 
- 
Returns an edge iterator.
 
- iterator() - Method in class org.gephi.graph.api.ElementIterable.ElementIterableEmpty
 
-  
 
- iterator() - Method in interface org.gephi.graph.api.ElementIterable
 
- 
Returns the element iterator.
 
- iterator() - Method in interface org.gephi.graph.api.NodeIterable
 
- 
Returns a node iterator.
 
- iterator() - Method in class org.gephi.graph.api.NodeIterable.NodeIterableEmpty
 
-  
 
- 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.
 
- SearchOptions(Node[], Pattern) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
- 
Setup options to search on nodes with the given pattern.
 
- SearchOptions(Edge[], Pattern) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
- 
Setup options to search on edges with the given pattern.
 
- SearchOptions(Node[], Pattern, boolean) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
- 
Setup options to search on nodes with the given pattern.
 
- SearchOptions(Edge[], Pattern, boolean) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
- 
Setup options to search on edges with the given pattern.
 
- 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.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.
 
- 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.
 
- selectColumn(String) - Method in interface org.gephi.timeline.api.TimelineController
 
- 
 
- SELECTED_LAYOUT - Static variable in interface org.gephi.layout.api.LayoutModel
 
-  
 
- selectPerspective(Perspective) - Method in interface org.gephi.perspective.api.PerspectiveController
 
- 
Switch the current perspective to the given perspective.
 
- selectTable(Table) - 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.
 
- Serialization() - Constructor for class org.gephi.graph.api.GraphModel.Serialization
 
-  
 
- set(float, float) - Method in class org.gephi.preview.api.Vector
 
-  
 
- set(Vector) - Method in class org.gephi.preview.api.Vector
 
-  
 
- setAllowAutoNode(boolean) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
-  
 
- setAllowParallelEdge(boolean) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
-  
 
- setAllowSelfLoop(boolean) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
-  
 
- setAlpha(float) - Method in interface org.gephi.graph.api.ElementProperties
 
- 
Sets the alpha (transparency) color component.
 
- setAlpha(float) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the alpha (transparency) component.
 
- setAsText(String) - Method in class org.gephi.preview.types.editors.BasicDependantColorPropertyEditor
 
-  
 
- setAsText(String) - Method in class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
 
-  
 
- setAsText(String) - Method in class org.gephi.preview.types.editors.BasicEdgeColorPropertyEditor
 
-  
 
- setAttribute(String, Object) - Method in interface org.gephi.graph.api.Element
 
- 
Sets the attribute with the given key and value.
 
- setAttribute(Column, Object) - Method in interface org.gephi.graph.api.Element
 
- 
Sets the attribute with the given column and value.
 
- setAttribute(String, Object, double) - Method in interface org.gephi.graph.api.Element
 
- 
Sets the attribute at the given key and timestamp.
 
- setAttribute(Column, Object, double) - Method in interface org.gephi.graph.api.Element
 
- 
Sets the attribute at the given column and timestamp.
 
- setAttribute(String, Object, Interval) - Method in interface org.gephi.graph.api.Element
 
- 
Sets the attribute at the given key and interval.
 
- setAttribute(Column, Object, Interval) - Method in interface org.gephi.graph.api.Element
 
- 
Sets the attribute at the given column and interval.
 
- setAttribute(String, Object) - Method in interface org.gephi.graph.api.Graph
 
- 
Sets the attribute value for the given key.
 
- setAttribute(String, Object, double) - Method in interface org.gephi.graph.api.Graph
 
- 
Sets the attribute value for the given key and timestamp.
 
- setAttributeValue(Object, Element, Column) - 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
 
- 
Sets the project's author.
 
- setAutoRefresh(boolean) - Method in interface org.gephi.filters.api.FilterController
 
-  
 
- setAutoScale(boolean) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
-  
 
- setB(float) - Method in interface org.gephi.graph.api.ElementProperties
 
- 
Sets the blue color component.
 
- setB(float) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the blue color component.
 
- setBounds(Interval) - Method in interface org.gephi.statistics.spi.DynamicStatistics
 
- 
Sets the minimum and maximum bound
 
- setColor(Object, Color) - Method in interface org.gephi.appearance.api.Partition
 
- 
Sets the color for the given value.
 
- setColor(Color) - Method in interface org.gephi.graph.api.ElementProperties
 
- 
Sets the color.
 
- setColor(Color) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the color.
 
- setColor(Color) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets this element's color.
 
- setColor(String, String, String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Parses and sets this element's color using string components.
 
- setColor(float, float, float) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets this element's color using real color numbers (i.e numbers between 0
 and 1).
 
- setColor(int, int, int) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets this element's color using int color numbers (i.e numbers between 0
 and 255).
 
- setColor(String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Parse and sets this element's color.
 
- 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(Column[]) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
 
- 
Set column that should be used to search with the current options.
 
- setConfiguration(Configuration) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Sets a new configuration for this graph model.
 
- setConsumed(boolean) - Method in class org.gephi.preview.api.PreviewMouseEvent
 
-  
 
- setContainers(ContainerUnloader[]) - Method in interface org.gephi.io.processor.spi.Processor
 
- 
Sets the data containers.
 
- 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, connection 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.
 
- setDefaultValue(Object) - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Sets the column's default value.
 
- setDefaultValueString(String) - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Sets the column's default value as a string.
 
- setDescription(String) - Method in interface org.gephi.project.api.ProjectMetaData
 
- 
Sets the project's description.
 
- setDimensions(float, float) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the text's dimensions.
 
- setDirection(EdgeDirection) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Sets this edge's direction setting.
 
- 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.
 
- setEdgeDefault(EdgeDirectionDefault) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Set edge default type: DIRECTED, UNDIRECTED or
 MIXED.
 
- setEdgeIdType(Class) - Method in class org.gephi.graph.api.Configuration
 
- 
Sets the edge id type.
 
- setEdgeLabelType(Class) - Method in class org.gephi.graph.api.Configuration
 
- 
Sets the edge label type.
 
- setEdgesMergeStrategy(EdgeWeightMergeStrategy) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
-  
 
- setEdgeWeightType(Class) - Method in class org.gephi.graph.api.Configuration
 
- 
Sets the edge weight type.
 
- setElementIdType(ElementIdType) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Sets the type of the id for elements.
 
- 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.graph.api.Column
 
- 
Sets the estimator for this column.
 
- 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.NodeProperties
 
- 
Sets whether to fix this node (can't move its position)
 
- setFixed(boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Sets whether this node's position is fixed.
 
- 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.ElementProperties
 
- 
Sets the green color component.
 
- setG(float) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the green color component.
 
- 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
 
-  
 
- setInterpolator(Interpolator) - Method in interface org.gephi.appearance.api.RankingFunction
 
- 
Sets the interpolator for this function.
 
- setInterval(String, String) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Sets the interval for the entire graph.
 
- 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
 
- 
Sets the project's keywords.
 
- setLabel(String) - Method in interface org.gephi.graph.api.Element
 
- 
Sets the label.
 
- setLabel(String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets this element's label.
 
- setLabelColor(Color) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the label's color.
 
- setLabelColor(String, String, String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Parses and sets the label's color using string components.
 
- setLabelColor(float, float, float) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the label's color using real color numbers (i.e numbers between 0
 and 1).
 
- setLabelColor(int, int, int) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the label's color using int color numbers (i.e numbers between 0 and
 255).
 
- setLabelColor(String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Parses and sets the label's color.
 
- setLabelSize(float) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the label's size.
 
- setLabelVisible(boolean) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets whether the label is visible.
 
- setLayout(Layout) - Method in interface org.gephi.layout.api.LayoutController
 
- 
Sets the Layout to execute.
 
- setLayoutData(LayoutData) - Method in interface org.gephi.graph.api.NodeProperties
 
- 
Sets the layout data.
 
- 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
 
-  
 
- setManagedRenderers(ManagedRenderer[]) - Method in interface org.gephi.preview.api.PreviewModel
 
- 
Sets an user-defined array of managed renderers to use when rendering.
 
- setMoving(boolean) - Method in interface org.gephi.preview.api.G2DTarget
 
-  
 
- setName(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
 
-  
 
- setName(String) - Method in interface org.gephi.io.importer.api.Database
 
-  
 
- setNodeFixed(Node, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
 
- 
Sets the fixed state of a node to the indicated.
 
- setNodeIdType(Class) - Method in class org.gephi.graph.api.Configuration
 
- 
Sets the node id type.
 
- setNodesFixed(Node[], boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
 
- 
Sets the fixed state of an array of nodes to the indicated.
 
- 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.
 
- 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
 
-  
 
- setPosition(float, float) - Method in interface org.gephi.graph.api.NodeProperties
 
- 
Sets the x and y position.
 
- setPosition(float, float, float) - Method in interface org.gephi.graph.api.NodeProperties
 
- 
Sets the x, y and z position.
 
- setProgressTicket(ProgressTicket) - Method in interface org.gephi.io.processor.spi.Processor
 
- 
Sets the progress ticket.
 
- setProgressTicket(ProgressTicket) - Method in interface org.gephi.utils.longtask.spi.LongTask
 
- 
Set the progress ticket for the long task.
 
- 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.ElementProperties
 
- 
Sets the red color component.
 
- setR(float) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the red color component.
 
- 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
 
- 
Sets a report this container can use to report issues detected when
 loading the container.
 
- setScaling(float) - Method in interface org.gephi.preview.api.G2DTarget
 
-  
 
- setSearchOptions(SearchReplaceController.SearchOptions) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
 
-  
 
- setSize(float) - Method in interface org.gephi.graph.api.NodeProperties
 
- 
Sets the size.
 
- setSize(float) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the size.
 
- setSize(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Sets this node's size.
 
- setSource(String) - Method in interface org.gephi.io.importer.api.Container
 
- 
Sets the source of the data put in the container.
 
- setSource(NodeDraft) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Sets this edge's source.
 
- 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
 
- 
Sets this edge's target.
 
- setText(String) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the text.
 
- setTick(double) - Method in interface org.gephi.statistics.spi.DynamicStatistics
 
- 
Sets the tick.
 
- setTimeFormat(TimeFormat) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Sets the time format used to display time.
 
- setTimeFormat(TimeFormat) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Sets the current Time Format for dynamic data, either DATE,
 DATETIME or DOUBLE.
 
- setTimeFormat(TimeFormat) - Method in interface org.gephi.timeline.api.TimelineController
 
-  
 
- setTimeInterval(GraphView, Interval) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Sets the given time interval to the view.
 
- setTimeRepresentation(TimeRepresentation) - Method in class org.gephi.graph.api.Configuration
 
- 
Sets the time representation.
 
- setTimeRepresentation(TimeRepresentation) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Sets the current time representation, either TIMESTAMP or
 INTERVAL.
 
- setTimestamp(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Sets the timestamp for the entire graph.
 
- setTimeZone(DateTimeZone) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Sets the time zone used to display time.
 
- setTimeZone(DateTimeZone) - Method in interface org.gephi.io.importer.api.ContainerLoader
 
- 
Sets the time zone that is used to parse date and time.
 
- setTitle(String) - Method in interface org.gephi.io.importer.api.ColumnDraft
 
- 
Sets the column's title.
 
- setTitle(String) - Method in interface org.gephi.project.api.ProjectMetaData
 
- 
Sets the project's title.
 
- setType(Object) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Sets this edge's type.
 
- setup(AttributeColumnsManipulator, GraphModel, Table, Column, DialogControls) - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
 
- 
Prepare this UI to be able to interact with its AttributeColumnsManipulator.
 
- setup(Table, Column[]) - 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(Element[], Element, Column) - Method in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategy
 
- 
Prepare column and rows for this merge strategy.
 
- setup(Element, Column) - 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 importers 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(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.
 
- setUseLocalScale(boolean) - Method in interface org.gephi.appearance.api.AppearanceController
 
- 
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(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.io.importer.api.ElementDraft
 
- 
Sets the value for key.
 
- setValue(String, Object, double) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the value for key at the given
 timestamp.
 
- setValue(String, Object, double, double) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the value for key at the given interval
 [start,end].
 
- setValue(String, Object, String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the value for key at the given
 dateTime.
 
- setValue(String, Object, String, String) - Method in interface org.gephi.io.importer.api.ElementDraft
 
- 
Sets the value for key at the given interval
 [startDateTime,endDateTime].
 
- setValue(Object) - Method in class org.gephi.preview.api.PreviewProperty
 
- 
Sets this property value and return it.
 
- setVisible(boolean) - Method in interface org.gephi.graph.api.TextProperties
 
- 
Sets the visibility.
 
- setVisibleView(GraphView) - Method in interface org.gephi.graph.api.GraphModel
 
- 
Sets the visible view.
 
- setWeight(double) - Method in interface org.gephi.graph.api.Edge
 
- 
Sets the edge's weight.
 
- setWeight(double, double) - Method in interface org.gephi.graph.api.Edge
 
- 
Sets the edge's weight at the given timestamp.
 
- setWeight(double, Interval) - Method in interface org.gephi.graph.api.Edge
 
- 
Sets the edge's weight at the given interval.
 
- setWeight(double) - Method in interface org.gephi.io.importer.api.EdgeDraft
 
- 
Sets this edge's weight.
 
- 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 containers.
 
- 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.NodeProperties
 
- 
Sets the x position.
 
- setX(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Sets this node's X position.
 
- setY(float) - Method in interface org.gephi.graph.api.NodeProperties
 
- 
Sets the y position.
 
- setY(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Sets this node's Y position.
 
- setZ(float) - Method in interface org.gephi.graph.api.NodeProperties
 
- 
Sets the z position.
 
- setZ(float) - Method in interface org.gephi.io.importer.api.NodeDraft
 
- 
Sets this node's Z position.
 
- 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.
 
- SimpleFunction - Interface in org.gephi.appearance.api
 
- 
Simple functions are neither ranking nor partition.
 
- SimpleTransformer<E extends Element> - Interface in org.gephi.appearance.spi
 
- 
Basic transformer that takes only an element to transform it.
 
- size() - Method in interface org.gephi.appearance.api.Partition
 
- 
Returns the number of values this partition represents.
 
- size() - Method in interface org.gephi.graph.api.NodeProperties
 
- 
Returns the size.
 
- size() - Method in class org.gephi.graph.api.types.IntervalMap
 
-  
 
- size() - Method in class org.gephi.graph.api.types.IntervalSet
 
-  
 
- size() - Method in interface org.gephi.graph.api.types.TimeMap
 
- 
Returns the size.
 
- size() - Method in interface org.gephi.graph.api.types.TimeSet
 
- 
Returns the size of this set.
 
- size() - Method in class org.gephi.graph.api.types.TimestampMap
 
-  
 
- size() - Method in class org.gephi.graph.api.types.TimestampSet
 
-  
 
- SpigotImporter - Interface in org.gephi.io.importer.spi
 
- 
Importers interface for importing data from spigots.
 
- SpigotImporterBuilder - Interface in org.gephi.io.importer.spi
 
- 
 
- standardizeValue(Object) - Static method in class org.gephi.graph.api.AttributeUtils
 
- 
Transform the given value instance in a standardized type if
 necessary.
 
- 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.
 
- 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.
 
- 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.
 
- sub(Vector) - Method in class org.gephi.preview.api.Vector
 
-  
 
- sub(float, float) - Method in class org.gephi.preview.api.Vector
 
-  
 
- sub(Vector, Vector) - Static method in class org.gephi.preview.api.Vector
 
-  
 
- Subgraph - Interface in org.gephi.graph.api
 
- 
A subgraph is a subset of a graph based on a graph view.
 
- sumNumbersMerge(Table, Column[], 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.editors.BasicDependantColorPropertyEditor
 
-  
 
- supportsCustomEditor() - Method in class org.gephi.preview.types.editors.BasicDependantOriginalColorPropertyEditor
 
-  
 
- supportsCustomEditor() - Method in class org.gephi.preview.types.editors.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.