| PartitionTransformer<E extends org.gephi.graph.api.Element> |
Partition transformer that transforms an element based on a categorical
partition column.
|
| RankingTransformer<E extends org.gephi.graph.api.Element> |
Ranking transformer that transforms an element based on a numerical ranking
column.
|
| SimpleTransformer<E extends org.gephi.graph.api.Element> |
Basic transformer that takes only an element to transform it.
|
| Transformer |
Transformers role is to transform the appearance of elements based on user
configuration.
|
| TransformerCategory |
Transformer categories are associated with TransformerUI to
describe what kind of transformation is performed.
|
| TransformerUI<T extends Transformer> |
Defines the user interface associated with a transformer.
|