A B C D E F G H I L M N O P R S T V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AppearanceController - Interface in org.gephi.appearance.api
-
Manage and controls the appearance of elements through visual transformations.
- AppearanceControllerImpl - Class in org.gephi.appearance
- AppearanceControllerImpl() - Constructor for class org.gephi.appearance.AppearanceControllerImpl
- AppearanceModel - Interface in org.gephi.appearance.api
-
Entry point to access the appearance functions.
- AppearanceModel.GraphFunction - Enum in org.gephi.appearance.api
-
Identifies the non-column-based functions.
- AppearanceModelImpl - Class in org.gephi.appearance
- AppearanceModelImpl(Workspace) - Constructor for class org.gephi.appearance.AppearanceModelImpl
- AppearanceModelPersistenceProvider - Class in org.gephi.appearance
- AppearanceModelPersistenceProvider() - Constructor for class org.gephi.appearance.AppearanceModelPersistenceProvider
- AttributeFunction - Interface in org.gephi.appearance.api
-
Attribute functions are based on attribute columns.
- AttributeFunctionImpl - Class in org.gephi.appearance
- AttributeFunctionImpl(AppearanceModelImpl, String, Column, Transformer, TransformerUI, PartitionImpl) - Constructor for class org.gephi.appearance.AttributeFunctionImpl
- AttributeFunctionImpl(AppearanceModelImpl, String, Column, Transformer, TransformerUI, RankingImpl) - Constructor for class org.gephi.appearance.AttributeFunctionImpl
- AttributePartitionImpl - Class in org.gephi.appearance
- AttributePartitionImpl(Column) - Constructor for class org.gephi.appearance.AttributePartitionImpl
- AttributeRankingImpl - Class in org.gephi.appearance
- AttributeRankingImpl(Column) - Constructor for class org.gephi.appearance.AttributeRankingImpl
B
- BezierInterpolator(float, float, float, float) - Constructor for class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
constructor -- cubic bezier curve will be represented by control points (0,0) (px1,py1) (px2,py2) (1,1) -- px1, py1, px2, py2 all in range [0,1]
C
- cleanAttributeRankingsAndPartitions(Table) - Method in class org.gephi.appearance.AppearanceModelImpl
- colorMap - Variable in class org.gephi.appearance.PartitionImpl
- column - Variable in class org.gephi.appearance.AttributePartitionImpl
- column - Variable in class org.gephi.appearance.AttributeRankingImpl
- column - Variable in class org.gephi.appearance.DegreeRankingImpl
- column - Variable in class org.gephi.appearance.EdgeTypePartitionImpl
- column - Variable in class org.gephi.appearance.FunctionImpl
- convertColumnToGraphFunction(Column) - Method in class org.gephi.appearance.AppearanceModelImpl
- count(Object, Graph) - Method in interface org.gephi.appearance.api.Partition
-
Returns the number of elements for the given value.
- count(Object, Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- count(Object, Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- countNodeAttributeRanking() - Method in class org.gephi.appearance.AppearanceModelImpl
D
- DEFAULT_COLOR - Static variable in interface org.gephi.appearance.api.Partition
- DEFAULT_INTERPOLATOR - Static variable in class org.gephi.appearance.RankingImpl
- degreeRanking - Variable in class org.gephi.appearance.AppearanceModelImpl
- DegreeRankingImpl - Class in org.gephi.appearance
- DegreeRankingImpl(Column) - Constructor for class org.gephi.appearance.DegreeRankingImpl
- displayName - Variable in class org.gephi.appearance.GraphFunctionImpl
E
- EDGE_TYPE - org.gephi.appearance.api.AppearanceModel.GraphFunction
- EDGE_WEIGHT - org.gephi.appearance.api.AppearanceModel.GraphFunction
- edgeAttributePartitions - Variable in class org.gephi.appearance.AppearanceModelImpl
- edgeAttributeRankings - Variable in class org.gephi.appearance.AppearanceModelImpl
- edgeStaticFunctions - Variable in class org.gephi.appearance.AppearanceModelImpl
- edgeTransformers - Variable in class org.gephi.appearance.AppearanceModelImpl
- edgeTypePartition - Variable in class org.gephi.appearance.AppearanceModelImpl
- EdgeTypePartitionImpl - Class in org.gephi.appearance
- EdgeTypePartitionImpl(Column, Class) - Constructor for class org.gephi.appearance.EdgeTypePartitionImpl
- edgeWeightRanking - Variable in class org.gephi.appearance.AppearanceModelImpl
- EdgeWeightRankingImpl - Class in org.gephi.appearance
- EdgeWeightRankingImpl() - Constructor for class org.gephi.appearance.EdgeWeightRankingImpl
- elementClass - Variable in class org.gephi.appearance.FunctionImpl
- equals(Object) - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
- equals(Object) - Method in class org.gephi.appearance.AttributePartitionImpl
- equals(Object) - Method in class org.gephi.appearance.AttributeRankingImpl
- equals(Object) - Method in class org.gephi.appearance.FunctionImpl
- eval(float, float, float) - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
use Bernstein basis to evaluate 1D cubic Bezier curve (quicker and more numerically stable than power basis) -- 1D control coordinates are (0, p1, p2, 1), where p1 and p2 are in range [0,1], and there is no ordering constraint on p1 and p2, i.e., p1 <= p2 does not have to be true
- evalDerivative(float, float, float) - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
evaluate Bernstein basis derivative of 1D cubic Bezier curve, where 1D control points are (0, p1, p2, 1), where p1 and p2 are in range [0,1], and there is no ordering constraint on p1 and p2, i.e., p1 <= p2 does not have to be true
F
- findTForX(float) - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
find the parameter t that produces the given x-value for the curve -- uses Newton-Raphson to refine the value as opposed to subdividing until we are within some tolerance
- Function - Interface in org.gephi.appearance.api
-
Functions represent the various transformations that can be applied to the graph elements.
- FunctionImpl - Class in org.gephi.appearance
- FunctionImpl(AppearanceModelImpl, String, Class<? extends Element>, Column, Transformer, TransformerUI, PartitionImpl, RankingImpl) - Constructor for class org.gephi.appearance.FunctionImpl
G
- getAttributeFunctions(Column, Transformer) - Method in class org.gephi.appearance.AppearanceModelImpl
- getAttributeFunctions(Table) - Method in class org.gephi.appearance.AppearanceModelImpl
- getCategory() - Method in interface org.gephi.appearance.spi.TransformerUI
-
Returns the transformer category.
- getColor(Object) - Method in interface org.gephi.appearance.api.Partition
-
Returns the color for the given value.
- getColor(Object) - Method in class org.gephi.appearance.PartitionImpl
- getColumn() - Method in interface org.gephi.appearance.api.AttributeFunction
-
Returns the column this function finds its value from.
- getColumn() - Method in interface org.gephi.appearance.api.Partition
-
Returns the column associated with this partition.
- getColumn() - Method in interface org.gephi.appearance.api.Ranking
-
Returns the column associated with this partition.
- getColumn() - Method in class org.gephi.appearance.AttributeFunctionImpl
- getColumn() - Method in class org.gephi.appearance.AttributePartitionImpl
- getColumn() - Method in class org.gephi.appearance.AttributeRankingImpl
- getColumn() - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- getColumn() - Method in class org.gephi.appearance.RankingImpl
- getColumn(Graph) - Method in class org.gephi.appearance.EdgeWeightRankingImpl
- getControl1() - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
- getControl2() - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
- getControlButton() - Method in interface org.gephi.appearance.spi.TransformerUI
-
Returns the control buttons associated with this transformer.
- getDegreeFunctions(Transformer) - Method in class org.gephi.appearance.AppearanceModelImpl
- getDegreeRanking() - Method in class org.gephi.appearance.AppearanceModelImpl
- getDescription() - Method in interface org.gephi.appearance.spi.TransformerUI
-
Returns the transformer's description.
- getDisplayName() - Method in interface org.gephi.appearance.spi.TransformerCategory
-
Returns the transformer category display name.
- getDisplayName() - Method in interface org.gephi.appearance.spi.TransformerUI
-
Returns the transformer's display name.
- getEdgeFunction(Column, Class<? extends Transformer>) - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns the edge function for the given column and transformer.
- getEdgeFunction(Column, Class<? extends Transformer>) - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgeFunctions() - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns all edge functions for the given graph.
- getEdgeFunctions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgePartition(Column) - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns the edge partition for this column.
- getEdgePartition(Column) - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgePartitions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgeRanking(Column) - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgeRankings() - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgeSimpleFunctions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgeTypePartition() - Method in class org.gephi.appearance.AppearanceModelImpl
- getEdgeWeightRanking() - Method in class org.gephi.appearance.AppearanceModelImpl
- getElementClass() - Method in interface org.gephi.appearance.api.Function
-
Returns the element class this function will be applied to.
- getElementClass() - Method in class org.gephi.appearance.FunctionImpl
- getElementCount(Graph) - Method in interface org.gephi.appearance.api.Partition
-
Returns the number of elements that have a value in this partition.
- getElementCount(Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- getElementCount(Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- getFunction(Column, Class<? extends Transformer>) - Method in class org.gephi.appearance.AppearanceModelImpl
- getGraph() - Method in interface org.gephi.appearance.api.Function
-
Returns the graph this function is being applied on.
- getGraph() - Method in class org.gephi.appearance.FunctionImpl
- getGraphFunction() - Method in interface org.gephi.appearance.api.GraphFunction
- getGraphFunction() - Method in class org.gephi.appearance.GraphFunctionImpl
- getGraphModel() - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns the graph model this model is associated with.
- getGraphModel() - Method in class org.gephi.appearance.AppearanceModelImpl
- getIcon() - Method in interface org.gephi.appearance.spi.TransformerCategory
-
Returns the transformer category icon.
- getIcon() - Method in interface org.gephi.appearance.spi.TransformerUI
-
Returns the transformer's icon.
- getId() - Method in enum org.gephi.appearance.api.AppearanceModel.GraphFunction
- getId() - Method in interface org.gephi.appearance.api.Function
-
Returns the function's unique identifier.
- getId() - Method in class org.gephi.appearance.FunctionImpl
- getId() - Method in interface org.gephi.appearance.spi.TransformerCategory
-
Returns the category's unique identifier.
- getId(String, Transformer, String) - Method in class org.gephi.appearance.AppearanceModelImpl
- getId(String, Transformer, Column) - Method in class org.gephi.appearance.AppearanceModelImpl
- getIdentifier() - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- getInDegreeRanking() - Method in class org.gephi.appearance.AppearanceModelImpl
- getIndex(Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- getIndex(Graph) - Method in class org.gephi.appearance.AttributeRankingImpl
- getIndex(Graph) - Method in class org.gephi.appearance.DegreeRankingImpl
- getIndex(Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- getIndex(Graph) - Method in class org.gephi.appearance.EdgeWeightRankingImpl
- getIndex(Graph) - Method in class org.gephi.appearance.TimesetRankingImpl
- getInitialGuessForT(float) - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
find an initial good guess for what parameter t might produce the x-value on the Bezier curve -- uses linear interpolation on the x-value sample array that was created on construction
- getInterpolator() - Method in interface org.gephi.appearance.api.RankingFunction
-
Returns the interpolator.
- getInterpolator() - Method in class org.gephi.appearance.AttributeFunctionImpl
- getInterpolator() - Method in class org.gephi.appearance.GraphFunctionImpl
- getInterpolator() - Method in class org.gephi.appearance.RankingImpl
- getMaxValue(Graph) - Method in interface org.gephi.appearance.api.Ranking
-
Returns the maximum value in this ranking.
- getMaxValue(Graph) - Method in class org.gephi.appearance.AttributeRankingImpl
- getMaxValue(Graph) - Method in class org.gephi.appearance.DegreeRankingImpl
- getMaxValue(Graph) - Method in class org.gephi.appearance.EdgeWeightRankingImpl
- getMaxValue(Graph) - Method in class org.gephi.appearance.TimesetRankingImpl
- getMinValue(Graph) - Method in interface org.gephi.appearance.api.Ranking
-
Returns the minimum value in this ranking.
- getMinValue(Graph) - Method in class org.gephi.appearance.AttributeRankingImpl
- getMinValue(Graph) - Method in class org.gephi.appearance.DegreeRankingImpl
- getMinValue(Graph) - Method in class org.gephi.appearance.EdgeWeightRankingImpl
- getMinValue(Graph) - Method in class org.gephi.appearance.TimesetRankingImpl
- getModel() - Method in interface org.gephi.appearance.api.AppearanceController
-
Returns the appearance model for the current workspace.
- getModel() - Method in interface org.gephi.appearance.api.Function
-
Returns the model this function belongs to.
- getModel() - Method in class org.gephi.appearance.AppearanceControllerImpl
- getModel() - Method in class org.gephi.appearance.FunctionImpl
- getModel(Workspace) - Method in interface org.gephi.appearance.api.AppearanceController
-
Returns the appearance model for the given workspace.
- getModel(Workspace) - Method in class org.gephi.appearance.AppearanceControllerImpl
- getModelClass() - Method in class org.gephi.appearance.AppearanceControllerImpl
- getNodeFunction(Column, Class<? extends Transformer>) - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns the node function for the given column and transformer.
- getNodeFunction(Column, Class<? extends Transformer>) - Method in class org.gephi.appearance.AppearanceModelImpl
- getNodeFunctions() - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns all node functions for the given graph.
- getNodeFunctions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getNodePartition(Column) - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns the node partition for thid column.
- getNodePartition(Column) - Method in class org.gephi.appearance.AppearanceModelImpl
- getNodePartitions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getNodeRanking(Column) - Method in class org.gephi.appearance.AppearanceModelImpl
- getNodeRankingFunctions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getNodeRankings() - Method in class org.gephi.appearance.AppearanceModelImpl
- getNodeSimpleFunctions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getNormalizedValue(Element, Graph) - Method in interface org.gephi.appearance.api.Ranking
-
Returns the element's normalized value for this ranking.
- getNormalizedValue(Element, Graph) - Method in class org.gephi.appearance.RankingImpl
- getOutDegreeRanking() - Method in class org.gephi.appearance.AppearanceModelImpl
- getPanel(Function) - Method in interface org.gephi.appearance.spi.TransformerUI
-
Returns the transformer panel for the given function.
- getPartition() - Method in interface org.gephi.appearance.api.PartitionFunction
-
Returns the partition configuration associated with this function.
- getPartition() - Method in class org.gephi.appearance.AttributeFunctionImpl
- getPartition() - Method in class org.gephi.appearance.GraphFunctionImpl
- getPartitionGraph() - Method in class org.gephi.appearance.AppearanceModelImpl
- getRanking() - Method in interface org.gephi.appearance.api.RankingFunction
-
Returns the ranking configuration associated with this function.
- getRanking() - Method in class org.gephi.appearance.AttributeFunctionImpl
- getRanking() - Method in class org.gephi.appearance.GraphFunctionImpl
- getRankingAndPartitionEdgeFunctions() - Method in class org.gephi.appearance.AppearanceModelImpl
- getRankingGraph() - Method in class org.gephi.appearance.AppearanceModelImpl
- getSortedValues(Graph) - Method in interface org.gephi.appearance.api.Partition
-
Returns the same collection as
Partition.getValues(Graph graph)but sorted descendant in counts. - getSortedValues(Graph) - Method in class org.gephi.appearance.PartitionImpl
- getTimesetFunctions(Column, Transformer) - Method in class org.gephi.appearance.AppearanceModelImpl
- getTransformer() - Method in interface org.gephi.appearance.api.Function
-
Returns the transformer associated with this function.
- getTransformer() - Method in class org.gephi.appearance.FunctionImpl
- getTransformer(TransformerUI) - Method in interface org.gephi.appearance.api.AppearanceController
-
Returns the transformer associated with the given transformer UI.
- getTransformer(TransformerUI) - Method in class org.gephi.appearance.AppearanceControllerImpl
- getTransformerClass() - Method in interface org.gephi.appearance.spi.TransformerUI
-
Returns the transformer class this transformer UI is associated with.
- getTransformerUI(Transformer) - Method in class org.gephi.appearance.AppearanceModelImpl
- getUI() - Method in interface org.gephi.appearance.api.Function
-
Returns the transformer user interface associated with this function.
- getUI() - Method in class org.gephi.appearance.FunctionImpl
- getValue(Element, Graph) - Method in interface org.gephi.appearance.api.Partition
-
Returns the element's value for this partition.
- getValue(Element, Graph) - Method in interface org.gephi.appearance.api.Ranking
-
Returns the element's value for this ranking.
- getValue(Element, Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- getValue(Element, Graph) - Method in class org.gephi.appearance.AttributeRankingImpl
- getValue(Element, Graph) - Method in class org.gephi.appearance.DegreeRankingImpl
- getValue(Element, Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- getValue(Element, Graph) - Method in class org.gephi.appearance.EdgeWeightRankingImpl
- getValue(Element, Graph) - Method in class org.gephi.appearance.InDegreeRankingImpl
- getValue(Element, Graph) - Method in class org.gephi.appearance.OutDegreeRankingImpl
- getValue(Element, Graph) - Method in class org.gephi.appearance.TimesetRankingImpl
- getValues(Graph) - Method in interface org.gephi.appearance.api.Partition
-
Returns the collection of values this partition represents.
- getValues(Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- getValues(Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- getValueType() - Method in class org.gephi.appearance.AttributePartitionImpl
- getValueType() - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- getValueType() - Method in class org.gephi.appearance.PartitionImpl
- getVersion(Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- getVersion(Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- getVersion(Graph) - Method in class org.gephi.appearance.PartitionImpl
- getWorkspace() - Method in interface org.gephi.appearance.api.AppearanceModel
-
Return the workspace this model is associated with
- getWorkspace() - Method in class org.gephi.appearance.AppearanceModelImpl
- graphFunction - Variable in class org.gephi.appearance.GraphFunctionImpl
- GraphFunction - Interface in org.gephi.appearance.api
-
A graph function operates based on graph attributes such as edge type or node degree.
- GraphFunction(String) - Constructor for enum org.gephi.appearance.api.AppearanceModel.GraphFunction
- GraphFunctionImpl - Class in org.gephi.appearance
- GraphFunctionImpl(AppearanceModelImpl, AppearanceModel.GraphFunction, String, String, Class<? extends Element>, Transformer, TransformerUI, PartitionImpl) - Constructor for class org.gephi.appearance.GraphFunctionImpl
- GraphFunctionImpl(AppearanceModelImpl, AppearanceModel.GraphFunction, String, String, Class<? extends Element>, Transformer, TransformerUI, RankingImpl) - Constructor for class org.gephi.appearance.GraphFunctionImpl
- graphModel - Variable in class org.gephi.appearance.AppearanceModelImpl
H
- hasChanged() - Method in interface org.gephi.appearance.api.Function
-
Returns true if the underlying partition or ranking changed its boundaries or values since last time checked.
- hasChanged() - Method in class org.gephi.appearance.FunctionImpl
- hashCode() - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
- hashCode() - Method in class org.gephi.appearance.AttributePartitionImpl
- hashCode() - Method in class org.gephi.appearance.AttributeRankingImpl
- hashCode() - Method in class org.gephi.appearance.FunctionImpl
I
- id - Variable in enum org.gephi.appearance.api.AppearanceModel.GraphFunction
- inDegreeRanking - Variable in class org.gephi.appearance.AppearanceModelImpl
- InDegreeRankingImpl - Class in org.gephi.appearance
- InDegreeRankingImpl(Column) - Constructor for class org.gephi.appearance.InDegreeRankingImpl
- initAttributePartition(Column) - Method in class org.gephi.appearance.AppearanceModelImpl
- initAttributeRankingsAndPartitions() - Method in class org.gephi.appearance.AppearanceModelImpl
- initEdgeTransformers() - Method in class org.gephi.appearance.AppearanceModelImpl
- initNodeTransformers() - Method in class org.gephi.appearance.AppearanceModelImpl
- initTransformerUIs() - Method in class org.gephi.appearance.AppearanceModelImpl
- interpolate(float) - Method in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
get the y-value of the cubic bezier curve that corresponds to the x input
- interpolate(float) - Method in class org.gephi.appearance.api.Interpolator
-
This function takes an input value between 0 and 1 and returns another value, also between 0 and 1.
- interpolator - Variable in class org.gephi.appearance.RankingImpl
- Interpolator - Class in org.gephi.appearance.api
-
Abstract class that defines the single
Interpolator.interpolate(float)method. - Interpolator() - Constructor for class org.gephi.appearance.api.Interpolator
- Interpolator.BezierInterpolator - Class in org.gephi.appearance.api
-
Bezier curve interpolator.
- isAttribute() - Method in interface org.gephi.appearance.api.Function
-
Returns true if this function is based on attribute column.
- isAttribute() - Method in class org.gephi.appearance.FunctionImpl
- isCurveLinear - Variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
do the input control points form a line with (0,0) and (1,1), i.e., x1 == y1 and x2 == y2 -- if so, then all x(t) == y(t) for the curve
- isEdge() - Method in interface org.gephi.appearance.spi.Transformer
-
True if this transformer can be applied to edges.
- isNode() - Method in interface org.gephi.appearance.spi.Transformer
-
True is this transformer can be applied to nodes.
- isPartition() - Method in interface org.gephi.appearance.api.Function
-
Returns true if this function is a partition function.
- isPartition() - Method in class org.gephi.appearance.FunctionImpl
- isPartitionLocalScale() - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns
trueif partitions are using the currently visible graph as a source. - isPartitionLocalScale() - Method in class org.gephi.appearance.AppearanceModelImpl
- isRanking() - Method in interface org.gephi.appearance.api.Function
-
Returns true if this function is a ranking function.
- isRanking() - Method in class org.gephi.appearance.FunctionImpl
- isRankingLocalScale() - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns
trueif rankings are using the currently visible graph as a scale. - isRankingLocalScale() - Method in class org.gephi.appearance.AppearanceModelImpl
- isSimple() - Method in interface org.gephi.appearance.api.Function
-
Returns true if this function is a simple function.
- isSimple() - Method in class org.gephi.appearance.FunctionImpl
- isTransformNullValues() - Method in interface org.gephi.appearance.api.AppearanceModel
-
Returns
trueif null values are considered in functions. - isTransformNullValues() - Method in class org.gephi.appearance.AppearanceModelImpl
- isValid() - Method in interface org.gephi.appearance.api.Function
-
Returns true if the function is valid.
- isValid() - Method in class org.gephi.appearance.FunctionImpl
- isValid(Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- isValid(Graph) - Method in class org.gephi.appearance.AttributeRankingImpl
- isValid(Graph) - Method in class org.gephi.appearance.DegreeRankingImpl
- isValid(Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
- isValid(Graph) - Method in class org.gephi.appearance.EdgeWeightRankingImpl
- isValid(Graph) - Method in class org.gephi.appearance.InDegreeRankingImpl
- isValid(Graph) - Method in class org.gephi.appearance.OutDegreeRankingImpl
- isValid(Graph) - Method in class org.gephi.appearance.PartitionImpl
- isValid(Graph) - Method in class org.gephi.appearance.RankingImpl
- isValid(Graph) - Method in class org.gephi.appearance.TimesetRankingImpl
L
- lastGraph - Variable in class org.gephi.appearance.FunctionImpl
- lastTransformNullValues - Variable in class org.gephi.appearance.FunctionImpl
- LINEAR - Static variable in class org.gephi.appearance.api.Interpolator
-
Linear interpolation
x = interpolate(x) - LOG2 - Static variable in class org.gephi.appearance.api.Interpolator
-
Log2 interpolation
Math.log(1 + x)/Math.log(2) = interpolate(x)
M
- model - Variable in class org.gephi.appearance.FunctionImpl
N
- name - Variable in class org.gephi.appearance.FunctionImpl
- newBezierInterpolator(float, float, float, float) - Static method in class org.gephi.appearance.api.Interpolator
-
Builds a bezier interpolator with two control points (px1, py1) and (px2, py2).
- newModel(Workspace) - Method in class org.gephi.appearance.AppearanceControllerImpl
- NODE_DEGREE - org.gephi.appearance.api.AppearanceModel.GraphFunction
- NODE_INDEGREE - org.gephi.appearance.api.AppearanceModel.GraphFunction
- NODE_OUTDEGREE - org.gephi.appearance.api.AppearanceModel.GraphFunction
- nodeAttributePartitions - Variable in class org.gephi.appearance.AppearanceModelImpl
- nodeAttributeRankings - Variable in class org.gephi.appearance.AppearanceModelImpl
- nodeStaticFunctions - Variable in class org.gephi.appearance.AppearanceModelImpl
- nodeTransformers - Variable in class org.gephi.appearance.AppearanceModelImpl
- normalize(Number, Interpolator, Number, Number) - Method in interface org.gephi.appearance.api.Ranking
-
Normalizes the given value with the interpolator.
- normalize(Number, Interpolator, Number, Number) - Method in class org.gephi.appearance.RankingImpl
O
- org.gephi.appearance - package org.gephi.appearance
- org.gephi.appearance.api - package org.gephi.appearance.api
- org.gephi.appearance.spi - package org.gephi.appearance.spi
- outDegreeRanking - Variable in class org.gephi.appearance.AppearanceModelImpl
- OutDegreeRankingImpl - Class in org.gephi.appearance
- OutDegreeRankingImpl(Column) - Constructor for class org.gephi.appearance.OutDegreeRankingImpl
P
- partition - Variable in class org.gephi.appearance.FunctionImpl
- Partition - Interface in org.gephi.appearance.api
-
Partition configuration for categorical attributes.
- PartitionFunction - Interface in org.gephi.appearance.api
-
Partition function.
- PartitionImpl - Class in org.gephi.appearance
- PartitionImpl() - Constructor for class org.gephi.appearance.PartitionImpl
- partitionLocalScale - Variable in class org.gephi.appearance.AppearanceModelImpl
- PartitionTransformer<E extends org.gephi.graph.api.Element> - Interface in org.gephi.appearance.spi
-
Partition transformer that transforms an element based on a categorical partition column.
- percentage(Object, Graph) - Method in interface org.gephi.appearance.api.Partition
-
Returns the percentage of elements with the given value.
- percentage(Object, Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- percentage(Object, Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
R
- ranking - Variable in class org.gephi.appearance.FunctionImpl
- Ranking - Interface in org.gephi.appearance.api
-
Ranking configuration for numerical attributes.
- RankingFunction - Interface in org.gephi.appearance.api
-
Ranking function.
- RankingImpl - Class in org.gephi.appearance
- RankingImpl() - Constructor for class org.gephi.appearance.RankingImpl
- rankingLocalScale - Variable in class org.gephi.appearance.AppearanceModelImpl
- RankingTransformer<E extends org.gephi.graph.api.Element> - Interface in org.gephi.appearance.spi
-
Ranking transformer that transforms an element based on a numerical ranking column.
- readInterpolator(XMLStreamReader, RankingImpl) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- readPartitions(XMLStreamReader, PartitionImpl[]) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- readRankings(XMLStreamReader, RankingImpl[]) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- readXML(XMLStreamReader, AppearanceModelImpl) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- readXML(XMLStreamReader, Workspace) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
S
- SAMPLE_INCREMENT - Static variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
difference in t used to calculate each of the xSamples values -- power of 2 sample size should provide exact representation of this value and its integer multiples (integer in range of [0..SAMPLE_SIZE]
- SAMPLE_SIZE - Static variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
power of 2 sample size for lookup table of x values
- setColor(Object, Color) - Method in interface org.gephi.appearance.api.Partition
-
Sets the color for the given value.
- setColor(Object, Color) - Method in class org.gephi.appearance.PartitionImpl
- setColors(Graph, Color[]) - Method in interface org.gephi.appearance.api.Partition
-
Sets the colors for all values.
- setColors(Graph, Color[]) - Method in class org.gephi.appearance.PartitionImpl
- setInterpolator(Interpolator) - Method in interface org.gephi.appearance.api.RankingFunction
-
Sets the interpolator for this function.
- setInterpolator(Interpolator) - Method in class org.gephi.appearance.AttributeFunctionImpl
- setInterpolator(Interpolator) - Method in class org.gephi.appearance.GraphFunctionImpl
- setInterpolator(Interpolator) - Method in class org.gephi.appearance.RankingImpl
- setPartitionLocalScale(boolean) - Method in class org.gephi.appearance.AppearanceModelImpl
- setRankingLocalScale(boolean) - Method in class org.gephi.appearance.AppearanceModelImpl
- setTransformNullValues(boolean) - Method in interface org.gephi.appearance.api.AppearanceController
-
Sets whether elements with
nullvalues are also transformed. - setTransformNullValues(boolean) - Method in class org.gephi.appearance.AppearanceControllerImpl
- setTransformNullValues(boolean) - Method in class org.gephi.appearance.AppearanceModelImpl
- setUsePartitionLocalScale(boolean) - Method in interface org.gephi.appearance.api.AppearanceController
-
Sets whether partitions use a local or a global scale.
- setUsePartitionLocalScale(boolean) - Method in class org.gephi.appearance.AppearanceControllerImpl
- setUseRankingLocalScale(boolean) - Method in interface org.gephi.appearance.api.AppearanceController
-
Sets whether rankings use a local or a global scale.
- setUseRankingLocalScale(boolean) - Method in class org.gephi.appearance.AppearanceControllerImpl
- SimpleFunction - Interface in org.gephi.appearance.api
-
Simple functions are neither ranking nor partition.
- SimpleFunctionImpl - Class in org.gephi.appearance
- SimpleFunctionImpl(AppearanceModelImpl, String, Class<? extends Element>, Transformer, TransformerUI) - Constructor for class org.gephi.appearance.SimpleFunctionImpl
- SimpleTransformer<E extends org.gephi.graph.api.Element> - Interface in org.gephi.appearance.spi
-
Basic transformer that takes only an element to transform it.
- size(Graph) - Method in interface org.gephi.appearance.api.Partition
-
Returns the number of values this partition represents.
- size(Graph) - Method in class org.gephi.appearance.AttributePartitionImpl
- size(Graph) - Method in class org.gephi.appearance.EdgeTypePartitionImpl
T
- TimesetRankingImpl - Class in org.gephi.appearance
- TimesetRankingImpl(Column) - Constructor for class org.gephi.appearance.TimesetRankingImpl
- toString() - Method in class org.gephi.appearance.AttributeFunctionImpl
- toString() - Method in class org.gephi.appearance.FunctionImpl
- toString() - Method in class org.gephi.appearance.GraphFunctionImpl
- transform(E) - Method in interface org.gephi.appearance.spi.SimpleTransformer
-
Transforms the given element.
- transform(E, Partition, Object) - Method in interface org.gephi.appearance.spi.PartitionTransformer
-
Transforms the given element based on the provided partition configuration.
- transform(E, Ranking, Number, float) - Method in interface org.gephi.appearance.spi.RankingTransformer
-
Transforms the given element based on the provided ranking parameters.
- transform(Function) - Method in interface org.gephi.appearance.api.AppearanceController
-
Apply the function's transformer.
- transform(Function) - Method in class org.gephi.appearance.AppearanceControllerImpl
- transform(Element) - Method in interface org.gephi.appearance.api.Function
-
Transforms the given element.
- transform(Element) - Method in class org.gephi.appearance.FunctionImpl
- transformAll(Iterable<? extends Element>) - Method in interface org.gephi.appearance.api.Function
-
Transforms all the given elements.
- transformAll(Iterable<? extends Element>) - Method in class org.gephi.appearance.FunctionImpl
- transformer - Variable in class org.gephi.appearance.FunctionImpl
- Transformer - Interface in org.gephi.appearance.spi
-
Transformers role is to transform the appearance of elements based on user configuration.
- TransformerCategory - Interface in org.gephi.appearance.spi
-
Transformer categories are associated with
TransformerUIto describe what kind of transformation is performed. - transformerUI - Variable in class org.gephi.appearance.FunctionImpl
- TransformerUI<T extends Transformer> - Interface in org.gephi.appearance.spi
-
Defines the user interface associated with a transformer.
- transformerUIs - Variable in class org.gephi.appearance.AppearanceModelImpl
- transformNullValues - Variable in class org.gephi.appearance.AppearanceModelImpl
- transformPartition(Element, Graph) - Method in class org.gephi.appearance.FunctionImpl
- transformRanking(Element, Graph, Number, Number) - Method in class org.gephi.appearance.FunctionImpl
V
- valueOf(String) - Static method in enum org.gephi.appearance.api.AppearanceModel.GraphFunction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.gephi.appearance.api.AppearanceModel.GraphFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueType - Variable in class org.gephi.appearance.EdgeTypePartitionImpl
- version - Variable in class org.gephi.appearance.FunctionImpl
W
- workspace - Variable in class org.gephi.appearance.AppearanceModelImpl
- writeInterpolator(XMLStreamWriter, Interpolator) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- writePartitions(XMLStreamWriter, PartitionImpl[], String) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- writeRankings(XMLStreamWriter, RankingImpl[], String) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- writeXML(XMLStreamWriter, AppearanceModelImpl) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
- writeXML(XMLStreamWriter, Workspace) - Method in class org.gephi.appearance.AppearanceModelPersistenceProvider
X
- x1 - Variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
the coordinates of the 2 2D control points for a cubic Bezier curve, with implicit start point (0,0) and end point (1,1) -- each individual coordinate value must be in range [0,1]
- x2 - Variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
the coordinates of the 2 2D control points for a cubic Bezier curve, with implicit start point (0,0) and end point (1,1) -- each individual coordinate value must be in range [0,1]
- xSamples - Variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
x values for the bezier curve, sampled at increments of 1/SAMPLE_SIZE -- this is used to find the good initial guess for parameter t, given an x
Y
- y1 - Variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
the coordinates of the 2 2D control points for a cubic Bezier curve, with implicit start point (0,0) and end point (1,1) -- each individual coordinate value must be in range [0,1]
- y2 - Variable in class org.gephi.appearance.api.Interpolator.BezierInterpolator
-
the coordinates of the 2 2D control points for a cubic Bezier curve, with implicit start point (0,0) and end point (1,1) -- each individual coordinate value must be in range [0,1]
All Classes All Packages