Interface ObjectAttributesProvider

  • All Known Implementing Classes:
    FixedValueClassAttributes, NewObjectHighlighter
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ObjectAttributesProvider
    Provides DOT attributes (color, font etc.) for a given object.
    • Method Detail

      • getAttribute

        String getAttribute​(Object o)
        Get map of attributes.
        Parameters:
        o - Object
        Returns:
        Map of attribute values