Interface ColorEditor.ColorEditorStyle

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, PropertyProfileEditorStyle, com.google.gwt.resources.client.ResourcePrototype
Enclosing class:
ColorEditor

public static interface ColorEditor.ColorEditorStyle extends PropertyProfileEditorStyle
  • Method Details

    • canvasWidth

      int canvasWidth()
      Returns:
      width of ColorPicker canvas in pixel
    • canvasHeight

      int canvasHeight()
      Returns:
      height of ColorPicker canvas in pixel
    • colorPickerRadius

      int colorPickerRadius()
      Returns:
      radius of ColorWheel in ColorPicker in pixel
    • colorPickerOffsetX

      int colorPickerOffsetX()
      Returns:
      x-Offset of ColorPicker within canvas in pixel
    • colorPickerOffsetY

      int colorPickerOffsetY()
      Returns:
      y-Offset of ColorPicker within canvas in pixel
    • colorPanelSquareSize

      int colorPanelSquareSize()
      Returns:
      size of TransparancyGrid squares of ColorPanel in pixel
    • colorPanelMaxColumns

      int colorPanelMaxColumns()
      Returns:
      maximum column count of ColorPanel
    • colorPanelMaxRecentColors

      int colorPanelMaxRecentColors()
      Returns:
      maximum recent Colors shown in RecentColorPanel
    • colorWheelBorderColor

      String colorWheelBorderColor()
      Returns:
      the color for the border of the ColorWheel
    • colorPointerColor

      String colorPointerColor()
      Returns:
      the color for the pointer to the selected color, brightness and alpha
    • caption

      String caption()
      Returns:
      style of captions within editor
    • hLine

      String hLine()
      Returns:
      style of horizontal lines
    • fixedCanvas

      String fixedCanvas()
      Returns:
      style of fixed canvas (ColorWheel, BrightnessBar, AlphaBar)
    • dynamicCanvas

      String dynamicCanvas()
      Returns:
      style of dynamic canvas (markers for ColorPicker)
    • revert

      String revert()
      Returns:
      style of revert button area
    • revertIcon

      String revertIcon()
      Returns:
      style of RevertButton
    • colorPanel

      String colorPanel()
      Returns:
      style of ColorPanel table
    • colorPanelSelected

      String colorPanelSelected()
      Returns:
      style of currently selected ColorPanel table cell
    • colorPickerPanel

      String colorPickerPanel()
      Returns:
      Style of the panel surrounding the color picker. Used for highlighting focus.