IColorManager
AbstractColorManager
, ColorThemeGrayBlue
, ColorThemeHighContrastBlack
, ColorThemeSilver
, ColorThemeWindowsBlue
, DefaultColorManager
, GanttSection
public interface IFillBackgroundColors
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.
|
org.eclipse.swt.graphics.Color getSaturdayBackgroundColorTop()
org.eclipse.swt.graphics.Color getSaturdayBackgroundColorBottom()
org.eclipse.swt.graphics.Color getSundayBackgroundColorTop()
org.eclipse.swt.graphics.Color getSundayBackgroundColorBottom()
org.eclipse.swt.graphics.Color getHolidayBackgroundColorTop()
org.eclipse.swt.graphics.Color getHolidayBackgroundColorBottom()
org.eclipse.swt.graphics.Color getWeekdayBackgroundColorBottom()
org.eclipse.swt.graphics.Color getWeekdayBackgroundColorTop()
org.eclipse.swt.graphics.Color getSelectedDayColorTop()
org.eclipse.swt.graphics.Color getSelectedDayColorBottom()
org.eclipse.swt.graphics.Color getSelectedDayHeaderColorTop()
org.eclipse.swt.graphics.Color getSelectedDayHeaderColorBottom()