public abstract class TimeHeaderCalendar extends TimeHeader
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Day,HColor> |
colorDays |
protected java.util.Map<DayOfWeek,HColor> |
colorDaysOfWeek |
protected LoadPlanable |
defaultPlan |
protected java.util.Locale |
locale |
max, min| Constructor and Description |
|---|
TimeHeaderCalendar(java.util.Locale locale,
Style timelineStyle,
Style closedStyle,
Day calendar,
Day min,
Day max,
LoadPlanable defaultPlan,
java.util.Map<Day,HColor> colorDays,
java.util.Map<DayOfWeek,HColor> colorDaysOfWeek,
TimeScale timeScale,
HColorSet colorSet,
ThemeStyle themeStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawTextsBackground(UGraphic ug,
double totalHeightWithoutFooter) |
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawTimeFooter, drawTimeHeader, drawVbar, getBarColor, getFontConfiguration, getFullHeaderHeight, getTextBlock, getTimeFooterHeight, getTimeHeaderHeight, getTimeScale, openFontColor, printCentered, printCentered, Y_POS_ROW16, Y_POS_ROW28protected final LoadPlanable defaultPlan
protected final java.util.Locale locale
public TimeHeaderCalendar(java.util.Locale locale,
Style timelineStyle,
Style closedStyle,
Day calendar,
Day min,
Day max,
LoadPlanable defaultPlan,
java.util.Map<Day,HColor> colorDays,
java.util.Map<DayOfWeek,HColor> colorDaysOfWeek,
TimeScale timeScale,
HColorSet colorSet,
ThemeStyle themeStyle)
protected final void drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)