| Package | Description |
|---|---|
| org.gephi.appearance | |
| org.gephi.appearance.api |
API for manipulating element appearance.
|
| Modifier and Type | Method and Description |
|---|---|
TransformerUI |
FunctionImpl.getUI() |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
AppearanceControllerImpl.getTransformer(TransformerUI ui) |
| Constructor and Description |
|---|
AttributeFunctionImpl(String id,
org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column,
Transformer transformer,
TransformerUI transformerUI,
PartitionImpl partition) |
AttributeFunctionImpl(String id,
org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Column column,
Transformer transformer,
TransformerUI transformerUI,
RankingImpl ranking,
Interpolator interpolator) |
GraphFunctionImpl(String id,
String name,
Class<? extends org.gephi.graph.api.Element> elementClass,
org.gephi.graph.api.Graph graph,
Transformer transformer,
TransformerUI transformerUI,
PartitionImpl partition) |
GraphFunctionImpl(String id,
String name,
Class<? extends org.gephi.graph.api.Element> elementClass,
org.gephi.graph.api.Graph graph,
Transformer transformer,
TransformerUI transformerUI,
RankingImpl ranking,
Interpolator interpolator) |
SimpleFunctionImpl(String id,
Class<? extends org.gephi.graph.api.Element> elementClass,
org.gephi.graph.api.Graph graph,
Transformer transformer,
TransformerUI transformerUI) |
| Modifier and Type | Method and Description |
|---|---|
TransformerUI |
Function.getUI()
Returns the transformer user interface associated with this function.
|
| Modifier and Type | Method and Description |
|---|---|
Transformer |
AppearanceController.getTransformer(TransformerUI ui)
Returns the transformer associated with the given transformer UI.
|
Copyright © 2007–2017. All rights reserved.