| Package | Description |
|---|---|
| org.gephi.appearance | |
| org.gephi.appearance.api |
API for manipulating element appearance.
|
| org.gephi.appearance.spi |
Interfaces that define the different ways the appearance of elements can
be transformed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeFunctionImpl |
class |
FunctionImpl |
class |
GraphFunctionImpl |
class |
SimpleFunctionImpl |
| Modifier and Type | Method and Description |
|---|---|
Function |
AppearanceModelImpl.getEdgeFunction(org.gephi.graph.api.Graph graph,
AppearanceModel.GraphFunction graphFunction,
Class<? extends Transformer> transformer) |
Function |
AppearanceModelImpl.getEdgeFunction(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column,
Class<? extends Transformer> transformer) |
Function[] |
AppearanceModelImpl.getEdgeFunctions(org.gephi.graph.api.Graph graph) |
Function |
AppearanceModelImpl.getNodeFunction(org.gephi.graph.api.Graph graph,
AppearanceModel.GraphFunction graphFunction,
Class<? extends Transformer> transformer) |
Function |
AppearanceModelImpl.getNodeFunction(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column,
Class<? extends Transformer> transformer) |
Function[] |
AppearanceModelImpl.getNodeFunctions(org.gephi.graph.api.Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppearanceControllerImpl.transform(Function function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeFunction
Attribute functions are based on attribute columns.
|
interface |
GraphFunction
A graph function operates based on graph attributes such as edge type or node
degree.
|
interface |
PartitionFunction
Partition function.
|
interface |
RankingFunction
Ranking function.
|
interface |
SimpleFunction
Simple functions are neither ranking nor partition.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
AppearanceModel.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 |
AppearanceModel.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[] |
AppearanceModel.getEdgeFunctions(org.gephi.graph.api.Graph graph)
Returns all edge functions for the given graph.
|
Function |
AppearanceModel.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 |
AppearanceModel.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[] |
AppearanceModel.getNodeFunctions(org.gephi.graph.api.Graph graph)
Returns all node functions for the given graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppearanceController.transform(Function function)
Apply the function's transformer.
|
| Modifier and Type | Method and Description |
|---|---|
JPanel |
TransformerUI.getPanel(Function function)
Returns the transformer panel for the given function.
|
Copyright © 2007–2017. All rights reserved.