Interface IFillBackgroundColors
-
- All Known Subinterfaces:
IColorManager
- All Known Implementing Classes:
AbstractColorManager,ColorThemeGrayBlue,ColorThemeHighContrastBlack,ColorThemeSilver,ColorThemeWindowsBlue,DefaultColorManager,GanttSection
public interface IFillBackgroundColorsInterface representing all methods that use colored fills.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.ColorgetHolidayBackgroundColorBottom()The bottom background gradient color used for drawing the holiday column.org.eclipse.swt.graphics.ColorgetHolidayBackgroundColorTop()The top background gradient color used for drawing the holiday column.org.eclipse.swt.graphics.ColorgetSaturdayBackgroundColorBottom()The bottom background gradient color used for drawing the Saturday column.org.eclipse.swt.graphics.ColorgetSaturdayBackgroundColorTop()The top background gradient color used for drawing the Saturday column.org.eclipse.swt.graphics.ColorgetSelectedDayColorBottom()The bottom background gradient color used for drawing selected columns.org.eclipse.swt.graphics.ColorgetSelectedDayColorTop()The top background gradient color used for drawing selected columns.org.eclipse.swt.graphics.ColorgetSelectedDayHeaderColorBottom()The bottom background gradient color used for drawing selected columns in the header section.org.eclipse.swt.graphics.ColorgetSelectedDayHeaderColorTop()The top background gradient color used for drawing selected columns in the header section.org.eclipse.swt.graphics.ColorgetSundayBackgroundColorBottom()The bottom background gradient color used for drawing the Sunday column.org.eclipse.swt.graphics.ColorgetSundayBackgroundColorTop()The top background gradient color used for drawing the Sunday column.org.eclipse.swt.graphics.ColorgetWeekdayBackgroundColorBottom()The bottom background gradient color used for drawing the weekday column.org.eclipse.swt.graphics.ColorgetWeekdayBackgroundColorTop()The top background gradient color used for drawing the weekday column.
-
-
-
Method Detail
-
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
-
-