Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IFillBackgroundColors
-
Packages that use IFillBackgroundColors Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.themes -
-
Uses of IFillBackgroundColors in org.eclipse.nebula.widgets.ganttchart
Subinterfaces of IFillBackgroundColors in org.eclipse.nebula.widgets.ganttchart Modifier and Type Interface Description interface
IColorManager
Interface holding all color methods, such as line colors, background fills, etc.Classes in org.eclipse.nebula.widgets.ganttchart that implement IFillBackgroundColors Modifier and Type Class Description class
AbstractColorManager
class
DefaultColorManager
class
GanttSection
A GanttSection is a "box" section of the chart.Fields in org.eclipse.nebula.widgets.ganttchart declared as IFillBackgroundColors Modifier and Type Field Description private IFillBackgroundColors
GanttSection. _fillColorManager
Constructors in org.eclipse.nebula.widgets.ganttchart with parameters of type IFillBackgroundColors Constructor Description GanttSection(GanttChart parent, java.lang.String name, IFillBackgroundColors fillManager)
Creates a new GanttSection with a fill manager that controls background colors. -
Uses of IFillBackgroundColors in org.eclipse.nebula.widgets.ganttchart.themes
Classes in org.eclipse.nebula.widgets.ganttchart.themes that implement IFillBackgroundColors Modifier and Type Class Description class
ColorThemeGrayBlue
class
ColorThemeHighContrastBlack
class
ColorThemeSilver
class
ColorThemeWindowsBlue
-