Package org.gephi.appearance.spi
Interface PartitionTransformer<E extends Element>
-
- Type Parameters:
E
- element class
- All Superinterfaces:
Transformer
public interface PartitionTransformer<E extends Element> extends Transformer
Partition transformer that transforms an element based on a categorical partition column.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transform(E element, Partition partition, Object value)
Transforms the given element based on the provided partition configuration.-
Methods inherited from interface org.gephi.appearance.spi.Transformer
isEdge, isNode
-
-