public class TimeHeaderDaily extends TimeHeaderCalendar
colorDays, colorDaysOfWeek, defaultPlan, localemax, min| Constructor and Description |
|---|
TimeHeaderDaily(java.util.Locale locale,
Style timelineStyle,
Style closedStyle,
double scale,
Day calendar,
Day min,
Day max,
LoadPlanable defaultPlan,
java.util.Map<Day,HColor> colorDays,
java.util.Map<DayOfWeek,HColor> colorDaysOfWeek,
java.util.Map<Day,java.lang.String> nameDays,
Day printStart,
Day printEnd,
HColorSet colorSet,
ThemeStyle themeStyle) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawTimeFooter(UGraphic ug) |
void |
drawTimeHeader(UGraphic ug,
double totalHeightWithoutFooter) |
double |
getFullHeaderHeight() |
double |
getTimeFooterHeight() |
double |
getTimeHeaderHeight() |
drawTextsBackgroundclosedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawVbar, getBarColor, getFontConfiguration, getTextBlock, getTimeScale, openFontColor, printCentered, printCentered, Y_POS_ROW16, Y_POS_ROW28public TimeHeaderDaily(java.util.Locale locale,
Style timelineStyle,
Style closedStyle,
double scale,
Day calendar,
Day min,
Day max,
LoadPlanable defaultPlan,
java.util.Map<Day,HColor> colorDays,
java.util.Map<DayOfWeek,HColor> colorDaysOfWeek,
java.util.Map<Day,java.lang.String> nameDays,
Day printStart,
Day printEnd,
HColorSet colorSet,
ThemeStyle themeStyle)
public double getTimeHeaderHeight()
getTimeHeaderHeight in class TimeHeaderpublic double getTimeFooterHeight()
getTimeFooterHeight in class TimeHeaderpublic void drawTimeHeader(UGraphic ug, double totalHeightWithoutFooter)
drawTimeHeader in class TimeHeaderpublic void drawTimeFooter(UGraphic ug)
drawTimeFooter in class TimeHeaderpublic double getFullHeaderHeight()
getFullHeaderHeight in class TimeHeader