Interface StylingPolicy

    • Method Detail

      • getColorForDBID

        int getColorForDBID​(DBIDRef id)
        Get the color for an individual object.

        Note: if possible, use a class styling policy which can optimize better.

        Parameters:
        id - Object ID
        Returns:
        Color value
      • getIntensityForDBID

        default double getIntensityForDBID​(DBIDRef id)
        Get the Intensity for an individual object.

        Note: if possible, use a class styling policy which can optimize better.

        Parameters:
        id - Object ID
        Returns:
        Intensity value