public interface AppearanceModel
One model exists for each workspace.
| Modifier and Type | Interface and Description |
|---|---|
static class |
AppearanceModel.GraphFunction
Identifies the non-column-based functions.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
getEdgeFunction(org.gephi.graph.api.Graph graph,
AppearanceModel.GraphFunction graphFunction,
Class<? extends Transformer> transformer)
Returns the edge function for the given graph function identifier and
transformer.
|
Function |
getEdgeFunction(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column,
Class<? extends Transformer> transformer)
Returns the node function for the given column and transformer.
|
Function[] |
getEdgeFunctions(org.gephi.graph.api.Graph graph)
Returns all edge functions for the given graph.
|
Partition |
getEdgePartition(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column)
Returns the edge partition for this graph and column.
|
Function |
getNodeFunction(org.gephi.graph.api.Graph graph,
AppearanceModel.GraphFunction graphFunction,
Class<? extends Transformer> transformer)
Returns the node function for the given graph function identifier and
transformer.
|
Function |
getNodeFunction(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column,
Class<? extends Transformer> transformer)
Returns the node function for the given column and transformer.
|
Function[] |
getNodeFunctions(org.gephi.graph.api.Graph graph)
Returns all node functions for the given graph.
|
Partition |
getNodePartition(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column)
Returns the node partition for this graph and column.
|
Workspace |
getWorkspace()
Return the workspace this model is associated with
|
boolean |
isLocalScale()
Returns
true if rankings are using the currently visible
graph as a scale. |
Workspace getWorkspace()
boolean isLocalScale()
true if rankings are using the currently visible
graph as a scale. If false the complete graph is used to
determine minimum and maximum values, the ranking scale.true if using a local scale, false if
global scalePartition getNodePartition(org.gephi.graph.api.Graph graph, org.gephi.graph.api.Column column)
graph - graphcolumn - columnPartition getEdgePartition(org.gephi.graph.api.Graph graph, org.gephi.graph.api.Column column)
graph - graphcolumn - columnFunction[] getNodeFunctions(org.gephi.graph.api.Graph graph)
graph - graphFunction getNodeFunction(org.gephi.graph.api.Graph graph, org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)
graph - graphcolumn - columntransformer - transformer classFunction getNodeFunction(org.gephi.graph.api.Graph graph, AppearanceModel.GraphFunction graphFunction, Class<? extends Transformer> transformer)
graph - graphgraphFunction - graphFunctiontransformer - transformer classFunction[] getEdgeFunctions(org.gephi.graph.api.Graph graph)
graph - graphFunction getEdgeFunction(org.gephi.graph.api.Graph graph, org.gephi.graph.api.Column column, Class<? extends Transformer> transformer)
graph - graphcolumn - columntransformer - transformer classFunction getEdgeFunction(org.gephi.graph.api.Graph graph, AppearanceModel.GraphFunction graphFunction, Class<? extends Transformer> transformer)
graph - graphgraphFunction - graphFunctiontransformer - transformer classCopyright © 2007–2017. All rights reserved.