Package org.gephi.appearance.spi
Interface TransformerCategory
-
public interface TransformerCategory
Transformer categories are associated withTransformerUI
to describe what kind of transformation is performed. It is designed to group together different transformers. For instance if two transformers both act on the size of a node but in a different way they should be grouped together with the same category.- See Also:
TransformerUI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Returns the transformer category display name.Icon
getIcon()
Returns the transformer category icon.
-