| Package | Description |
|---|---|
| org.gephi.appearance | |
| org.gephi.appearance.api |
API for manipulating element appearance.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
AppearanceModelImpl.getEdgeFunction(org.gephi.graph.api.Graph graph,
AppearanceModel.GraphFunction graphFunction,
Class<? extends Transformer> transformer) |
Function |
AppearanceModelImpl.getNodeFunction(org.gephi.graph.api.Graph graph,
AppearanceModel.GraphFunction graphFunction,
Class<? extends Transformer> transformer) |
| Modifier and Type | Method and Description |
|---|---|
static AppearanceModel.GraphFunction |
AppearanceModel.GraphFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppearanceModel.GraphFunction[] |
AppearanceModel.GraphFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.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.
|
Copyright © 2007–2017. All rights reserved.