Interface TypeColorProvider

    • Method Detail

      • hasTypeColor

        boolean hasTypeColor​(String type)
        Checks whether a color has been stored for the given object type.
        Parameters:
        type - the type to check
        Returns:
        true if custom color available
      • getTypeColor

        Color getTypeColor​(String type)
        Returns the color for the object type.
        Parameters:
        type - the type to get the color for
        Returns:
        the color, null if none available
      • addLocationsUpdatedListeners

        void addLocationsUpdatedListeners​(ChangeListener l)
        Adds the listener for location updates.
        Parameters:
        l - the listener to add
      • removeLocationsUpdatedListeners

        void removeLocationsUpdatedListeners​(ChangeListener l)
        Removes the listener for location updates.
        Parameters:
        l - the listener to remove