public class PartitionLabelColorTransformer extends Object implements PartitionTransformer<org.gephi.graph.api.Element>
| Constructor and Description |
|---|
PartitionLabelColorTransformer() |
| Modifier and Type | Method and Description |
|---|---|
PaletteManager |
getPaletteManager() |
boolean |
isEdge()
True if this transformer can be applied to edges.
|
boolean |
isNode()
True is this transformer can be applied to nodes.
|
void |
transform(org.gephi.graph.api.Element element,
Partition partition,
Object value)
Transforms the given element based on the provided partition
configuration.
|
public void transform(org.gephi.graph.api.Element element,
Partition partition,
Object value)
PartitionTransformertransform in interface PartitionTransformer<org.gephi.graph.api.Element>element - element to transformpartition - partition configurationvalue - element's value for this partitionpublic boolean isNode()
TransformerisNode in interface Transformerpublic boolean isEdge()
TransformerisEdge in interface Transformerpublic PaletteManager getPaletteManager()
Copyright © 2007–2017. All rights reserved.