Interface AnnotationFillColorConfiguration

    • 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 getDefaultFillColor() Default fill color.
      abstract List<Integer> getAvailableFillColors() Fill 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

      • getDefaultFillColor

        @ColorInt() abstract int getDefaultFillColor()

        Default fill color.

        Returns:

        Fill 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.