- Database - Interface in org.gephi.io.importer.api
-
Database description and connexion details.
- DatabaseImporter - Interface in org.gephi.io.importer.spi
-
Importers interface for importing data from database sources.
- DatabaseImporterBuilder - Interface in org.gephi.io.importer.spi
-
- DataLaboratoryHelper - Class in org.gephi.datalab.api
-
Helper class for simplifying the use of Data Laboratory API and SPI.
- DataLaboratoryHelper() - Constructor for class org.gephi.datalab.api.DataLaboratoryHelper
-
- DataTablesController - Interface in org.gephi.datalab.api.datatables
-
This interface defines part of the Data Laboratory API.
- DataTablesEventListener - Interface in org.gephi.datalab.api.datatables
-
This is the interface for a listener of DataTablesController requests.
- DataTablesEventListenerBuilder - Interface in org.gephi.datalab.api.datatables
-
Builder interface for providing a default DataTablesEventListener when it has not been set.
- DEFAULT_SEPARATOR - Static variable in class org.gephi.data.attributes.type.AbstractList
-
- DEFAULT_WEIGHT_ESTIMATOR - Static variable in interface org.gephi.graph.api.GraphSettings
-
- DEGREE_RANKING - Static variable in interface org.gephi.ranking.api.Ranking
-
Default in degree ranking's name
- delete(Interval) - Method in class org.gephi.data.attributes.type.IntervalTree
-
Removes all intervals from this IntervalTree that overlap with
the given interval.
- deleteAttributeColumn(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Deletes the specified column from a table if the table has the column and data laboratory behaviour allows to delete it (see canDeleteColumn method).
- deleteEdge(T) - Method in interface org.gephi.data.attributes.spi.GraphItemDelegateFactoryProvider
-
- deleteEdge(Edge) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Tries to delete an edge checking first if it is on the graph.
- deleteEdgeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
Deletes the delegated edge attribute value.
- deleteEdges(Edge[]) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Tries to delete an array of edges checking first if they are on the graph.
- deleteEdgesWithNodes(Edge[], boolean, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Tries to delete an array of edges checking first if they are on the graph
and also deletes their source and target node if it is indicated.
- deleteEdgeWithNodes(Edge, boolean, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Tries to delete an edge checking first if it is on the graph
and also deletes its source and target node if it is indicated.
- deleteNode(T) - Method in interface org.gephi.data.attributes.spi.GraphItemDelegateFactoryProvider
-
- deleteNode(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Tries to delete a node checking first if it is on the graph.
- deleteNodeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
Deletes the delegated node attribute value.
- deleteNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Tries to delete an array of nodes checking first if they are on the graph.
- deleteQuery(Query) - Method in interface org.gephi.filters.api.FilterLibrary
-
Delete a saved query from the library.
- deleteWorkspace(Workspace) - Method in interface org.gephi.project.api.ProjectController
-
- DependantColor - Class in org.gephi.preview.types
-
A color that can be custom or depend from a parent color.
- DependantColor() - Constructor for class org.gephi.preview.types.DependantColor
-
- DependantColor(DependantColor.Mode) - Constructor for class org.gephi.preview.types.DependantColor
-
- DependantColor(Color) - Constructor for class org.gephi.preview.types.DependantColor
-
- DependantColor.Mode - Enum in org.gephi.preview.types
-
- DependantOriginalColor - Class in org.gephi.preview.types
-
A color that depends from another object, but can also have it's own color.
- DependantOriginalColor(DependantOriginalColor.Mode) - Constructor for class org.gephi.preview.types.DependantOriginalColor
-
- DependantOriginalColor(Color) - Constructor for class org.gephi.preview.types.DependantOriginalColor
-
- DependantOriginalColor.Mode - Enum in org.gephi.preview.types
-
- destroy(Filter) - Method in interface org.gephi.filters.spi.FilterBuilder
-
Notification when the filter is destroyed, to perform clean-up tasks.
- destroyView() - Method in interface org.gephi.graph.api.GraphEventData
-
Returns the view destroyed in the model.
- destroyView(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Destroy view, if exists.
- detectNodeDuplicatesByColumn(AttributeColumn, boolean) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Finds and returns nodes duplicates based on the values of a given column of nodes table
- DialogControls - Interface in org.gephi.datalab.spi
-
An instance of this interface is passed to any type of manipulator UI, allowing the
UIs to enable/disable the dialog controls
- DIRECTED - Static variable in class org.gephi.preview.api.PreviewProperty
-
General Boolean property which indicates wheter the graph is directed
- DirectedGraph - Interface in org.gephi.graph.api
-
Graph with directed edges.
- disable() - Method in interface org.gephi.project.api.WorkspaceListener
-
Notify no more workspace is currently selected, the project is empty.
- disableEdit() - Method in interface org.gephi.tools.api.EditWindowController
-
- doBreak() - Method in interface org.gephi.graph.api.EdgeIterable
-
Perform unlocking in case the iterator was terminated before normal
end.
- doBreak() - Method in interface org.gephi.graph.api.NodeIterable
-
Perform unlocking in case the iterator was terminated before normal
end.
- doScale(Container) - Method in interface org.gephi.io.processor.spi.Scaler
-
Scale container content to the system scale.
- DoubleList - Class in org.gephi.data.attributes.type
-
Complex type that define a list of Double items.
- DoubleList(double[]) - Constructor for class org.gephi.data.attributes.type.DoubleList
-
- DoubleList(Double[]) - Constructor for class org.gephi.data.attributes.type.DoubleList
-
- DoubleList(String) - Constructor for class org.gephi.data.attributes.type.DoubleList
-
- DoubleList(String, String) - Constructor for class org.gephi.data.attributes.type.DoubleList
-
- drag(float, float) - Method in interface org.gephi.tools.spi.NodePressAndDraggingEventListener
-
Notify mouse is dragging
- duplicate(Workspace, Workspace) - Method in interface org.gephi.project.spi.WorkspaceDuplicateProvider
-
- duplicateColumn(AttributeTable, AttributeColumn, String, AttributeType) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Duplicates a given column of a table and copies al row values.
- duplicateNode(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Duplicates a node if it is in the graph, and returns the new node.
- duplicateNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Tries to duplicate an array of nodes with the same behaviour as duplicateNode method.
- duplicateWorkspace(Workspace) - Method in interface org.gephi.project.api.ProjectController
-
- DynamicBigDecimal - Class in org.gephi.data.attributes.type
-
Represents
BigDecimal type which can have got different values in
different time intervals.
- DynamicBigDecimal() - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a new DynamicType instance with no intervals.
- DynamicBigDecimal(Interval<BigDecimal>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicBigDecimal(List<Interval<BigDecimal>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicBigDecimal(DynamicBigDecimal) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a deep copy of source.
- DynamicBigDecimal(DynamicBigDecimal, Interval<BigDecimal>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicBigDecimal(DynamicBigDecimal, Interval<BigDecimal>, Interval<BigDecimal>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicBigDecimal(DynamicBigDecimal, List<Interval<BigDecimal>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicBigDecimal(DynamicBigDecimal, List<Interval<BigDecimal>>, List<Interval<BigDecimal>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigDecimal
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicBigInteger - Class in org.gephi.data.attributes.type
-
Represents
BigInteger type which can have got different values in
different time intervals.
- DynamicBigInteger() - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a new DynamicType instance with no intervals.
- DynamicBigInteger(Interval<BigInteger>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicBigInteger(List<Interval<BigInteger>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicBigInteger(DynamicBigInteger) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a deep copy of source.
- DynamicBigInteger(DynamicBigInteger, Interval<BigInteger>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicBigInteger(DynamicBigInteger, Interval<BigInteger>, Interval<BigInteger>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicBigInteger(DynamicBigInteger, List<Interval<BigInteger>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicBigInteger(DynamicBigInteger, List<Interval<BigInteger>>, List<Interval<BigInteger>>) - Constructor for class org.gephi.data.attributes.type.DynamicBigInteger
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicBoolean - Class in org.gephi.data.attributes.type
-
Represents
Boolean type which can have got different values in
different time intervals.
- DynamicBoolean() - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a new DynamicType instance with no intervals.
- DynamicBoolean(Interval<Boolean>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicBoolean(List<Interval<Boolean>>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicBoolean(DynamicBoolean) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a deep copy of source.
- DynamicBoolean(DynamicBoolean, Interval<Boolean>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicBoolean(DynamicBoolean, Interval<Boolean>, Interval<Boolean>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicBoolean(DynamicBoolean, List<Interval<Boolean>>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicBoolean(DynamicBoolean, List<Interval<Boolean>>, List<Interval<Boolean>>) - Constructor for class org.gephi.data.attributes.type.DynamicBoolean
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicByte - Class in org.gephi.data.attributes.type
-
Represents
Byte type which can have got different values in
different time intervals.
- DynamicByte() - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a new DynamicType instance with no intervals.
- DynamicByte(Interval<Byte>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicByte(List<Interval<Byte>>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicByte(DynamicByte) - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a deep copy of source.
- DynamicByte(DynamicByte, Interval<Byte>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicByte(DynamicByte, Interval<Byte>, Interval<Byte>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicByte(DynamicByte, List<Interval<Byte>>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicByte(DynamicByte, List<Interval<Byte>>, List<Interval<Byte>>) - Constructor for class org.gephi.data.attributes.type.DynamicByte
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicCharacter - Class in org.gephi.data.attributes.type
-
Represents
Character type which can have got different values in
different time intervals.
- DynamicCharacter() - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a new DynamicType instance with no intervals.
- DynamicCharacter(Interval<Character>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicCharacter(List<Interval<Character>>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicCharacter(DynamicCharacter) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a deep copy of source.
- DynamicCharacter(DynamicCharacter, Interval<Character>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicCharacter(DynamicCharacter, Interval<Character>, Interval<Character>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicCharacter(DynamicCharacter, List<Interval<Character>>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicCharacter(DynamicCharacter, List<Interval<Character>>, List<Interval<Character>>) - Constructor for class org.gephi.data.attributes.type.DynamicCharacter
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicController - Interface in org.gephi.dynamic.api
-
This controller maintains the dynamic models, one per Workspace.
- DynamicDouble - Class in org.gephi.data.attributes.type
-
Represents
Double type which can have got different values in
different time intervals.
- DynamicDouble() - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a new DynamicType instance with no intervals.
- DynamicDouble(Interval<Double>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicDouble(List<Interval<Double>>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicDouble(DynamicDouble) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a deep copy of source.
- DynamicDouble(DynamicDouble, Interval<Double>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicDouble(DynamicDouble, Interval<Double>, Interval<Double>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicDouble(DynamicDouble, List<Interval<Double>>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicDouble(DynamicDouble, List<Interval<Double>>, List<Interval<Double>>) - Constructor for class org.gephi.data.attributes.type.DynamicDouble
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicFloat - Class in org.gephi.data.attributes.type
-
Represents
Float type which can have got different values in
different time intervals.
- DynamicFloat() - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a new DynamicType instance with no intervals.
- DynamicFloat(Interval<Float>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicFloat(List<Interval<Float>>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicFloat(DynamicFloat) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a deep copy of source.
- DynamicFloat(DynamicFloat, Interval<Float>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicFloat(DynamicFloat, Interval<Float>, Interval<Float>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicFloat(DynamicFloat, List<Interval<Float>>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicFloat(DynamicFloat, List<Interval<Float>>, List<Interval<Float>>) - Constructor for class org.gephi.data.attributes.type.DynamicFloat
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicGraph - Interface in org.gephi.dynamic.api
-
The wrapper for graph and time interval.
- DynamicInteger - Class in org.gephi.data.attributes.type
-
Represents
Integer type which can have got different values in
different time intervals.
- DynamicInteger() - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a new DynamicType instance with no intervals.
- DynamicInteger(Interval<Integer>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicInteger(List<Interval<Integer>>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicInteger(DynamicInteger) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a deep copy of source.
- DynamicInteger(DynamicInteger, Interval<Integer>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicInteger(DynamicInteger, Interval<Integer>, Interval<Integer>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicInteger(DynamicInteger, List<Interval<Integer>>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicInteger(DynamicInteger, List<Interval<Integer>>, List<Interval<Integer>>) - Constructor for class org.gephi.data.attributes.type.DynamicInteger
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicLong - Class in org.gephi.data.attributes.type
-
Represents
Long type which can have got different values in
different time intervals.
- DynamicLong() - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a new DynamicType instance with no intervals.
- DynamicLong(Interval<Long>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicLong(List<Interval<Long>>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicLong(DynamicLong) - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a deep copy of source.
- DynamicLong(DynamicLong, Interval<Long>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicLong(DynamicLong, Interval<Long>, Interval<Long>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicLong(DynamicLong, List<Interval<Long>>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicLong(DynamicLong, List<Interval<Long>>, List<Interval<Long>>) - Constructor for class org.gephi.data.attributes.type.DynamicLong
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicModel - Interface in org.gephi.dynamic.api
-
Model that maintains the dynamic states of the application, which include the
minimum and the maximum bounds, as well as the current visible interval.
- DynamicModel.TimeFormat - Enum in org.gephi.dynamic.api
-
The way the time is represented, either a simple real value (DOUBLE),
a unix timestamp, a date or a datetime.
- dynamicModelChanged(DynamicModelEvent) - Method in interface org.gephi.dynamic.api.DynamicModelListener
-
- DynamicModelEvent - Class in org.gephi.dynamic.api
-
Event from the dynamic model.
- DynamicModelEvent(DynamicModelEvent.EventType, DynamicModel, Object) - Constructor for class org.gephi.dynamic.api.DynamicModelEvent
-
- DynamicModelEvent.EventType - Enum in org.gephi.dynamic.api
-
Event from the dynamic model.
- DynamicModelListener - Interface in org.gephi.dynamic.api
-
Listener for the dynamicModel.
- DynamicParser - Class in org.gephi.data.attributes.type
-
Class for parsing dynamic types with several intervals.
- DynamicParser() - Constructor for class org.gephi.data.attributes.type.DynamicParser
-
- DynamicShort - Class in org.gephi.data.attributes.type
-
Represents
Short type which can have got different values in
different time intervals.
- DynamicShort() - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a new DynamicType instance with no intervals.
- DynamicShort(Interval<Short>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicShort(List<Interval<Short>>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicShort(DynamicShort) - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a deep copy of source.
- DynamicShort(DynamicShort, Interval<Short>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicShort(DynamicShort, Interval<Short>, Interval<Short>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicShort(DynamicShort, List<Interval<Short>>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicShort(DynamicShort, List<Interval<Short>>, List<Interval<Short>>) - Constructor for class org.gephi.data.attributes.type.DynamicShort
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicStatistics - Interface in org.gephi.statistics.spi
-
Define a dynamic statistics implementation.
- DynamicString - Class in org.gephi.data.attributes.type
-
Represents
String type which can have got different values in
different time intervals.
- DynamicString() - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a new DynamicType instance with no intervals.
- DynamicString(Interval<String>) - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicString(List<Interval<String>>) - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicString(DynamicString) - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a deep copy of source.
- DynamicString(DynamicString, Interval<String>) - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicString(DynamicString, Interval<String>, Interval<String>) - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicString(DynamicString, List<Interval<String>>) - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicString(DynamicString, List<Interval<String>>, List<Interval<String>>) - Constructor for class org.gephi.data.attributes.type.DynamicString
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicType<T> - Class in org.gephi.data.attributes.type
-
A special type which provides methods of getting/setting values of any time
interval.
- DynamicType() - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a new DynamicType instance with no intervals.
- DynamicType(Interval<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a new DynamicType instance that contains a given
Interval<T> in.
- DynamicType(List<Interval<T>>) - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a new DynamicType instance with intervals given by
List<Interval<T>> in.
- DynamicType(DynamicType<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a deep copy of source.
- DynamicType(DynamicType<T>, Interval<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicType(DynamicType<T>, Interval<T>, Interval<T>) - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a deep copy of source that contains a given
Interval<T> in.
- DynamicType(DynamicType<T>, List<Interval<T>>) - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- DynamicType(DynamicType<T>, List<Interval<T>>, List<Interval<T>>) - Constructor for class org.gephi.data.attributes.type.DynamicType
-
Constructs a deep copy of source with additional intervals
given by List<Interval<T>> in.
- g() - Method in interface org.gephi.graph.api.Renderable
-
Get green component of the element color.
- GeneralActionsManipulator - Interface in org.gephi.datalab.spi.general
-
Manipulator for general actions that don't need to obtain any data before being executed.
- generate(Generator) - Method in interface org.gephi.io.generator.api.GeneratorController
-
Execute a generator task in a background thread.
- generate(ContainerLoader) - Method in interface org.gephi.io.generator.spi.Generator
-
Main method that generates the graph and put it in the container.
- Generator - Interface in org.gephi.io.generator.spi
-
Define a generator, that is generating graph structure from a bunch of parameters.
- GeneratorController - Interface in org.gephi.io.generator.api
-
Generator tasks controller, maintains generators list and the
execution flow.
- GeneratorUI - Interface in org.gephi.io.generator.spi
-
Defines settings panel for a particular generator.
- getAddedColumns() - Method in interface org.gephi.data.attributes.api.AttributeEventData
-
Returns columns that have been added.
- getAllCollums(AttributeModel) - Method in class org.gephi.data.attributes.api.AttributeUtils
-
- getAlpha() - Method in interface org.gephi.graph.api.TextData
-
Returns alpha color value (transparency) of the text.
- getApplet() - Method in interface org.gephi.preview.api.ProcessingTarget
-
Returns the current applet if the mode is set to applet.
- getArchivedFile(FileObject) - Static method in class org.gephi.io.importer.api.ImportUtils
-
- getAsText() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor
-
- getAsText() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantOriginalColorPropertyEditor
-
- getAsText() - Method in class org.gephi.preview.types.propertyeditors.BasicEdgeColorPropertyEditor
-
- getAttributeColumnsManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
- getAttributeColumnsManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array that has one instance of every AttributeColumnsManipulator implementation
that has a builder registered and returns it.
- getAttributeColumnsMergeStrategies() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array that has one new instance of every AttributeColumnsMergeStrategy implementation that is registered.
- getAttributeColumnsMergeStrategy() - Method in interface org.gephi.datalab.spi.columns.merge.AttributeColumnsMergeStrategyBuilder
-
- getAttributeColumnsMergeStrategyByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
- getAttributeModel() - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Returns the attribute model for this container.
- getAttributeModel() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getAttributeRow() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getAttributeRow() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getAttributeRowsMergeStrategies() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array that has one new instance of every AttributeRowsMergeStrategy implementation that is registered.
- getAttributeRowsMergeStrategy() - Method in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategyBuilder
-
- getAttributeRowsMergeStrategyByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeRowsMergeStrategy with that class name or null if it does not exist
- getAttributes() - Method in interface org.gephi.graph.api.Attributable
-
Returns element's attributes.
- getAttributes() - Method in interface org.gephi.graph.api.EdgeData
-
Gets the access to the attributes, all the custom data related to this
object.
- getAttributesValues(Node, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Node in the given
point of time using Estimator.FIRST for each dynamic
attribute.
- getAttributesValues(Node, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Node in the given
point of time using given Estimators.
- getAttributesValues(Node, double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Node in the given
time interval of time using Estimator.FIRST for
each dynamic attribute.
- getAttributesValues(Node, Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Node in the given
time interval of time using Estimator.FIRST for
each dynamic attribute.
- getAttributesValues(Node, double, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Node in the given
time interval of time using given Estimators.
- getAttributesValues(Node, Interval, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Node in the given
time interval of time using given Estimators.
- getAttributesValues(Edge, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Edge in the given
point of time using Estimator.FIRST for
each dynamic attribute.
- getAttributesValues(Edge, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Edge in the given
point of time using given Estimators.
- getAttributesValues(Edge, double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Edge in the given
time interval of time using Estimator.FIRST for
each dynamic attribute.
- getAttributesValues(Edge, Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Edge in the given
time interval of time using Estimator.FIRST for
each dynamic attribute.
- getAttributesValues(Edge, double, double, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Edge in the given
time interval of time using given Estimators.
- getAttributesValues(Edge, Interval, Estimator[]) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns values of attributes of the given Edge in the given
time interval of time using given Estimators.
- getAttributeValueAt(int) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Returns the value at given index or null if the index is not valid.
- getAttributeValueManipulator() - Method in interface org.gephi.datalab.spi.values.AttributeValueManipulatorBuilder
-
- getAttributeValueManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
- getAttributeValueManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array with one new instance of every AttributeValueManipulator
that has a builder registered and returns it.
- getAuthor() - Method in interface org.gephi.project.api.ProjectMetaData
-
- getAutoTransformerRanking(Transformer) - Method in interface org.gephi.ranking.api.RankingModel
-
If transformer is an auto transformer, returns the ranking
associated to it.
- getAvailableGroupsToMoveNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Prepares and returns an array with the groups that the given nodes can be moved to.
- getB() - Method in interface org.gephi.graph.api.TextData
-
Get blue component of the text color.
- getBaseFont(Font) - Method in interface org.gephi.preview.api.PDFTarget
-
Get a the equivalent in iText of the Java font.
- getBooleanValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a boolean.
- getBounds() - Method in interface org.gephi.statistics.spi.DynamicStatistics
-
Returns the min and max bounds.
- getBuilder(Filter) - Method in interface org.gephi.filters.api.FilterLibrary
-
Returns the builder that has created filter.
- getBuilder() - Method in interface org.gephi.layout.spi.Layout
-
The reference to the LayoutBuilder that instanciated this Layout.
- getBuilder(Class<? extends Statistics>) - Method in interface org.gephi.statistics.api.StatisticsController
-
Finds the builder from the statistics class.
- getBuilders() - Method in interface org.gephi.filters.spi.CategoryBuilder
-
Returns the filter builders this category builder is building.
- getBzipFile(FileObject, File, boolean) - Static method in class org.gephi.io.importer.api.ImportUtils
-
Uncompress a Bzip2 file.
- getCameraDistance() - Method in interface org.gephi.graph.api.Model
-
- getCanonicalName() - Method in class org.gephi.layout.spi.LayoutProperty
-
- getCategory() - Method in interface org.gephi.filters.spi.CategoryBuilder
-
Returns the category builders are to be grouped in.
- getCategory() - Method in interface org.gephi.filters.spi.FilterBuilder
-
Returns the category this filter builder belongs to.
- getCategory() - Method in interface org.gephi.filters.spi.FilterLibraryMask
-
Returns the Category this masks is associated.
- getCategory() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
-
There are two levels for wizard UIs, the category and then the display name.
- getCategory() - Method in class org.gephi.layout.spi.LayoutProperty
-
Return the category of the property
- getCategory() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the category of this property or null if not set.
- getCategory() - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Returns the category of this metric.
- getChart() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the current timeline chart or null if node.
- getChildProperties(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties which defined property as a dependency.
- getChildren() - Method in interface org.gephi.filters.api.Query
-
Returns queries that are children of this query.
- getChildren(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns children of node.
- getChildrenCount(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the number of children of node.
- getChildrenSlotsCount() - Method in interface org.gephi.filters.api.Query
-
Returns the limit number of children this query can have.
- getClientProperties() - Method in interface org.gephi.graph.api.GraphSettings
-
- getClientProperty(String) - Method in interface org.gephi.graph.api.GraphSettings
-
- getClusterer() - Method in interface org.gephi.clustering.spi.ClustererBuilder
-
- getClustererClass() - Method in interface org.gephi.clustering.spi.ClustererBuilder
-
- getClusterers() - Method in interface org.gephi.clustering.api.ClusteringModel
-
- getClusters() - Method in interface org.gephi.clustering.spi.Clusterer
-
- getColor() - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- getColor() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getColor() - Method in interface org.gephi.io.importer.api.NodeDraft
-
- getColor() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getColor() - Method in interface org.gephi.partition.api.Part
-
- getColor(Color) - Method in class org.gephi.preview.types.DependantColor
-
- getColor(Color, Color) - Method in class org.gephi.preview.types.DependantOriginalColor
-
- getColor(Color, Color, Color) - Method in class org.gephi.preview.types.EdgeColor
-
- getColorValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns an the property value as a Color.
- getColumn(int) - Method in interface org.gephi.data.attributes.api.AttributeTable
-
Gets the column at the index of null if the
index is not valid.
- getColumn(String) - Method in interface org.gephi.data.attributes.api.AttributeTable
-
Gets the column with the given identifier or null if it is
not found.
- getColumn(String, AttributeType) - Method in interface org.gephi.data.attributes.api.AttributeTable
-
Gets the column which match the given parameters or null
if it is not found.
- getColumn() - Method in interface org.gephi.data.attributes.api.AttributeValue
-
Returns the column this value belongs.
- getColumn() - Method in interface org.gephi.partition.api.Partition
-
- getColumn() - Method in interface org.gephi.timeline.api.TimelineChart
-
The attribute column used to create this chart.
- getColumnAt(int) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Returns the column at given index or null if the index is not valid
- getColumnNumbers(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Prepares an array with all not null numbers of all the rows of a given column.
- getColumns() - Method in interface org.gephi.data.attributes.api.AttributeTable
-
Returns the current columns.
- getColumnsToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Returns columns indexes to search
- getContainer() - Method in interface org.gephi.io.importer.spi.Importer
-
Returns the import container.
- getContentByte() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the PDFContentBype instance of the PDFTarget.
- getCount() - Method in interface org.gephi.graph.api.MetaEdge
-
Returns the number of edges this meta-edge represents
- getCurrentProject() - Method in interface org.gephi.project.api.ProjectController
-
- getCurrentProject() - Method in interface org.gephi.project.api.Projects
-
- getCurrentQuery() - Method in interface org.gephi.filters.api.FilterModel
-
Returns the query currently active or null if none is active.
- getCurrentWorkspace() - Method in interface org.gephi.project.api.ProjectController
-
- getCurrentWorkspace() - Method in interface org.gephi.project.api.WorkspaceProvider
-
- getCustomColor() - Method in class org.gephi.preview.types.DependantColor
-
- getCustomColor() - Method in class org.gephi.preview.types.DependantOriginalColor
-
- getCustomColor() - Method in class org.gephi.preview.types.EdgeColor
-
- getCustomMax() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the custom max value.
- getCustomMin() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the custom min value.
- getData() - Method in interface org.gephi.data.attributes.api.AttributeEvent
-
- getData() - Method in class org.gephi.dynamic.api.DynamicModelEvent
-
- getData() - Method in interface org.gephi.graph.api.GraphEvent
-
Returns the data associated to this event.
- getData(String) - Method in interface org.gephi.preview.api.Item
-
Returns data associated to this item.
- getData() - Method in class org.gephi.timeline.api.TimelineModelEvent
-
- getDatabase() - Method in interface org.gephi.io.importer.spi.DatabaseImporter
-
Returns the current database description, connexion details and queries
- getDataTablesEventListener() - Method in interface org.gephi.datalab.api.datatables.DataTablesController
-
Returns the current registered DataTablesEventListener.
- getDataTablesEventListener() - Method in interface org.gephi.datalab.api.datatables.DataTablesEventListenerBuilder
-
Get default implementation
- getDBName() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getDBName() - Method in interface org.gephi.io.importer.api.Database
-
- getDefault() - Static method in class org.gephi.data.attributes.api.AttributeUtils
-
- getDefault() - Static method in class org.gephi.datalab.api.DataLaboratoryHelper
-
- getDefaultValue() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the default value for this column.
- getDefaultValue() - Method in enum org.gephi.data.properties.PropertiesColumn
-
- getDegree(Node) - Method in interface org.gephi.graph.api.Graph
-
Returns the degree of node.
- getDescendant(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns descendants of node.
- getDescendantCount(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the number of descendant of node.
- getDescendantsAndSelf() - Method in interface org.gephi.filters.api.Query
-
Utility method that returns all descendant queries plus this query.
- getDescription() - Method in interface org.gephi.clustering.spi.ClustererBuilder
-
- getDescription() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
-
Description of the AttributeColumnsManipulator.
- getDescription() - Method in interface org.gephi.datalab.spi.Manipulator
-
Description of the Manipulator.
- getDescription() - Method in interface org.gephi.filters.spi.FilterBuilder
-
Returns ths description text of this filter builder
- getDescription() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
-
Returns the description for this importer
- getDescription() - Method in interface org.gephi.layout.spi.LayoutUI
-
The description of the layout algorithm purpose.
- getDescription() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the description of this property or null if not set.
- getDescription() - Method in interface org.gephi.project.api.ProjectMetaData
-
- getDescription() - Method in interface org.gephi.tools.spi.ToolUI
-
Returns the tool's description.
- getDimensions() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns the width and height of the graph in the graph coordinates.
- getDirectedEdges() - Method in interface org.gephi.graph.api.MixedGraph
-
Returns an edge iterator of directed edges in the graph.
- getDirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a DirectedGraph to access the main view.
- getDirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a DirectedGraph to access view.
- getDirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a DirectedGraph to access the visible view.
- getDisplayName() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
-
Returns name/title for the window
- getDisplayName() - Method in interface org.gephi.datalab.spi.ManipulatorUI
-
Returns name/title for the window
- getDisplayName() - Method in interface org.gephi.io.exporter.spi.ExporterUI
-
Returns the exporter display name
- getDisplayName() - Method in interface org.gephi.io.importer.spi.ImporterUI
-
Returns the importer display name
- getDisplayName() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
-
Returns the importer display name
- getDisplayName() - Method in interface org.gephi.io.processor.spi.Processor
-
Returns the processor name.
- getDisplayName() - Method in interface org.gephi.partition.api.Part
-
- getDisplayName() - Method in interface org.gephi.perspective.spi.Perspective
-
Return the name to display in the user interface.
- getDisplayName() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the display name of this property or null if not set.
- getDisplayName() - Method in interface org.gephi.preview.spi.Renderer
-
Provides an user friendly name for the renderer.
- getDisplayName() - Method in interface org.gephi.ranking.api.Ranking
-
Returns the display name of this ranking.
- getDisplayName() - Method in interface org.gephi.ranking.spi.TransformerUI
-
Returns the display name of the transformer
- getDisplayName() - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Returns this statistics display name
- getDisplayName(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
-
Returns the current task's display name, or an empty string.
- getDisplayName() - Method in interface org.gephi.utils.progress.ProgressTicket
-
Returns the current display name
- getDocument() - Method in interface org.gephi.preview.api.SVGTarget
-
Returns the SVG document
- getDoubleFromXMLDateString(String) - Static method in class org.gephi.data.attributes.type.DynamicParser
-
- getDoubleValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a double.
- getDynamicGraphColumns() - Method in interface org.gephi.timeline.api.TimelineController
-
Returns all the possible dynamic attribute columns.
- getDynamicType(AttributeType) - Static method in class org.gephi.data.attributes.type.TypeConvertor
-
Returns the corresponding dynamic type from staticType For example
returns DYNAMIC_FLOAT if given type is FLOAT.
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Finds and returns an edge that connects source and target.
- getEdge() - Method in interface org.gephi.graph.api.EdgeData
-
Returns the edge this edge data belongs.
- getEdge(int) - Method in interface org.gephi.graph.api.Graph
-
Returns the edge with identifier equals to id.
- getEdge(String) - Method in interface org.gephi.graph.api.Graph
-
Returns the edge with identifier equals to id.
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.Graph
-
Finds and returns a directed or undirected edge that connects node1 and
node2.
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.MixedGraph
-
Finds and returns a directed or undirected edge that connects node1 and
node2.
- getEdge(Node, Node) - Method in interface org.gephi.graph.api.UndirectedGraph
-
Find and returns an edge that connects node1 and node2.
- getEdge(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Returns the edge with the given id, or null if
not found.
- getEdge(NodeDraft, NodeDraft) - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Returns the edge with the given source and target
or null if not found.
- getEdge(NodeDraftGetter, NodeDraftGetter) - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getEdgeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
Returns the delegated edge attribute value.
- getEdgeCount() - Method in interface org.gephi.graph.api.Graph
-
Returns the number of edges in the graph
- getEdgeData() - Method in interface org.gephi.graph.api.Edge
-
Returns edge data.
- getEdgeDefault() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getEdgePartitions() - Method in interface org.gephi.partition.api.PartitionModel
-
- getEdgeProperty(String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
-
- getEdgePropertyTitle(PropertiesAssociations.EdgeProperties) - Method in class org.gephi.io.importer.api.PropertiesAssociations
-
- getEdgeRankings() - Method in interface org.gephi.ranking.api.RankingModel
-
Get all rankings for edge elements.
- getEdges() - Method in interface org.gephi.graph.api.Graph
-
Returns edges contained in the graph.
- getEdges(Node) - Method in interface org.gephi.graph.api.Graph
-
Returns edges incident to node.
- getEdges() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getEdgesAndMetaEdges() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Return a unique EdgeIterable for edges and meta edges.
- getEdgesAndMetaEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns edges and meta edges incident to node.
- getEdgesCount() - Method in interface org.gephi.datalab.api.GraphElementsController
-
Returns the number of edges in the graph.
- getEdgesManipulator() - Method in interface org.gephi.datalab.spi.edges.EdgesManipulatorBuilder
-
- getEdgesManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
- getEdgesManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array with one new instance of every EdgesManipulator
that has a builder registered and returns it.
- getEdgesToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Getters and setters
- getEdgesTree() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Similar as
Graph.getEdges() but all nodes are visited in the hierarchy, so
it returns edges for all possible nodes.
- getEdgeTable() - Method in interface org.gephi.data.attributes.api.AttributeModel
-
Returns the edge table.
- getEdgeTransformerBuilder() - Method in interface org.gephi.partition.api.PartitionModel
-
- getEdgeVersion() - Method in interface org.gephi.graph.api.Graph
-
Return the current edge version of the graph.
- getElementsCount() - Method in interface org.gephi.partition.api.Partition
-
- getElementType() - Method in interface org.gephi.ranking.api.Ranking
-
Return the type of element this ranking is manipulating.
- getEnabledMouseListeners() - Method in interface org.gephi.preview.api.PreviewModel
-
- getEnd() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- getEstimator() - Method in interface org.gephi.dynamic.api.DynamicModel
-
Returns the current
ESTIMATOR, used to get values from
DynamicType.
- getEventType() - Method in interface org.gephi.data.attributes.api.AttributeEvent
-
- getEventType() - Method in class org.gephi.dynamic.api.DynamicModelEvent
-
- getEventType() - Method in interface org.gephi.graph.api.GraphEvent
-
Returns the type of event.
- getEventType() - Method in interface org.gephi.ranking.api.RankingEvent
-
Returns the type of event.
- getEventType() - Method in class org.gephi.timeline.api.TimelineModelEvent
-
- getExceptionLevel() - Method in class org.gephi.io.importer.api.Report
-
Get the current exception level for the report.
- getExporter(String) - Method in interface org.gephi.io.exporter.api.ExportController
-
- getExtension() - Method in class org.gephi.io.exporter.api.FileType
-
- getExtension() - Method in class org.gephi.io.importer.api.FileType
-
- getExtensions() - Method in class org.gephi.io.exporter.api.FileType
-
- getExtensions() - Method in class org.gephi.io.importer.api.FileType
-
- getFile() - Method in interface org.gephi.project.api.ProjectInformation
-
- getFileExporter(File) - Method in interface org.gephi.io.exporter.api.ExportController
-
- getFileImporter(File) - Method in interface org.gephi.io.importer.api.ImportController
-
- getFileImporter(String) - Method in interface org.gephi.io.importer.api.ImportController
-
- getFileName() - Method in interface org.gephi.project.api.ProjectInformation
-
- getFileTypes() - Method in interface org.gephi.io.exporter.spi.FileExporterBuilder
-
Get default file types this exporter can deal with.
- getFileTypes() - Method in interface org.gephi.io.importer.api.ImportController
-
- getFileTypes() - Method in interface org.gephi.io.importer.spi.FileImporterBuilder
-
Get default file types this importer can deal with.
- getFilter() - Method in interface org.gephi.filters.api.Query
-
Returns the filter this query is wrapping.
- getFilter() - Method in interface org.gephi.filters.spi.FilterBuilder
-
Builds a new Filter instance.
- getFilter() - Method in class org.gephi.filters.spi.FilterProperty
-
Returns the filter instance this property is associated to.
- getFloatValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a float.
- getFontValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns an the property value as a Font.
- getFoundColumnIndex() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- getFoundEdge() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- getFoundNode() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- getFoundRowIndex() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- getG() - Method in interface org.gephi.graph.api.TextData
-
Get green component of the text color.
- getGeneralActionsManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
- getGeneralActionsManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array with one instance of every GeneralActionsManipulator that is registered.
- getGenerators() - Method in interface org.gephi.io.generator.api.GeneratorController
-
Returns generators currently loaded in the system.
- getGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a Graph to access the main view.
- getGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a Graph to access view/code>.
- getGraphics() - Method in interface org.gephi.preview.api.ProcessingTarget
-
Returns the current graphics object.
- getGraphModel() - Method in interface org.gephi.graph.api.Graph
-
Returns the graph model this graph belongs to.
- getGraphModel() - Method in interface org.gephi.graph.api.GraphView
-
Returns the graph model this view belongs.
- getGraphTable() - Method in interface org.gephi.data.attributes.api.AttributeModel
-
Returns the graph table.
- getGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a Graph to access the visible view.
- getGroupData() - Method in interface org.gephi.graph.api.Group
-
- getGzFile(FileObject, File, boolean) - Static method in class org.gephi.io.importer.api.ImportUtils
-
Uncompress a GZIP file.
- getHeight() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the height of the tree.
- getHeight() - Method in interface org.gephi.graph.api.TextData
-
Returns text height
- getHeight() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getHierarchicalDirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalDirectedGraph to access the main view.
- getHierarchicalDirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalDirectedGraph to access view.
- getHierarchicalDirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalDirectedGraph to access the visible view.
- getHierarchicalGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalGraph to access the main view.
- getHierarchicalGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalGraph to access view.
- getHierarchicalGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalGraph to access the visible view.
- getHierarchicalMixedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalMixedGraph to access the main view.
- getHierarchicalMixedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalMixedGraph to access view.
- getHierarchicalMixedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalMixedGraph to access the visible view.
- getHierarchicalUndirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalUndirectedGraph to access the main view.
- getHierarchicalUndirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalUndirectedGraph to access view.
- getHierarchicalUndirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a HierarchicalUndirectedGraph to access the visible view.
- getHierarchyEdges() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
- getHigh() - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the rightmost point or Double.POSITIVE_INFINITY in case
of no intervals.
- getHigh() - Method in class org.gephi.data.attributes.type.Interval
-
Returns the right endpoint.
- getHigh() - Method in class org.gephi.data.attributes.type.IntervalTree
-
Returns the rightmost point or Double.POSITIVE_INFINITY in case
of no intervals.
- getHigh() - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns the right endpoint of the time interval wrapped by this
DynamicGraph.
- getHost() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getHost() - Method in interface org.gephi.io.importer.api.Database
-
- getHtml() - Method in class org.gephi.io.importer.api.Report
-
Returns the report logs and issues, presented as HTML code.
- getHullModel() - Method in interface org.gephi.graph.api.GroupData
-
- getIcon() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
-
Returns an icon for this AttributeColumnsManipulator if necessary.
- getIcon() - Method in interface org.gephi.datalab.spi.Manipulator
-
Returns an icon for this manipulator if necessary.
- getIcon() - Method in class org.gephi.filters.spi.Category
-
Returns the icon or null if the category has no icon.
- getIcon() - Method in interface org.gephi.filters.spi.FilterBuilder
-
Returns the icon of this filter builder
- getIcon() - Method in interface org.gephi.layout.spi.LayoutUI
-
The icon that represents the layout action.
- getIcon() - Method in interface org.gephi.partition.spi.TransformerUI
-
- getIcon() - Method in interface org.gephi.perspective.spi.Perspective
-
Return the icon of the perspective.
- getIcon() - Method in interface org.gephi.preview.spi.PreviewUI
-
Returns the icon of the tab or null if none
- getIcon() - Method in interface org.gephi.ranking.spi.TransformerUI
-
Returns the transformer's icon
- getIcon() - Method in interface org.gephi.tools.spi.ToolUI
-
Returns the tool icon, for the toobar.
- getId() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the id of this column.
- getId() - Method in enum org.gephi.data.properties.PropertiesColumn
-
- getId() - Method in interface org.gephi.graph.api.Edge
-
Returns the unique identifier of the edge.
- getId() - Method in interface org.gephi.graph.api.EdgeData
-
Returns the string identifier of this edge.
- getId() - Method in interface org.gephi.graph.api.Node
-
Returns the unique identifier.
- getId() - Method in interface org.gephi.graph.api.NodeData
-
Returns the string identifier of this node.
- getId() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getId() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getIdentifier() - Method in interface org.gephi.project.spi.WorkspacePersistenceProvider
-
Unique XML tag identifier for your WorkspacePersistenceProvider
- getInDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns the number of incoming edges incident to node.
- getIndex() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the index of this column.
- getIndex() - Method in enum org.gephi.data.properties.PropertiesColumn
-
- getInEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns incoming edges incident to node.
- getInEdgesAndMetaInEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns incoming edges and meta edges incident to node.
- getInfos() - Method in class org.gephi.io.importer.api.PropertiesAssociations
-
- getInnerEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns edges incident to nodeGroup and nodeGroup's descendants.
- getInputCount() - Method in interface org.gephi.filters.spi.Operator
-
- getInterpolator() - Method in interface org.gephi.ranking.api.RankingModel
-
Returns the current interpolator.
- getInterval() - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns the time interval wrapped by this DynamicGraph.
- getIntervalEnd() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the upper bound of the interval.
- getIntervals() - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns a list of all intervals.
- getIntervals(Interval) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns a list of intervals which overlap with a given time interval.
- getIntervals(double, double) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns a list of intervals which overlap with a
[low, high] time interval.
- getIntervals() - Method in class org.gephi.data.attributes.type.IntervalTree
-
Returns all intervals.
- getIntervalStart() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the lower bound of the interval.
- getIntValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as an int.
- getIssues() - Method in class org.gephi.io.importer.api.Report
-
Returns all issues written in the report.
- getItem(int) - Method in class org.gephi.data.attributes.type.AbstractList
-
- getItem(String, Object) - Method in interface org.gephi.preview.api.PreviewModel
-
Returns the item attached to
source and with the type
type.
- getItems(String) - Method in interface org.gephi.preview.api.PreviewModel
-
Returns all items with
type as type.
- getItems(Object) - Method in interface org.gephi.preview.api.PreviewModel
-
Returns all items attached to
source.
- getItems(Graph, AttributeModel) - Method in interface org.gephi.preview.spi.ItemBuilder
-
Build items from the graph and attributeModel.
- getKeys() - Method in interface org.gephi.preview.api.Item
-
Returns all the keys.
- getKeywords() - Method in interface org.gephi.project.api.ProjectMetaData
-
- getLabel() - Method in interface org.gephi.graph.api.EdgeData
-
Returns the edge label, or null if none has been set.
- getLabel() - Method in interface org.gephi.graph.api.NodeData
-
Returns the node label, or null if none has been set.
- getLabel() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getLabel() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getLabelColor() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getLabelColor() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getLabelSize() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getLabelSize() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getLayout(LayoutBuilder) - Method in interface org.gephi.layout.api.LayoutModel
-
Return a layout instance for the given layoutBuilder.
- getLayoutData() - Method in interface org.gephi.graph.api.EdgeData
-
Returns the layout data object associated to this edge.
- getLayoutData() - Method in interface org.gephi.graph.api.NodeData
-
Returns the layout data object associated to this node.
- getLevel(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the level of node in the hierarchy.
- getLevel() - Method in class org.gephi.io.importer.api.Issue
-
- getLevelSize(int) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
The number of nodes located at the given level int the hierarchy.
- getLibrary() - Method in interface org.gephi.filters.api.FilterModel
-
- getListeners() - Method in interface org.gephi.tools.spi.Tool
-
Returns the declared tool listeners for this tool.
- getLoader() - Method in interface org.gephi.io.importer.api.Container
-
Get containers loading interface.
- getLookup() - Method in interface org.gephi.filters.api.FilterLibrary
-
Returns this library's lookup.
- getLookup() - Method in interface org.gephi.project.api.Project
-
Gets any optional abilities of this project.
- getLookup() - Method in interface org.gephi.project.api.Workspace
-
Get any instance in the current lookup.
- getLow() - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the leftmost point or Double.NEGATIVE_INFINITY in case
of no intervals.
- getLow() - Method in class org.gephi.data.attributes.type.Interval
-
Returns the left endpoint.
- getLow() - Method in class org.gephi.data.attributes.type.IntervalTree
-
Returns the leftmost point or Double.NEGATIVE_INFINITY in case
of no intervals.
- getLow() - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns the left endpoint of the time interval wrapped by this
DynamicGraph.
- getLowerBound() - Method in class org.gephi.filters.api.Range
-
- getLowerBound() - Method in interface org.gephi.ranking.api.Transformer
-
Returns the lower bound filter value.
- getLowerByte() - Method in class org.gephi.filters.api.Range
-
- getLowerDouble() - Method in class org.gephi.filters.api.Range
-
- getLowerFloat() - Method in class org.gephi.filters.api.Range
-
- getLowerInteger() - Method in class org.gephi.filters.api.Range
-
- getLowerLong() - Method in class org.gephi.filters.api.Range
-
- getLowerShort() - Method in class org.gephi.filters.api.Range
-
- getManagedEnabledRenderers() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns
managedRenderers Renderers that are enabled, or null if
managedRenderers is null.
- getManagedRenderers() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns currently managed renderers, or null.
- getMarginBottom() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the bottom of the page.
- getMarginLeft() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the left of the page.
- getMarginRight() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the right of the page.
- getMarginTop() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the margin at the top of the page.
- getMax(AttributeColumn, Comparable[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
-
- getMax() - Method in interface org.gephi.dynamic.api.DynamicModel
-
Returns the maximum of the time intervals defined in elements (i.e.
- getMax() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the max value of the time scale.
- getMaximum() - Method in class org.gephi.filters.api.Range
-
- getMaximumValue() - Method in interface org.gephi.ranking.api.Ranking
-
Returns the maximum value of this ranking.
- getMaxX() - Method in interface org.gephi.timeline.api.TimelineChart
-
Returns the max X value.
- getMaxY() - Method in interface org.gephi.timeline.api.TimelineChart
-
Returns the max Y value.
- getMessage() - Method in class org.gephi.io.importer.api.Issue
-
- getMetaDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the degree for node's meta edges.
- getMetaEdge(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Finds and returns a meta-edge that connects source and
target.
- getMetaEdge(Node, Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Finds and returns a directed or undirected meta edge that connects node1 and
node2.
- getMetaEdgeBuilder() - Method in interface org.gephi.graph.api.GraphSettings
-
- getMetaEdges() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns meta edges for the whole graph.
- getMetaEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns meta edges for nodeGroup.
- getMetaInDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns the number of node's incoming meta edges.
- getMetaInEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns incoming meta edges incident to node.
- getMetaNode() - Method in interface org.gephi.clustering.api.Cluster
-
- getMetaOutDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns the number of node's outgoing meta edges.
- getMetaOutEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns outgoing meta edges incident to node.
- getMin(AttributeColumn, Comparable[]) - Method in class org.gephi.data.attributes.api.AttributeUtils
-
- getMin() - Method in interface org.gephi.dynamic.api.DynamicModel
-
Returns the minimum of the time intervals defined in elements (i.e.
- getMin() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the min value of the time scale.
- getMinimum() - Method in class org.gephi.filters.api.Range
-
- getMinimumValue() - Method in interface org.gephi.ranking.api.Ranking
-
Returns the minimum value of this ranking.
- getMinX() - Method in interface org.gephi.timeline.api.TimelineChart
-
Returns the min X value .This is the minimum interval in the chart.
- getMinY() - Method in interface org.gephi.timeline.api.TimelineChart
-
Returns the min Y value .This is the minimum value in the chart.
- getMixedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a MixedGraph to access the main view.
- getMixedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a MixedGraph to access view.
- getMixedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a MixedGraph to access the visible view.
- getMnemonicKey() - Method in interface org.gephi.datalab.spi.ContextMenuItemManipulator
-
Optional.
- getMode() - Method in class org.gephi.preview.types.DependantColor
-
- getMode() - Method in class org.gephi.preview.types.DependantOriginalColor
-
- getMode() - Method in class org.gephi.preview.types.EdgeColor
-
- getModel() - Method in interface org.gephi.data.attributes.api.AttributeController
-
Returns the model for the current Workspace.
- getModel(Workspace) - Method in interface org.gephi.data.attributes.api.AttributeController
-
Returns the model for the given Workspace.
- getModel() - Method in interface org.gephi.dynamic.api.DynamicController
-
Returns the dynamic model for the current workspace, or null if
the project is empty.
- getModel(Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
-
Returns the dynamic model for the given workspace.
- getModel() - Method in interface org.gephi.filters.api.FilterController
-
Returns the filter's model.
- getModel(Workspace) - Method in interface org.gephi.filters.api.FilterController
-
Returns the filter's model for workspace.
- getModel() - Method in interface org.gephi.graph.api.GraphController
-
Returns the graph model for the current workspace, or null
if project is empty.
- getModel(Workspace) - Method in interface org.gephi.graph.api.GraphController
-
Returns the graph model for the given workspace.
- getModel() - Method in interface org.gephi.graph.api.Renderable
-
Returns graphical 2D/3D model related to the element
- getModel() - Method in interface org.gephi.layout.api.LayoutController
-
Returns the model of the currently selected
Workspace.
- getModel() - Method in interface org.gephi.partition.api.PartitionController
-
- getModel() - Method in interface org.gephi.preview.api.PreviewController
-
Returns the current preview model in the current workspace.
- getModel(Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Returns the preview model in workspace.
- getModel() - Method in interface org.gephi.ranking.api.RankingController
-
Returns the ranking model of the current workspace.
- getModel(Workspace) - Method in interface org.gephi.ranking.api.RankingController
-
Returns the ranking model of workspace.
- getModel() - Method in interface org.gephi.statistics.api.StatisticsController
-
Returns the current StatisticsModel, from the current
workspace
- getModel(Workspace) - Method in interface org.gephi.statistics.api.StatisticsController
-
Returns the StatisticsModel for workspace
- getModel(Workspace) - Method in interface org.gephi.timeline.api.TimelineController
-
Returns the timeline model from workspace.
- getModel() - Method in interface org.gephi.timeline.api.TimelineController
-
Get the current model from the current workspace
- getMutualDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns the number of mutual edges incident to node.
- getName() - Method in interface org.gephi.clustering.api.Cluster
-
- getName() - Method in interface org.gephi.clustering.spi.ClustererBuilder
-
- getName() - Method in interface org.gephi.data.attributes.api.AttributeTable
-
Returns the name of this table.
- getName() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
-
Return name to show for this AttributeColumnsManipulator on the ui.
- getName() - Method in interface org.gephi.datalab.spi.Manipulator
-
Return name to show for this Manipulator on the ui.
- getName() - Method in interface org.gephi.filters.api.Query
-
Returns query's full name.
- getName() - Method in class org.gephi.filters.spi.Category
-
Returns the category's name.
- getName() - Method in interface org.gephi.filters.spi.Filter
-
Returns the filter's display name.
- getName() - Method in interface org.gephi.filters.spi.FilterBuilder
-
Returns the display name of this filter builder
- getName() - Method in class org.gephi.filters.spi.FilterProperty
-
Returns property's name
- getName() - Method in class org.gephi.io.exporter.api.FileType
-
- getName() - Method in interface org.gephi.io.exporter.spi.ExporterBuilder
-
Returns the name of this builder
- getName() - Method in interface org.gephi.io.generator.spi.Generator
-
Returns the generator display name.
- getName() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getName() - Method in interface org.gephi.io.importer.api.Database
-
- getName() - Method in class org.gephi.io.importer.api.FileType
-
- getName() - Method in interface org.gephi.io.importer.spi.ImporterBuilder
-
Returns the name of this builder
- getName() - Method in interface org.gephi.layout.spi.LayoutBuilder
-
The name of the behaviour of the Layout's provided by this Builder.
- getName() - Method in interface org.gephi.partition.spi.TransformerUI
-
- getName() - Method in interface org.gephi.perspective.spi.Perspective
-
Return a unique identifier for this perspective.
- getName() - Method in class org.gephi.preview.api.PreviewPreset
-
- getName() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the (unique) name of this property.
- getName() - Method in interface org.gephi.preview.spi.RenderTargetBuilder
-
Returns the name of the target builder.
- getName() - Method in interface org.gephi.project.api.ProjectInformation
-
- getName() - Method in interface org.gephi.project.api.WorkspaceInformation
-
- getName() - Method in interface org.gephi.ranking.api.Ranking
-
Returns the name of this ranking.
- getName() - Method in interface org.gephi.ranking.spi.TransformerBuilder
-
Returns the name of the transformer built by this builder.
- getName() - Method in interface org.gephi.statistics.spi.StatisticsBuilder
-
Returns the name of statistics
- getName() - Method in interface org.gephi.tools.spi.ToolUI
-
Returns the tool's name.
- getNeighbors(Node) - Method in interface org.gephi.graph.api.Graph
-
Returns neighbors of node.
- getNode(int) - Method in interface org.gephi.graph.api.Graph
-
Returns the node with identifier equals to id.
- getNode(String) - Method in interface org.gephi.graph.api.Graph
-
Returns the node with identifier equals to id.
- getNode() - Method in interface org.gephi.graph.api.ImmutableTreeNode
-
- getNode(int) - Method in interface org.gephi.graph.api.NodeData
-
Returns the node this node data belongs in the view that has
viewId has identifier or null if the view
cannot be found.
- getNode(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Returns the node with the given id, or create a new node
with this id if not found.
- getNode() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getNodeAttributeValue(T, AttributeColumn) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
Returns the delegated node attribute value.
- getNodeCount() - Method in interface org.gephi.graph.api.Graph
-
Returns the number of nodes in the graph.
- getNodeData() - Method in interface org.gephi.graph.api.Node
-
Returns the extended data that belongs to this node.
- getNodeEdges(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Prepares and returns an array with the edges incident to the specified node.
- getNodeNeighbours(Node) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Prepares and returns an array with the neighbour nodes of the specified node.
- getNodePartitions() - Method in interface org.gephi.partition.api.PartitionModel
-
- getNodeProperty(String) - Method in class org.gephi.io.importer.api.PropertiesAssociations
-
- getNodePropertyTitle(PropertiesAssociations.NodeProperties) - Method in class org.gephi.io.importer.api.PropertiesAssociations
-
- getNodeRankings() - Method in interface org.gephi.ranking.api.RankingModel
-
Get all rankings for node elements.
- getNodes() - Method in interface org.gephi.clustering.api.Cluster
-
- getNodes() - Method in interface org.gephi.graph.api.Graph
-
Returns nodes contained in the graph.
- getNodes(int) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns nodes at the given level in the hierarchy.
- getNodes() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getNodesCount() - Method in interface org.gephi.clustering.api.Cluster
-
- getNodesCount() - Method in interface org.gephi.datalab.api.GraphElementsController
-
Returns the number of nodes in the graph.
- getNodesManipulator() - Method in interface org.gephi.datalab.spi.nodes.NodesManipulatorBuilder
-
- getNodesManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
- getNodesManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array with one new instance of every NodesManipulator
that has a builder registered and returns it.
- getNodesToSearch() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- getNodesTree() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Similar as
Graph.getNodes() but all nodes are visited, not only those in the current view.
- getNodeTable() - Method in interface org.gephi.data.attributes.api.AttributeModel
-
Returns the node table.
- getNodeTransformerBuilder() - Method in interface org.gephi.partition.api.PartitionModel
-
- getNodeVersion() - Method in interface org.gephi.graph.api.Graph
-
Return the current node version of the graph.
- getNumberColumns(AttributeTable) - Method in class org.gephi.data.attributes.api.AttributeUtils
-
- getNumberEstimator() - Method in interface org.gephi.dynamic.api.DynamicModel
-
- getNumberOrNumberListColumnStatistics(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Calculates all statistics at once from a number/number list column using MathUtils class.
- getNumberValue(String, Number) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as a Number.
- getObj() - Method in interface org.gephi.graph.api.Model
-
- getObjects() - Method in interface org.gephi.partition.api.Part
-
- getOpposite(Node, Edge) - Method in interface org.gephi.graph.api.Graph
-
Returns the adjacent node of node through edge.
- getOrigin() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the origin of this column content, meta-data that describes where
the column comes from.
- getOrigin() - Method in enum org.gephi.data.properties.PropertiesColumn
-
- getOutDegree(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns the number of outgoing edges incident to node.
- getOutEdges(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns outgoing edges incident to node.
- getOutEdgesAndMetaOutEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns outgoing edges and meta edges incident to node.
- getOuterEdges(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns edges not incident to nodeGroup or nodeGroup's descendants.
- getPageSize() - Method in interface org.gephi.preview.api.PDFTarget
-
Returns the page's size.
- getPanel() - Method in interface org.gephi.clustering.spi.ClustererUI
-
- getPanel(Filter) - Method in interface org.gephi.filters.spi.FilterBuilder
-
Returns the settings panel for the filter this builder is building, the
filter object is passed as a parameter.
- getPanel() - Method in interface org.gephi.io.exporter.spi.ExporterUI
-
Returns the exporter settings panel.
- getPanel() - Method in interface org.gephi.io.generator.spi.GeneratorUI
-
Returns the panel settings.
- getPanel() - Method in interface org.gephi.io.importer.spi.ImporterUI
-
Returns the importer settings panel.
- getPanel() - Method in interface org.gephi.io.processor.spi.ProcessorUI
-
Returns the processor settings panel.
- getPanel() - Method in interface org.gephi.partition.spi.TransformerUI
-
- getPanel() - Method in interface org.gephi.preview.spi.PreviewUI
-
Returns the JPanel component to be displayed.
- getPanel() - Method in interface org.gephi.project.spi.ProjectPropertiesUI
-
- getPanel(Transformer, Ranking) - Method in interface org.gephi.ranking.spi.TransformerUI
-
Returns the panel associated to this transformer.
- getPanels() - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
-
Returns wizard panels.
- getPanelTitle() - Method in interface org.gephi.preview.spi.PreviewUI
-
Returns the title of the tab
- getParent() - Method in interface org.gephi.filters.api.Query
-
Returns the parent query or null if this query is root.
- getParent() - Method in class org.gephi.filters.spi.Category
-
Returns this category parent category or null if this
category has no parent.
- getParent(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the parent of node or null if node's parent is (virtual) root.
- getParentProperties(PreviewProperty) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties property defined as dependencies.
- getParents() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getPart(Element) - Method in interface org.gephi.partition.api.Partition
-
- getPartFromValue(Object) - Method in interface org.gephi.partition.api.Partition
-
- getPartition() - Method in interface org.gephi.partition.api.Part
-
- getParts() - Method in interface org.gephi.partition.api.Partition
-
- getPartsCount() - Method in interface org.gephi.partition.api.Partition
-
- getPasswd() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getPasswd() - Method in interface org.gephi.io.importer.api.Database
-
- getPercentage() - Method in interface org.gephi.partition.api.Part
-
- getPerspectives() - Method in interface org.gephi.perspective.api.PerspectiveController
-
Returns all perspectives installed.
- getPlayDelay() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the play delay in milliseconds.
- getPlayMode() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the play mode.
- getPlayStep() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the play step.
- getPluginGeneralActionsManipulatorByName(String) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Returns the AttributeColumnsMergeStrategy with that class name or null if it does not exist
- getPluginGeneralActionsManipulators() - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
Prepares an array with one instance of every PluginGeneralActionsManipulator that is registered.
- getPort() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getPort() - Method in interface org.gephi.io.importer.api.Database
-
- getPosition() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
-
Returns a position value that indicates the position
of this AttributeColumnsManipulator in its type group.
- getPosition() - Method in interface org.gephi.datalab.spi.Manipulator
-
Returns a position value that indicates the position
of this Manipulator in its type group.
- getPosition() - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Returns a position value, around 1 and 1000, that indicates the position
of the Statistics in the UI.
- getPosition() - Method in interface org.gephi.tools.spi.ToolUI
-
Returns the tool relative position.
- getPredecessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns node's predecessors.
- getProject() - Method in interface org.gephi.project.api.ProjectInformation
-
- getProject() - Method in interface org.gephi.project.api.WorkspaceInformation
-
- getProjects() - Method in interface org.gephi.project.api.ProjectController
-
- getProjects() - Method in interface org.gephi.project.api.Projects
-
- getProperties() - Method in interface org.gephi.filters.spi.Filter
-
Returns the filter properties.
- getProperties() - Method in interface org.gephi.layout.spi.Layout
-
The properties for this layout.
- getProperties() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns the preview properties attached to this model.
- getProperties() - Method in class org.gephi.preview.api.PreviewPreset
-
Returns a read-only map of all properties
- getProperties() - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties.
- getProperties(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties with category as category.
- getProperties(Object) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns all properties with source as source.
- getProperties() - Method in interface org.gephi.preview.spi.Renderer
-
Returns all associated properties for this renderer.
- getPropertiesAssociations() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getPropertiesAssociations() - Method in interface org.gephi.io.importer.api.Database
-
- getPropertiesBar() - Method in interface org.gephi.tools.api.ToolController
-
Returns the properties bar component, that display tools settings.
- getPropertiesBar(Tool) - Method in interface org.gephi.tools.spi.ToolUI
-
Returns the tool's properties bar.
- getPropertiesCount() - Method in interface org.gephi.filters.api.Query
-
Returns the number of properties this query has.
- getProperty() - Method in class org.gephi.io.importer.api.PropertyAssociation
-
- getProperty() - Method in class org.gephi.layout.spi.LayoutProperty
-
Return the underlying Property.
- getProperty(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property defined as name.
- getPropertyEditor() - Method in class org.gephi.filters.spi.FilterProperty
-
Returns the PropertyEditor associated to the property value.
- getPropertyName(int) - Method in interface org.gephi.filters.api.Query
-
Returns the name of the property at the specified index.
- getPropertyValue(int) - Method in interface org.gephi.filters.api.Query
-
Returns the value of the property at the specified index.
- getProvider() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the attribute value delegate provider.
- getQualityRank() - Method in interface org.gephi.layout.spi.LayoutUI
-
An appraisal of quality for this algorithm.
- getQueries() - Method in interface org.gephi.filters.api.FilterModel
-
Returns all queries in the model, represented by their root query.
- getQueries(Class<? extends Filter>) - Method in interface org.gephi.filters.api.Query
-
Utility method that returns all queries in this query hierarchy that are
filterClass instance.
- getR() - Method in interface org.gephi.graph.api.TextData
-
Get red component of the text color.
- getRadius() - Method in interface org.gephi.graph.api.Renderable
-
Returns radius of the element
- getRangeProperty() - Method in interface org.gephi.filters.spi.RangeFilter
-
- getRangeType() - Method in class org.gephi.filters.api.Range
-
- getRanking() - Method in interface org.gephi.ranking.api.RankingEvent
-
Returns the ranking associated to the event, or null.
- getRanking(String, String) - Method in interface org.gephi.ranking.api.RankingModel
-
Return the specific ranking for elementType and with
the given name.
- getRankings(String) - Method in interface org.gephi.ranking.api.RankingModel
-
Get all rankings for elementType elements.
- getReducedValue() - Method in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategy
-
This method is always called after the strategy is set up and executed.
- getRegexPattern() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- getRegionStart() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- getRegisteredRenderers() - Method in interface org.gephi.preview.api.PreviewController
-
Uses Lookup to retrieve registered renderer providers but replaces default renderers with plugins that extend them.
- getRemovedColumns() - Method in interface org.gephi.data.attributes.api.AttributeEventData
-
Returns columns that have been removed.
- getRenderer() - Method in class org.gephi.preview.api.ManagedRenderer
-
- getRenderTarget(String) - Method in interface org.gephi.preview.api.PreviewController
-
Creates a new render target of the given type.
- getRenderTarget(String, Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Creates a new render target of the given type in the preview model
contained by workspace.
- getReport() - Method in interface org.gephi.io.importer.api.Container
-
Returns the report associated to this container, if exists.
- getReport() - Method in interface org.gephi.io.importer.spi.Importer
-
Returns the import report, filled with logs and potential issues.
- getReport(Class<? extends Statistics>) - Method in interface org.gephi.statistics.api.StatisticsModel
-
Returns the report for the given statistics class or null if no report
exists for this statistics.
- getReport() - Method in interface org.gephi.statistics.spi.Statistics
-
Returns an HTML string that displays the statistics result.
- getRootNode() - Method in interface org.gephi.graph.api.NodeData
-
Returns the node this node data belongs in the main view.
- getRowNumbers(Attributes, AttributeColumn[]) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Prepares an array with all not null numbers of a row using only the given columns.
- getRowsColumnNumbers(Attributes[], AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Prepares an array only with all not null numbers the indicated rows of a given column.
- getScaleRatio() - Method in interface org.gephi.preview.api.SVGTarget
-
When SCALE_STROKES property is true returns
the scale ratio to scale strokes with.
- getSearchOptions() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- getSelectedBuilder() - Method in interface org.gephi.layout.api.LayoutModel
-
Returns the builder used for building the currently selected layout or
null if no layout is selected.
- getSelectedClusterer() - Method in interface org.gephi.clustering.api.ClusteringModel
-
- getSelectedLayout() - Method in interface org.gephi.layout.api.LayoutModel
-
Returns the currently selected layout or null if no
layout is selected.
- getSelectedPartition() - Method in interface org.gephi.partition.api.PartitionModel
-
- getSelectedPartitioning() - Method in interface org.gephi.partition.api.PartitionModel
-
- getSelectedPerspective() - Method in interface org.gephi.perspective.api.PerspectiveController
-
Returns the selected perspective or null if no perspective
is selected.
- getSelectedTransformer() - Method in interface org.gephi.partition.api.PartitionModel
-
- getSelectedTransformerBuilder() - Method in interface org.gephi.partition.api.PartitionModel
-
- getSelectionType() - Method in interface org.gephi.tools.spi.Tool
-
Returns the tool type of selection interaction.
- getSettingsPanel() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
-
Returns a settings panel instance for this AttributeColumnsManipulator.
- getSettingsPanel() - Method in interface org.gephi.datalab.spi.ManipulatorUI
-
Returns a settings panel instance for this Manipulator.
- getSettingsPanel() - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Returns a settings panel instance.
- getShortDescription() - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Returns this statistics short description
- getSimplePanel(Layout) - Method in interface org.gephi.layout.spi.LayoutUI
-
A LayoutUI can have a optional settings panel, that will be
displayed instead of the property sheet.
- getSimpleValues() - Method in class org.gephi.preview.api.PreviewProperties
-
Return all simple values.
- getSize() - Method in interface org.gephi.graph.api.Renderable
-
Returns size of the element.
- getSize() - Method in interface org.gephi.graph.api.TextData
-
Returns text size
- getSize() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getSnapshotGraph(double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "snapshot graph", i.e.
- getSnapshotGraph(double, Estimator) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "snapshot graph", i.e.
- getSnapshotGraph(double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "snapshot graph", i.e.
- getSnapshotGraph(Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "snapshot graph", i.e.
- getSnapshotGraph(double, double, Estimator) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "snapshot graph", i.e.
- getSnapshotGraph(Interval, Estimator) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "snapshot graph", i.e.
- getSource() - Method in interface org.gephi.data.attributes.api.AttributeEvent
-
- getSource() - Method in class org.gephi.dynamic.api.DynamicModelEvent
-
- getSource() - Method in interface org.gephi.graph.api.Edge
-
Returns the source of the edge.
- getSource() - Method in interface org.gephi.graph.api.EdgeData
-
Returns the edge source node data.
- getSource() - Method in interface org.gephi.graph.api.GraphEvent
-
Returns the view this event is triggered.
- getSource() - Method in interface org.gephi.io.importer.api.Container
-
If exists, returns the source of the data.
- getSource() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getSource() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getSource() - Method in interface org.gephi.preview.api.Item
-
Returns the source of the item.
- getSource() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the source object of this property.
- getSource() - Method in interface org.gephi.project.api.WorkspaceInformation
-
- getSource() - Method in interface org.gephi.ranking.api.RankingEvent
-
Returns the ranking model that generated the event.
- getSource() - Method in class org.gephi.timeline.api.TimelineModelEvent
-
- getSpeedRank() - Method in interface org.gephi.layout.spi.LayoutUI
-
An appraisal of speed for this algorithm.
- getSQLDriver() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getSQLDriver() - Method in interface org.gephi.io.importer.api.Database
-
- getStart() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- getStartingColumn() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- getStartingRow() - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- getStaticType(AttributeType) - Static method in class org.gephi.data.attributes.type.TypeConvertor
-
Returns the underlying static type from dynamicType For example
returns FLOAT if given type is DYNAMIC_FLOAT.
- getStatistics() - Method in interface org.gephi.statistics.spi.StatisticsBuilder
-
Build a new statistics instance and return it
- getStatisticsClass() - Method in interface org.gephi.statistics.spi.StatisticsBuilder
-
Returns the statistics' class this UI belongs to.
- getStatisticsClass() - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Returns the statistics' class this UI belongs to.
- getString(int) - Method in class org.gephi.data.attributes.type.StringList
-
Returns the item at the specified index.
- getStringColumns(AttributeTable) - Method in class org.gephi.data.attributes.api.AttributeUtils
-
- getStringValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value as an string.
- getStrongSnapshotGraph(double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "strong snapshot graph", i.e.
- getStrongSnapshotGraph(double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "strong snapshot graph", i.e.
- getStrongSnapshotGraph(Interval) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns a "strong snapshot graph", i.e.
- getSubItems() - Method in interface org.gephi.datalab.spi.ContextMenuItemManipulator
-
This is optional.
- getSuccessors(Node) - Method in interface org.gephi.graph.api.DirectedGraph
-
Returns node's successors.
- getTable() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the table that contains this column
- getTable(String) - Method in interface org.gephi.data.attributes.api.AttributeModel
-
Returns the AttributeTable which has the given name
or null if this table doesn't exist.
- getTableAttributeRows(AttributeTable) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Returns all rows of a given table (node or edges table).
- getTableRowsCount(AttributeTable) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Counts the number of rows of a table (nodes or edges table) and returns the result.
- getTables() - Method in interface org.gephi.data.attributes.api.AttributeModel
-
Returns all tables this model contains.
- getTarget() - Method in interface org.gephi.graph.api.Edge
-
Returns the target of the edge.
- getTarget() - Method in interface org.gephi.graph.api.EdgeData
-
Returns the edge target node data.
- getTarget() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getText() - Method in interface org.gephi.graph.api.TextData
-
Returns the text String
- getText() - Method in class org.gephi.io.importer.api.Report
-
Returns the report logs and issues, presented as basic multi-line text.
- getTextData() - Method in interface org.gephi.graph.api.Renderable
-
Returns TextData instance assigned to the element.
- getTextReader(FileObject) - Static method in class org.gephi.io.importer.api.ImportUtils
-
Returns a LineNumberReader for fileObject.
- getTextReader(InputStream) - Static method in class org.gephi.io.importer.api.ImportUtils
-
Returns a LineNumberReader for inputStream.
- getTextReader(Reader) - Static method in class org.gephi.io.importer.api.ImportUtils
-
- getThrowable() - Method in class org.gephi.io.importer.api.Issue
-
- getTick() - Method in interface org.gephi.statistics.spi.DynamicStatistics
-
Returns the tick.
- getTimeFormat() - Method in interface org.gephi.dynamic.api.DynamicModel
-
Gets the current time format for this model.
- getTimeFormat() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getTimeFormat() - Method in interface org.gephi.timeline.api.TimelineModel
-
Returns the current time format.
- getTimeInterval() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getTimeInterval() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getTimeIntervalMax() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getTimeIntervalMin() - Method in interface org.gephi.io.importer.api.ContainerUnloader
-
- getTitle() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the title of this column.
- getTitle() - Method in enum org.gephi.data.properties.PropertiesColumn
-
Returns column title which will be showed to user in AttributeTables.
- getTitle() - Method in class org.gephi.io.importer.api.PropertyAssociation
-
- getTitle() - Method in interface org.gephi.project.api.ProjectMetaData
-
- getToolbar() - Method in interface org.gephi.tools.api.ToolController
-
Returns the toolbar component, build from tools implementations.
- getTopElement(String) - Method in interface org.gephi.preview.api.SVGTarget
-
Returns the top element name in the document.
- getTopLeftPosition() - Method in interface org.gephi.preview.api.PreviewModel
-
Returns the top left position in the graph coordinate (i.e.
- getTopNodes() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns roots of the hierarchy forest.
- getTotalDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the sum of the degree and the meta-edge degree.
- getTotalEdgeCount() - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Returns the number of edges and meta edges in the graph
- getTotalInDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns the sum of the in-degree for edges and meta-edge.
- getTotalOutDegree(Node) - Method in interface org.gephi.graph.api.HierarchicalDirectedGraph
-
Returns the sum of the out-degree for edges and meta-edge.
- getTouchedObjects() - Method in interface org.gephi.data.attributes.api.AttributeEventData
-
Returns objects where attribute values have been modified.
- getTouchedValues() - Method in interface org.gephi.data.attributes.api.AttributeEventData
-
Returns values with the SET_VALUE event.
- getTransformer() - Method in interface org.gephi.partition.spi.TransformerBuilder
-
- getTransformer() - Method in interface org.gephi.ranking.api.RankingEvent
-
Returns the transformer associated to the event, or null.
- getTransformer(String, String) - Method in interface org.gephi.ranking.api.RankingModel
-
Returns the specific transformer for elementType and with the
given name.
- getTransformers(String) - Method in interface org.gephi.ranking.api.RankingModel
-
Return all transformers specific to elementType.
- getType() - Method in interface org.gephi.data.attributes.api.AttributeColumn
-
Returns the type of this column content.
- getType() - Method in enum org.gephi.data.attributes.api.AttributeType
-
Returns the
Class the type is associated with.
- getType() - Method in enum org.gephi.data.properties.PropertiesColumn
-
- getType() - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
-
Type of manipulator.
- getType() - Method in interface org.gephi.datalab.spi.Manipulator
-
Type of manipulator.
- getType() - Method in interface org.gephi.filters.spi.AttributableFilter
-
- getType() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getType() - Method in interface org.gephi.preview.api.Item
-
Returns the type of the item.
- getType() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the type of this property.
- getType() - Method in interface org.gephi.preview.spi.ItemBuilder
-
Returns the type of this builder.
- getTypeString() - Method in enum org.gephi.data.attributes.api.AttributeType
-
The name of the enum constant.
- getUI() - Method in interface org.gephi.clustering.spi.ClustererBuilder
-
- getUI(AttributeTable, AttributeColumn) - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulator
-
Returns a ManipulatorUI for this Manipulator if it needs one.
- getUI() - Method in interface org.gephi.datalab.spi.Manipulator
-
Returns a ManipulatorUI for this Manipulator if it needs one.
- getUI(Exporter) - Method in interface org.gephi.io.exporter.api.ExportController
-
- getUI() - Method in interface org.gephi.io.generator.spi.Generator
-
Returns the UI that belongs to this generator, or null if UI
is not needed.
- getUI(Importer) - Method in interface org.gephi.io.importer.api.ImportController
-
- getUI() - Method in interface org.gephi.layout.spi.LayoutBuilder
-
User interface attributes (name, description, icon...) for all Layouts
built by this builder.
- getUI() - Method in interface org.gephi.partition.spi.TransformerBuilder
-
- getUI() - Method in interface org.gephi.tools.spi.Tool
-
Returns ToolUI instance for this tool.
- getUnderlyingGraph() - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Returns the wrapped graph.
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicBigDecimal
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicBigInteger
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicBoolean
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicByte
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicCharacter
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicDouble
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicFloat
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicInteger
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicLong
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicShort
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicString
-
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the underlying type T.
- getUnderlyingType() - Method in class org.gephi.data.attributes.type.TimeInterval
-
- getUndirectedEdges() - Method in interface org.gephi.graph.api.MixedGraph
-
Returns an edge iterator of directed edges in the graph.
- getUndirectedGraph() - Method in interface org.gephi.graph.api.GraphModel
-
Build a UndirectedGraph to access the main view.
- getUndirectedGraph(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Build a UndirectedGraph to access view.
- getUndirectedGraphVisible() - Method in interface org.gephi.graph.api.GraphModel
-
Build a UndirectedGraph to access the visible view.
- getUnloader() - Method in interface org.gephi.io.importer.api.Container
-
Get containers unloading interface.
- getUpperBound() - Method in class org.gephi.filters.api.Range
-
- getUpperBound() - Method in interface org.gephi.ranking.api.Transformer
-
Returns the upper bound filter value.
- getUpperByte() - Method in class org.gephi.filters.api.Range
-
- getUpperDouble() - Method in class org.gephi.filters.api.Range
-
- getUpperFloat() - Method in class org.gephi.filters.api.Range
-
- getUpperInteger() - Method in class org.gephi.filters.api.Range
-
- getUpperLong() - Method in class org.gephi.filters.api.Range
-
- getUpperShort() - Method in class org.gephi.filters.api.Range
-
- getUsername() - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- getUsername() - Method in interface org.gephi.io.importer.api.Database
-
- getValue(AttributeColumn) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Returns the value found at the specified column index.
- getValue(String) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Returns the value at the specified column, if found.
- getValue(int) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Returns the value at the specified index, if index is in range.
- getValue() - Method in interface org.gephi.data.attributes.api.AttributeValue
-
Returns the value.
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicBigDecimal
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicBigInteger
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicBoolean
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicByte
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicCharacter
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicDouble
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicFloat
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicInteger
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicLong
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicShort
-
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicString
-
- getValue() - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the estimated value of a set of values whose time intervals
overlap with a [-inf, inf] time interval.
- getValue(Interval) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the estimated value of a set of values whose time intervals
overlap with a given time interval.
- getValue(double, double) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the estimated value of a set of values whose time intervals
overlap with a [low, high] time interval.
- getValue(Estimator) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the estimated value of a set of values whose time intervals
overlap with a [-inf, inf] time interval.
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the estimated value of a set of values whose time intervals
overlap with a given time interval.
- getValue(double, double, Estimator) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns the estimated value of a set of values whose time intervals
overlap with a [low, high] time interval.
- getValue() - Method in class org.gephi.data.attributes.type.Interval
-
Returns the value stored in this interval.
- getValue(Interval, Estimator) - Method in class org.gephi.data.attributes.type.TimeInterval
-
- getValue() - Method in class org.gephi.filters.spi.FilterProperty
-
Returns property's value, can be null
- getValue(String) - Method in interface org.gephi.graph.api.Attributes
-
Returns the value located at the specified column.
- getValue(int) - Method in interface org.gephi.graph.api.Attributes
-
Returns the value located at the specified column position.
- getValue() - Method in interface org.gephi.partition.api.Part
-
- getValue(String) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value and cast it to the T type.
- getValue(String, T) - Method in class org.gephi.preview.api.PreviewProperties
-
Returns the property value and cast it to the T type.
- getValue() - Method in class org.gephi.preview.api.PreviewProperty
-
Returns the property value.
- getValue(Element) - Method in interface org.gephi.ranking.api.Ranking
-
Returns the value of the element.
- getValue() - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Returns this statistics result as a String, if exists
- getValueAsText(Object) - Static method in class org.gephi.preview.api.PreviewProperties
-
Converts any value to a serialized String.
- getValues() - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Returns the value array.
- getValues() - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns a list of all values stored in this instance.
- getValues(double, double) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns a list of values whose time intervals overlap with a
[low, high] time interval.
- getValues(Interval) - Method in class org.gephi.data.attributes.type.DynamicType
-
Returns a list of values whose time intervals overlap with a
given time interval.
- getValues(Interval) - Method in class org.gephi.data.attributes.type.TimeInterval
-
- getValues() - Method in class org.gephi.filters.api.Range
-
- getValues(Graph) - Method in interface org.gephi.filters.spi.RangeFilter
-
- getValueType() - Method in class org.gephi.filters.spi.FilterProperty
-
Returns the property's value type.
- getView() - Method in interface org.gephi.graph.api.Graph
-
Returns the graph view this graph belongs to.
- getViewId() - Method in interface org.gephi.graph.api.GraphView
-
Returns this view unique identifier.
- getViewportX() - Method in interface org.gephi.graph.api.Model
-
- getViewportY() - Method in interface org.gephi.graph.api.Model
-
- getVisibleInterval() - Method in interface org.gephi.dynamic.api.DynamicModel
-
Returns the time interval wrapped by the DynamicGraph of
the current workspace.
- getVisibleView() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the current viisble view.
- getWeight() - Method in interface org.gephi.graph.api.Edge
-
Returns the weight of the edge.
- getWeight(double, double) - Method in interface org.gephi.graph.api.Edge
-
Returns the weight of the edge for the given time interval.
- getWeight() - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- getWeight() - Method in interface org.gephi.io.importer.api.EdgeDraftGetter
-
- getWidth() - Method in interface org.gephi.graph.api.TextData
-
Returns text width
- getWindow() - Method in interface org.gephi.statistics.spi.DynamicStatistics
-
Returns the window duration
- getWizardUI(Importer) - Method in interface org.gephi.io.importer.api.ImportController
-
- getWorkspace() - Method in interface org.gephi.data.attributes.api.AttributeModel
-
Returns the workspace this Attribute model belongs to.
- getWorkspace() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the workspace this graph model belongs to.
- getWorkspace() - Method in interface org.gephi.io.exporter.spi.Exporter
-
Returns the workspace from where data are exported
- getWorkspace() - Method in interface org.gephi.ranking.api.RankingModel
-
Return the workspace this model is associated with
- getWorkspaces() - Method in interface org.gephi.project.api.WorkspaceProvider
-
- getWrapperFromPrimitive(Class<?>) - Static method in class org.gephi.data.attributes.type.TypeConvertor
-
Returns wrapper type from given primitive type.
- getX() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getX() - Method in interface org.gephi.timeline.api.TimelineChart
-
Returns the X values of this chart.
- getXMLDateStringFromDouble(double) - Static method in class org.gephi.data.attributes.api.AttributeUtils
-
Used for attributes representation.
- getXMLDocument(InputStream) - Static method in class org.gephi.io.importer.api.ImportUtils
-
- getXMLDocument(Reader) - Static method in class org.gephi.io.importer.api.ImportUtils
-
- getXMLDocument(FileObject) - Static method in class org.gephi.io.importer.api.ImportUtils
-
- getXMLReader(Reader) - Static method in class org.gephi.io.importer.api.ImportUtils
-
- getY() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- getY() - Method in interface org.gephi.timeline.api.TimelineChart
-
Returns the Y values of this chart.
- getY(Number) - Method in interface org.gephi.timeline.api.TimelineChart
-
Return the Y value for the given x position.
- getZ() - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- goAlgo() - Method in interface org.gephi.layout.spi.Layout
-
Run a step in the algorithm, should be called only if canAlgo() returns
true.
- Graph - Interface in org.gephi.graph.api
-
Main interface for accessing the graph structure and develop algorithms.
- graphChanged(GraphEvent) - Method in interface org.gephi.graph.api.GraphListener
-
- GraphController - Interface in org.gephi.graph.api
-
Controller that maintain the graph models, one per Workspace.
- GraphElementsController - Interface in org.gephi.datalab.api
-
This interface defines part of the Data Laboratory API basic actions.
- GraphEvent - Interface in org.gephi.graph.api
-
Graph event interface, that
GraphListener receives when the graph is
modified.
- GraphEvent.EventType - Enum in org.gephi.graph.api
-
- ADD_NODES_AND_EDGES:Add nodes and edges to the graph
- REMOVE_NODES_AND_EDGES:Remove nodes and edges from the graph, with their edges
- MOVE_NODE:Move nodes on the hierarchy, parent node is changed
- VISIBLE_VIEW:Current visible view is changed
- NEW_VIEW:A new view is created
- DESTROY_VIEW:A view is destroyed
- EXPAND:Expand nodes in the hierarchy
- RETRACT:Retract nodes in the hierarchy
- META_EDGES_UPDATEMeta-Edges are updated
- GraphEventData - Interface in org.gephi.graph.api
-
Wrap graph event elements, like added nodes.
- GraphExporter - Interface in org.gephi.io.exporter.spi
-
Exporter interface for exporters that export the graph, either complete or
filtered (i.e.
- GraphFactory - Interface in org.gephi.graph.api
-
Graph factory that builds node and edges elements.
- GraphFileExporterBuilder - Interface in org.gephi.io.exporter.spi
-
Exporter builder for graph file format support.
- graphItemDelegateFactoryProvider() - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
- GraphItemDelegateFactoryProvider<T> - Interface in org.gephi.data.attributes.spi
-
- GraphListener - Interface in org.gephi.graph.api
-
Basic graph listener for global events.
- GraphModel - Interface in org.gephi.graph.api
-
Root interface that contains the complete graph structure and build
Graph objets on demand.
- GraphSettings - Interface in org.gephi.graph.api
-
- GraphView - Interface in org.gephi.graph.api
-
Graph view define a subgraph, i.e.
- Group - Interface in org.gephi.graph.api
-
- group(Partition) - Method in interface org.gephi.partition.api.PartitionController
-
- groupCluster(Cluster) - Method in interface org.gephi.clustering.api.ClusteringController
-
- GroupData - Interface in org.gephi.graph.api
-
- groupNodes(Node[]) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Groups an array of nodes if it is possible.
- groupNodes(Node[]) - Method in interface org.gephi.graph.api.HierarchicalGraph
-
Group nodes into a new node group (i.e.
- saveProject(Project) - Method in interface org.gephi.project.api.ProjectController
-
- saveProject(Project, File) - Method in interface org.gephi.project.api.ProjectController
-
- saveQuery(Query) - Method in interface org.gephi.filters.api.FilterLibrary
-
Save query in the library in order it can be reused.
- SCALE_STROKES - Static variable in interface org.gephi.preview.api.SVGTarget
-
SVG Boolean property whether to rescale stroke's width/thickness.
- Scaler - Interface in org.gephi.io.processor.spi
-
The scaler is part of the processing job and is responsible of transforming the
position and size of imported nodes in order to fit in the system's scale.
- search(Interval) - Method in class org.gephi.data.attributes.type.IntervalTree
-
Returns all intervals overlapping with a given Interval.
- search(double, double) - Method in class org.gephi.data.attributes.type.IntervalTree
-
Returns all intervals overlapping with an interval given by low
and high.
- SearchReplaceController - Interface in org.gephi.datalab.api
-
Independent controller for search/replace feature.
- SearchReplaceController.SearchOptions - Class in org.gephi.datalab.api
-
Class that wraps the different possible options of search and provides various useful constructors.
- SearchReplaceController.SearchOptions(Node[], Pattern) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Setup options to search on nodes with the given pattern.
- SearchReplaceController.SearchOptions(Edge[], Pattern) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Setup options to search on edges with the given pattern.
- SearchReplaceController.SearchOptions(Node[], Pattern, boolean) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Setup options to search on nodes with the given pattern.
- SearchReplaceController.SearchOptions(Edge[], Pattern, boolean) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Setup options to search on edges with the given pattern.
- SearchReplaceController.SearchResult - Class in org.gephi.datalab.api
-
Class that wraps the result of a search contaning the search options used for this result
and the node or edge, row, column and start-end index of the value where ocurrence was found.
- SearchReplaceController.SearchResult(SearchReplaceController.SearchOptions, Node, Edge, int, int, int, int) - Constructor for class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- select(Workspace) - Method in interface org.gephi.project.api.WorkspaceListener
-
Notify a workspace has become the selected workspace.
- select(Tool) - Method in interface org.gephi.tools.api.ToolController
-
Selects tool as the active tool and therefore unselect the
current tool, if exists.
- select() - Method in interface org.gephi.tools.spi.Tool
-
Notify when this tool is selected.
- selectCluster(Cluster) - Method in interface org.gephi.clustering.api.ClusteringController
-
- selectColumn(AttributeColumn) - Method in interface org.gephi.timeline.api.TimelineController
-
- SELECTED_LAYOUT - Static variable in interface org.gephi.layout.api.LayoutModel
-
- SELECTED_PARTIONING - Static variable in interface org.gephi.partition.api.PartitionModel
-
- selectPerspective(Perspective) - Method in interface org.gephi.perspective.api.PerspectiveController
-
Switch the current perspective to the given perspective.
- selectTable(AttributeTable) - Method in interface org.gephi.datalab.api.datatables.DataTablesController
-
Request the tables implementation to show the given table (nodes or edges table)
- selectVisible(Query) - Method in interface org.gephi.filters.api.FilterController
-
Selects query results on the main graph visualization
window.
- sendMouseEvent(PreviewMouseEvent) - Method in interface org.gephi.preview.api.PreviewController
-
Sends a PreviewMouseEvent to the current workspace, if any.
- sendMouseEvent(PreviewMouseEvent, Workspace) - Method in interface org.gephi.preview.api.PreviewController
-
Sends a PreviewMouseEvent to the given workspace.
- setAllowAutoNode(boolean) - Method in interface org.gephi.io.importer.api.Container
-
- setAllowParallelEdge(boolean) - Method in interface org.gephi.io.importer.api.Container
-
- setAllowSelfLoop(boolean) - Method in interface org.gephi.io.importer.api.Container
-
- setAlpha(float) - Method in interface org.gephi.graph.api.Renderable
-
Sets alpha (transparency) color component for the element.
- setAsText(String) - Method in class org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor
-
- setAsText(String) - Method in class org.gephi.preview.types.propertyeditors.BasicDependantOriginalColorPropertyEditor
-
- setAsText(String) - Method in class org.gephi.preview.types.propertyeditors.BasicEdgeColorPropertyEditor
-
- setAttributeValue(Object, Attributes, AttributeColumn) - Method in interface org.gephi.datalab.api.AttributeColumnsController
-
Sets a value to the given row,column pair (cell).
- setAuthor(String) - Method in interface org.gephi.project.api.ProjectMetaData
-
- setAutoRefresh(boolean) - Method in interface org.gephi.filters.api.FilterController
-
- setAutoScale(boolean) - Method in interface org.gephi.io.importer.api.Container
-
- setB(float) - Method in interface org.gephi.graph.api.Renderable
-
Sets blue color component for the element.
- setBounds(Interval) - Method in interface org.gephi.statistics.spi.DynamicStatistics
-
Sets the minimum and maximum bound
- setCacheMarker(int) - Method in interface org.gephi.graph.api.Model
-
- setColor(float, float, float) - Method in interface org.gephi.graph.api.Renderable
-
Sets all color components for the element.
- setColor(float, float, float, float) - Method in interface org.gephi.graph.api.TextData
-
Sets all color components for the text.
- setColor(Color) - Method in interface org.gephi.graph.api.TextData
-
Sets text color
- setColor(Color) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setColor(String, String, String) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setColor(float, float, float) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setColor(int, int, int) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setColor(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setColor(Color) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setColor(String, String, String) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setColor(float, float, float) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setColor(int, int, int) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setColor(String) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setColor(Color) - Method in interface org.gephi.partition.api.Part
-
- setColumnsToSearch(int[]) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Set column indexes that should be used to search with the current options.
- setColumnsToSearch(AttributeColumn[]) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Set column that should be used to search with the current options.
- setConsumed(boolean) - Method in class org.gephi.preview.api.PreviewMouseEvent
-
- setContainer(ContainerUnloader) - Method in interface org.gephi.io.processor.spi.Processor
-
Sets the data container.
- setCurrentQuery(Query) - Method in interface org.gephi.filters.api.FilterController
-
- setCustomBounds(double, double) - Method in interface org.gephi.timeline.api.TimelineController
-
Sets the timeline custom bounds.
- setData(String, Object) - Method in interface org.gephi.preview.api.Item
-
Sets data to this item.
- setDatabase(Database) - Method in interface org.gephi.io.importer.spi.DatabaseImporter
-
Sets the database description, connexion details and queries
- setDataTablesEventListener(DataTablesEventListener) - Method in interface org.gephi.datalab.api.datatables.DataTablesController
-
Register a listener for these requests.
- setDBName(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- setDBName(String) - Method in interface org.gephi.io.importer.api.Database
-
- setDefaultErrorHandler(LongTaskErrorHandler) - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
-
Set the default error handler.
- setDescription(String) - Method in interface org.gephi.project.api.ProjectMetaData
-
- setDisplayName(ProgressTicket, String) - Static method in class org.gephi.utils.progress.Progress
-
Change the display name of the progress task.
- setDisplayName(String) - Method in interface org.gephi.utils.progress.ProgressTicket
-
Change the display name of the progress task.
- setEdgeAttributeValue(T, AttributeColumn, Object) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
Adds or sets the delegated edge attribute value.
- setEdgeDefault(EdgeDefault) - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Set edge default type: DIRECTED, UNDIRECTED or MIXED.
- setEnabled(boolean) - Method in class org.gephi.preview.api.ManagedRenderer
-
- setEnabled(boolean) - Method in interface org.gephi.timeline.api.TimelineController
-
Sets the timeline enable status.
- setEnd(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- setEstimator(Estimator) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the current
ESTIMATOR used to get values from
DynamicType.
- setEstimator(Estimator, Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the current
ESTIMATOR used to get values from
DynamicType.
- setExceptionLevel(Issue.Level) - Method in class org.gephi.io.importer.api.Report
-
Set the level of exception for the report.
- setExportVisible(boolean) - Method in interface org.gephi.io.exporter.spi.GraphExporter
-
Sets if only the visible graph has to be exported.
- setFixed(boolean) - Method in interface org.gephi.graph.api.NodeData
-
Sets this node fixed attribute.
- setFixed(boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setFoundColumnIndex(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- setFoundEdge(Edge) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- setFoundNode(Node) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- setFoundRowIndex(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- setG(float) - Method in interface org.gephi.graph.api.Renderable
-
Sets green color component for the element.
- setGraphModel(GraphModel) - Method in interface org.gephi.layout.spi.Layout
-
Injects the graph model for the graph this Layout should operate on.
- setHost(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- setHost(String) - Method in interface org.gephi.io.importer.api.Database
-
- setHullModel(Model) - Method in interface org.gephi.graph.api.GroupData
-
- setId(Node, String) - Method in interface org.gephi.graph.api.Graph
-
Sets the string identifier of node.
- setId(Edge, String) - Method in interface org.gephi.graph.api.Graph
-
Sets the string identifier of edge.
- setId(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setId(String) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setInterpolator(Interpolator) - Method in interface org.gephi.ranking.api.RankingController
-
Sets the interpolator to be used when transforming values.
- setInterval(TimeInterval) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Sets the time interval wrapped by this DynamicGraph.
- setInterval(double, double) - Method in interface org.gephi.dynamic.api.DynamicGraph
-
Sets the time interval wrapped by this DynamicGraph.
- setInterval(double, double) - Method in interface org.gephi.timeline.api.TimelineController
-
Sets the current timeline interval.
- setKeywords(String) - Method in interface org.gephi.project.api.ProjectMetaData
-
- setLabel(String) - Method in interface org.gephi.graph.api.EdgeData
-
Sets this edge label.
- setLabel(String) - Method in interface org.gephi.graph.api.NodeData
-
Sets this node label.
- setLabel(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabel(String) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLabelColor(Color) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabelColor(String, String, String) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabelColor(float, float, float) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabelColor(int, int, int) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabelColor(String) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabelColor(Color) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLabelColor(String, String, String) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLabelColor(float, float, float) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLabelColor(int, int, int) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLabelColor(String) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLabelSize(float) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabelSize(float) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLabelVisible(boolean) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setLabelVisible(boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setLayout(Layout) - Method in interface org.gephi.layout.api.LayoutController
-
Sets the Layout to execute.
- setLayoutData(LayoutData) - Method in interface org.gephi.graph.api.EdgeData
-
Sets the layout data of this edge.
- setLayoutData(LayoutData) - Method in interface org.gephi.graph.api.NodeData
-
Sets the layout data of this node.
- setLongTaskListener(LongTaskListener) - Method in class org.gephi.utils.longtask.api.LongTaskExecutor
-
Set the listener to this executor.
- setLoopToBeginning(boolean) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- setLowerBound(float) - Method in interface org.gephi.ranking.api.Transformer
-
Sets the lower filter bound.
- setManagedRenderers(ManagedRenderer[]) - Method in interface org.gephi.preview.api.PreviewModel
-
Sets an user-defined array of managed renderers to use when rendering.
- setMetaEdgeBuilder(MetaEdgeBuilder) - Method in interface org.gephi.graph.api.GraphSettings
-
- setMetaNode(Node) - Method in interface org.gephi.clustering.api.Cluster
-
- setModel(Model) - Method in interface org.gephi.graph.api.Renderable
-
Sets graphical 2D/3D model assigned to the element
- setName(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- setName(String) - Method in interface org.gephi.io.importer.api.Database
-
- setNode(Node) - Method in interface org.gephi.io.importer.api.NodeDraftGetter
-
- setNodeAttributeValue(T, AttributeColumn, Object) - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
Adds or sets the delegated node attribute value.
- setNodeFixed(Node, boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Sets the fixed state of a node to the indicated.
- setNodesFixed(Node[], boolean) - Method in interface org.gephi.datalab.api.GraphElementsController
-
Sets the fixed state of an array of nodes to the indicated.
- setNumberEstimator(Estimator) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the current number
ESTIMATOR used to get values from
DynamicType.
- setNumberEstimator(Estimator, Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the current number
ESTIMATOR used to get values from
DynamicType.
- setOkButtonEnabled(boolean) - Method in interface org.gephi.datalab.spi.DialogControls
-
Enable or disable the Ok button of the dialog for the UI.
- setOnlyMatchWholeAttributeValue(boolean) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- setOutputStream(OutputStream) - Method in interface org.gephi.io.exporter.spi.ByteExporter
-
Set the stream where to export.
- setParent(NodeDraft) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setPasswd(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- setPasswd(String) - Method in interface org.gephi.io.importer.api.Database
-
- setPlayMode(TimelineModel.PlayMode) - Method in interface org.gephi.timeline.api.TimelineController
-
Sets the play mode.
- setPlaySpeed(int) - Method in interface org.gephi.timeline.api.TimelineController
-
Sets the play delay in milliseconds.
- setPlayStep(double) - Method in interface org.gephi.timeline.api.TimelineController
-
Sets the play step.
- setPort(int) - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- setPort(int) - Method in interface org.gephi.io.importer.api.Database
-
- setProgressTicket(ProgressTicket) - Method in interface org.gephi.utils.longtask.spi.LongTask
-
Set the progress ticket for the long task.
- setProjects(Projects) - Method in interface org.gephi.project.api.ProjectController
-
- setPropertyEditorClass(Class<? extends PropertyEditor>) - Method in class org.gephi.filters.spi.FilterProperty
-
Sets the property editor class.
- setR(float) - Method in interface org.gephi.graph.api.Renderable
-
Sets red color component for the element.
- setReader(Reader) - Method in interface org.gephi.io.importer.spi.FileImporter
-
Sets the reader where characters can be retrieved.
- setRegexPattern(Pattern) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- setRegionStart(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- setRenderer(Renderer) - Method in class org.gephi.preview.api.ManagedRenderer
-
- setReport(Report) - Method in interface org.gephi.io.importer.api.Container
-
Set a report this container can use to report issues detected when loading the container.
- setRunning(boolean) - Method in interface org.gephi.clustering.api.ClusteringModel
-
- setSearchOptions(SearchReplaceController.SearchOptions) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- setSelected(boolean) - Method in interface org.gephi.graph.api.Model
-
- setSelectedPartition(Partition) - Method in interface org.gephi.partition.api.PartitionController
-
- setSelectedPartitioning(int) - Method in interface org.gephi.partition.api.PartitionController
-
- setSelectedTransformerBuilder(TransformerBuilder) - Method in interface org.gephi.partition.api.PartitionController
-
- setSize(float) - Method in interface org.gephi.graph.api.Renderable
-
Set size for the element
- setSize(float) - Method in interface org.gephi.graph.api.TextData
-
Sets text size
- setSize(float) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setSource(String) - Method in interface org.gephi.io.importer.api.Container
-
Set the source of the data put in the container.
- setSource(NodeDraft) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setSource(Workspace, String) - Method in interface org.gephi.project.api.ProjectController
-
- setSQLDriver(SQLDriver) - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- setSQLDriver(SQLDriver) - Method in interface org.gephi.io.importer.api.Database
-
- setStart(int) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchResult
-
- setStartingColumn(Integer) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- setStartingRow(Integer) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- setSubQuery(Query, Query) - Method in interface org.gephi.filters.api.FilterController
-
Sets subQuery as a child of query.
- setTarget(NodeDraft) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setText(String) - Method in interface org.gephi.graph.api.TextData
-
Sets the text String
- setTick(double) - Method in interface org.gephi.statistics.spi.DynamicStatistics
-
Sets the tick.
- setTimeFormat(DynamicModel.TimeFormat) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the current time format.
- setTimeFormat(DynamicModel.TimeFormat, Workspace) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the current time format.
- setTimeFormat(DynamicModel.TimeFormat) - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Sets the current Time Format for dynamic data, either DATE
of DOUBLE.
- setTimeIntervalMax(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Sets the time value where the interval ends.
- setTimeIntervalMin(String) - Method in interface org.gephi.io.importer.api.ContainerLoader
-
Sets the time value where the interval starts.
- settings() - Method in interface org.gephi.graph.api.GraphModel
-
Returns the model settings.
- setTitle(String) - Method in interface org.gephi.project.api.ProjectMetaData
-
- setType(EdgeDraft.EdgeType) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setUndirectedSumDirectedEdgesWeight(boolean) - Method in interface org.gephi.io.importer.api.Container
-
- setup(Clusterer) - Method in interface org.gephi.clustering.spi.ClustererUI
-
- setup(AttributeColumnsManipulator, AttributeTable, AttributeColumn, DialogControls) - Method in interface org.gephi.datalab.spi.columns.AttributeColumnsManipulatorUI
-
Prepare this UI to be able to interact with its AttributeColumnsManipulator.
- setup(AttributeTable, AttributeColumn[]) - Method in interface org.gephi.datalab.spi.columns.merge.AttributeColumnsMergeStrategy
-
Prepare columns (with their table) for this merge strategy.
- setup(Edge[], Edge) - Method in interface org.gephi.datalab.spi.edges.EdgesManipulator
-
Prepare edges for this action.
- setup(Manipulator, DialogControls) - Method in interface org.gephi.datalab.spi.ManipulatorUI
-
Prepare this UI to be able to interact with its Manipulator.
- setup(Node[], Node) - Method in interface org.gephi.datalab.spi.nodes.NodesManipulator
-
Prepare nodes for this action.
- setup(Attributes[], Attributes, AttributeColumn) - Method in interface org.gephi.datalab.spi.rows.merge.AttributeRowsMergeStrategy
-
Prepare column and rows for this merge strategy.
- setup(AttributeRow, AttributeColumn) - Method in interface org.gephi.datalab.spi.values.AttributeValueManipulator
-
Prepare the AttributeValue data.
- setup(Exporter) - Method in interface org.gephi.io.exporter.spi.ExporterUI
-
Link the UI to the exporter and therefore to settings values.
- setup(Generator) - Method in interface org.gephi.io.generator.spi.GeneratorUI
-
Push the generator instance to get settings values.
- setup(Importer) - Method in interface org.gephi.io.importer.spi.ImporterUI
-
Link the UI to the importer and therefore to settings values.
- setup(WizardDescriptor.Panel) - Method in interface org.gephi.io.importer.spi.ImporterWizardUI
-
Configure panel with previously remembered settings.
- setup(Processor) - Method in interface org.gephi.io.processor.spi.ProcessorUI
-
Link the UI to the processor and therefore to settings values.
- setup(Partition, Transformer) - Method in interface org.gephi.partition.spi.TransformerUI
-
- setup(PreviewModel) - Method in interface org.gephi.preview.spi.PreviewUI
-
Initialization method called when a workspace is selected and a panel is
about to be requested.
- setup(Project) - Method in interface org.gephi.project.spi.ProjectPropertiesUI
-
- setup(Statistics) - Method in interface org.gephi.statistics.spi.StatisticsUI
-
Push a statistics instance to the UI to load its settings.
- setUpperBound(float) - Method in interface org.gephi.ranking.api.Transformer
-
Sets the upper filter bound.
- setUseLocalScale(boolean) - Method in interface org.gephi.ranking.api.RankingController
-
Sets whether rankings use a local or a global scale.
- setUseRegexReplaceMode(boolean) - Method in class org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
- setUsername(String) - Method in class org.gephi.io.importer.api.AbstractDatabase
-
- setUsername(String) - Method in interface org.gephi.io.importer.api.Database
-
- setValue(AttributeValue) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Sets a value for this row.
- setValue(AttributeColumn, Object) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Sets a value at the specified column index.
- setValue(String, Object) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Sets a value at the specified column index, if column is found.
- setValue(int, Object) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Sets a value at the specified column index, if index is in
range.
- setValue(Object) - Method in interface org.gephi.filters.api.PropertyExecutor.Callback
-
- setValue(FilterProperty, Object, PropertyExecutor.Callback) - Method in interface org.gephi.filters.api.PropertyExecutor
-
Set value on property in a safe way by using
callback.
- setValue(Object) - Method in class org.gephi.filters.spi.FilterProperty
-
Set property's value.
- setValue(String, Object) - Method in interface org.gephi.graph.api.Attributes
-
Sets the value for a specified column.
- setValue(int, Object) - Method in interface org.gephi.graph.api.Attributes
-
Sets the value for a specified column position.
- setValue(Object) - Method in class org.gephi.preview.api.PreviewProperty
-
Sets this property value and return it.
- setValues(AttributeRow) - Method in interface org.gephi.data.attributes.api.AttributeRow
-
Sets values from another row.
- setVisible(boolean) - Method in interface org.gephi.graph.api.TextData
-
Sets visible state of the text
- setVisible(boolean) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setVisible(boolean) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setVisibleInterval(TimeInterval) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the time interval wrapped by the DynamicGraph of the current
workspace.
- setVisibleInterval(double, double) - Method in interface org.gephi.dynamic.api.DynamicController
-
Sets the time interval wrapped by the DynamicGraph of the current
workspace.
- setVisibleView(GraphView) - Method in interface org.gephi.graph.api.GraphModel
-
Sets the current visible view and nofity listeners the visible view changed.
- setWeight(float) - Method in interface org.gephi.graph.api.Edge
-
Set the weight of the edge.
- setWeight(float) - Method in interface org.gephi.io.importer.api.EdgeDraft
-
- setWindow(double) - Method in interface org.gephi.statistics.spi.DynamicStatistics
-
Sets the window duration
- setWorkspace(Workspace) - Method in interface org.gephi.io.exporter.spi.Exporter
-
Sets the worksapce from where to export data
- setWorkspace(Workspace) - Method in interface org.gephi.io.processor.spi.Processor
-
Sets the destination workspace for the data in the container.
- setWriter(Writer) - Method in interface org.gephi.io.exporter.spi.CharacterExporter
-
Set the writer where to export.
- setX(float) - Method in interface org.gephi.graph.api.Renderable
-
Set x coordinate for the element
- setX(float) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setY(float) - Method in interface org.gephi.graph.api.Renderable
-
Set y coordinate for the element
- setY(float) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- setZ(float) - Method in interface org.gephi.graph.api.Renderable
-
Set z coordinate for the element
- setZ(float) - Method in interface org.gephi.io.importer.api.NodeDraft
-
- ShortList - Class in org.gephi.data.attributes.type
-
Complex type that define a list of Short items.
- ShortList(short[]) - Constructor for class org.gephi.data.attributes.type.ShortList
-
- ShortList(Short[]) - Constructor for class org.gephi.data.attributes.type.ShortList
-
- ShortList(String) - Constructor for class org.gephi.data.attributes.type.ShortList
-
- ShortList(String, String) - Constructor for class org.gephi.data.attributes.type.ShortList
-
- SHOW_EDGE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Label Boolean property defining whether to show edge labels.
- SHOW_EDGES - Static variable in class org.gephi.preview.api.PreviewProperty
-
Edge Boolean property defining whether to show edges.
- SHOW_NODE_LABELS - Static variable in class org.gephi.preview.api.PreviewProperty
-
Node Label Boolean property defining whether to show node labels.
- showAttributeRowsMergeStrategyUIDialog(AttributeRowsMergeStrategy) - Method in class org.gephi.datalab.api.DataLaboratoryHelper
-
This method shows the UI of an AttributeRowsMergeStrategy if it is provided and the AttributeRowsMergeStrategy can be executed.
- showPie(boolean) - Method in interface org.gephi.partition.api.PartitionController
-
- size() - Method in class org.gephi.data.attributes.type.AbstractList
-
- Spatial - Interface in org.gephi.graph.api
-
Spatial data interface.
- SpigotImporter - Interface in org.gephi.io.importer.spi
-
Importers interface for importing data from spigots.
- SpigotImporterBuilder - Interface in org.gephi.io.importer.spi
-
- start(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
-
Start the progress indication for indeterminate task.
- start(ProgressTicket, int) - Static method in class org.gephi.utils.progress.Progress
-
Start the progress indication for a task with known number of steps.
- start() - Method in interface org.gephi.utils.progress.ProgressTicket
-
Start the progress indication for indeterminate task.
- start(int) - Method in interface org.gephi.utils.progress.ProgressTicket
-
Start the progress indication for a task with known number of steps.
- startAutoTransform(Ranking, Transformer) - Method in interface org.gephi.ranking.api.RankingController
-
Starts an auto transformation using ranking and
transformer.
- startPlay() - Method in interface org.gephi.timeline.api.TimelineController
-
Starts the timeline animation using the current delay, step size and play mode.
- startup() - Method in interface org.gephi.project.api.ProjectController
-
- Statistics - Interface in org.gephi.statistics.spi
-
Define a Statistics/Metrics execution task, that performs analysis and write results
as new attribute columns and/or HTML report.
- StatisticsBuilder - Interface in org.gephi.statistics.spi
-
Statistics builder defines an statistics and is responsible for building
new instances.
- StatisticsController - Interface in org.gephi.statistics.api
-
Controller for executing Statistics/Metrics algorithms.
- StatisticsModel - Interface in org.gephi.statistics.api
-
Hosts executed statistics reports.
- StatisticsUI - Interface in org.gephi.statistics.spi
-
Statistics and Metrics UI integration information.
- stopAutoTransform(Transformer) - Method in interface org.gephi.ranking.api.RankingController
-
Stops the auto transformation of transfromer.
- stopLayout() - Method in interface org.gephi.layout.api.LayoutController
-
Stop the Layout's execution.
- stopPlay() - Method in interface org.gephi.timeline.api.TimelineController
-
Stops the timeline animation.
- storageEngineName() - Method in class org.gephi.data.attributes.spi.AttributeValueDelegateProvider
-
Returns name of storage engine.
- StringList - Class in org.gephi.data.attributes.type
-
Complex type that define a list of String items.
- StringList(char[]) - Constructor for class org.gephi.data.attributes.type.StringList
-
Create a new string from a char array.
- StringList(String[]) - Constructor for class org.gephi.data.attributes.type.StringList
-
Create a new string list with the given items.
- StringList(String) - Constructor for class org.gephi.data.attributes.type.StringList
-
Create a new string list with items found in the given value.
- StringList(String, String) - Constructor for class org.gephi.data.attributes.type.StringList
-
Create a new string list with items found using given separators.
- sumNumbersMerge(AttributeTable, AttributeColumn[], String) - Method in interface org.gephi.datalab.api.AttributeColumnsMergeStrategiesController
-
Merges any combination of number or number list columns, calculating the sum of all not null values
and puts the result of each row in a new column of BIGDECIMAL AttributeType.
- supportsCustomEditor() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantColorPropertyEditor
-
- supportsCustomEditor() - Method in class org.gephi.preview.types.propertyeditors.BasicDependantOriginalColorPropertyEditor
-
- supportsCustomEditor() - Method in class org.gephi.preview.types.propertyeditors.BasicEdgeColorPropertyEditor
-
- SVG_TARGET - Static variable in interface org.gephi.preview.api.RenderTarget
-
- SVGTarget - Interface in org.gephi.preview.api
-
Rendering target to SVG format.
- switchToDeterminate(ProgressTicket, int) - Static method in class org.gephi.utils.progress.Progress
-
Currently indeterminate task can be switched to show percentage completed.
- switchToDeterminate(int) - Method in interface org.gephi.utils.progress.ProgressTicket
-
Currently indeterminate task can be switched to show percentage completed.
- switchToIndeterminate(ProgressTicket) - Static method in class org.gephi.utils.progress.Progress
-
Currently determinate task can be switched to indeterminate mode.
- switchToIndeterminate() - Method in interface org.gephi.utils.progress.ProgressTicket
-
Currently determinate task can be switched to indeterminate mode.