Class ColorSettings

    • Field Detail

      • COLOR_PICKER_COLORS

        public static java.lang.String COLOR_PICKER_COLORS
    • Constructor Detail

      • ColorSettings

        public ColorSettings()
    • Method Detail

      • getThis

        protected ColorSettings getThis()
        Description copied from class: BasicSettings
        Returns the exact type of the this reference.
        It's a way to recover the type of the this object in a class hierarchy (cf. getThis "trick").
        Specified by:
        getThis in class BasicSettings<ColorSettings>
        Returns:
        The exact type of the this reference
      • hideAfterPaletteSelect

        public ColorSettings hideAfterPaletteSelect()
      • displayDefaultSelectionPalette

        public ColorSettings displayDefaultSelectionPalette()
      • numberOfColorsPerLineOnPalette

        public ColorSettings numberOfColorsPerLineOnPalette​(int colorsPerLine)
      • paletteColorsProperty

        public ColorSettings paletteColorsProperty​(java.lang.String property)
      • customColorPickerOptions

        public ColorSettings customColorPickerOptions​(java.util.Map<java.lang.String,​java.lang.Object> options)
        Override all options
        Parameters:
        options - Map Any options available from spectrum library
        Returns:
        ColorSettings
      • getJSONColorPickerOptions

        public java.lang.String getJSONColorPickerOptions​(java.lang.String userLang)