Package org.gephi.appearance.spi
Interface SimpleTransformer<E extends Element>
-
- Type Parameters:
E
- element class
- All Superinterfaces:
Transformer
public interface SimpleTransformer<E extends Element> extends Transformer
Basic transformer that takes only an element to transform it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transform(E element)
Transforms the given element.-
Methods inherited from interface org.gephi.appearance.spi.Transformer
isEdge, isNode
-
-
-
-
Method Detail
-
transform
void transform(E element)
Transforms the given element.- Parameters:
element
- element to transform
-
-