Interface IFillBackgroundColors

All Known Subinterfaces:
IColorManager
All Known Implementing Classes:
AbstractColorManager, ColorThemeGrayBlue, ColorThemeHighContrastBlack, ColorThemeSilver, ColorThemeWindowsBlue, DefaultColorManager, GanttSection

public interface IFillBackgroundColors
Interface representing all methods that use colored fills.
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.graphics.Color getHolidayBackgroundColorBottom()
    The bottom background gradient color used for drawing the holiday column.
    org.eclipse.swt.graphics.Color getHolidayBackgroundColorTop()
    The top background gradient color used for drawing the holiday column.
    org.eclipse.swt.graphics.Color getSaturdayBackgroundColorBottom()
    The bottom background gradient color used for drawing the Saturday column.
    org.eclipse.swt.graphics.Color getSaturdayBackgroundColorTop()
    The top background gradient color used for drawing the Saturday column.
    org.eclipse.swt.graphics.Color getSelectedDayColorBottom()
    The bottom background gradient color used for drawing selected columns.
    org.eclipse.swt.graphics.Color getSelectedDayColorTop()
    The top background gradient color used for drawing selected columns.
    org.eclipse.swt.graphics.Color getSelectedDayHeaderColorBottom()
    The bottom background gradient color used for drawing selected columns in the header section.
    org.eclipse.swt.graphics.Color getSelectedDayHeaderColorTop()
    The top background gradient color used for drawing selected columns in the header section.
    org.eclipse.swt.graphics.Color getSundayBackgroundColorBottom()
    The bottom background gradient color used for drawing the Sunday column.
    org.eclipse.swt.graphics.Color getSundayBackgroundColorTop()
    The top background gradient color used for drawing the Sunday column.
    org.eclipse.swt.graphics.Color getWeekdayBackgroundColorBottom()
    The bottom background gradient color used for drawing the weekday column.
    org.eclipse.swt.graphics.Color getWeekdayBackgroundColorTop()
    The top background gradient color used for drawing the weekday column.
  • Method Details

    • getSaturdayBackgroundColorTop

      org.eclipse.swt.graphics.Color getSaturdayBackgroundColorTop()
      The top background gradient color used for drawing the Saturday column.
      Returns:
      Color
    • getSaturdayBackgroundColorBottom

      org.eclipse.swt.graphics.Color getSaturdayBackgroundColorBottom()
      The bottom background gradient color used for drawing the Saturday column.
      Returns:
      Color
    • getSundayBackgroundColorTop

      org.eclipse.swt.graphics.Color getSundayBackgroundColorTop()
      The top background gradient color used for drawing the Sunday column.
      Returns:
      Color
    • getSundayBackgroundColorBottom

      org.eclipse.swt.graphics.Color getSundayBackgroundColorBottom()
      The bottom background gradient color used for drawing the Sunday column.
      Returns:
      Color
    • getHolidayBackgroundColorTop

      org.eclipse.swt.graphics.Color getHolidayBackgroundColorTop()
      The top background gradient color used for drawing the holiday column.
      Returns:
      Color
    • getHolidayBackgroundColorBottom

      org.eclipse.swt.graphics.Color getHolidayBackgroundColorBottom()
      The bottom background gradient color used for drawing the holiday column.
      Returns:
      Color
    • getWeekdayBackgroundColorBottom

      org.eclipse.swt.graphics.Color getWeekdayBackgroundColorBottom()
      The bottom background gradient color used for drawing the weekday column.
      Returns:
      Color
    • getWeekdayBackgroundColorTop

      org.eclipse.swt.graphics.Color getWeekdayBackgroundColorTop()
      The top background gradient color used for drawing the weekday column.
      Returns:
      Color
    • getSelectedDayColorTop

      org.eclipse.swt.graphics.Color getSelectedDayColorTop()
      The top background gradient color used for drawing selected columns.
      Returns:
    • getSelectedDayColorBottom

      org.eclipse.swt.graphics.Color getSelectedDayColorBottom()
      The bottom background gradient color used for drawing selected columns.
      Returns:
      Color
    • getSelectedDayHeaderColorTop

      org.eclipse.swt.graphics.Color getSelectedDayHeaderColorTop()
      The top background gradient color used for drawing selected columns in the header section.
      Returns:
      Color
    • getSelectedDayHeaderColorBottom

      org.eclipse.swt.graphics.Color getSelectedDayHeaderColorBottom()
      The bottom background gradient color used for drawing selected columns in the header section.
      Returns:
      Color