Interface TransformerCategory


  • public interface TransformerCategory
    Transformer categories are associated with TransformerUI 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 Detail

      • getDisplayName

        String getDisplayName()
        Returns the transformer category display name.
        Returns:
        display name
      • getIcon

        Icon getIcon()
        Returns the transformer category icon.
        Returns:
        icon or null if missing