Interface AnnotationOutlineColorConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract int getDefaultOutlineColor() Default annotation outline color.
      abstract List<Integer> getAvailableOutlineColors() Outline colors available in the color picker.
      abstract boolean customColorPickerEnabled() Whether or not the custom color picker is used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getDefaultOutlineColor

        @ColorInt() abstract int getDefaultOutlineColor()

        Default annotation outline color.

        Returns:

        The outline color used as default for created annotations.

      • customColorPickerEnabled

         abstract boolean customColorPickerEnabled()

        Whether or not the custom color picker is used.

        Returns:

        true if the custom color picker is used, false otherwise.