public class TimeHeaderSimple extends TimeHeader
max, min
Constructor and Description |
---|
TimeHeaderSimple(PrintScale printScale,
Style timelineStyle,
Style closedStyle,
double scale,
Day min,
Day max,
HColorSet colorSet,
ThemeStyle themeStyle,
java.util.Map<Day,HColor> colorDays) |
Modifier and Type | Method and Description |
---|---|
protected void |
drawTextsBackground(UGraphic ug,
double totalHeightWithoutFooter) |
void |
drawTimeFooter(UGraphic ug) |
void |
drawTimeHeader(UGraphic ug,
double totalHeightWithoutFooter) |
double |
getFullHeaderHeight() |
double |
getTimeFooterHeight() |
double |
getTimeHeaderHeight() |
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawVbar, getBarColor, getFontConfiguration, getTextBlock, getTimeScale, openFontColor, printCentered, printCentered, Y_POS_ROW16, Y_POS_ROW28
public TimeHeaderSimple(PrintScale printScale, Style timelineStyle, Style closedStyle, double scale, Day min, Day max, HColorSet colorSet, ThemeStyle themeStyle, java.util.Map<Day,HColor> colorDays)
public double getFullHeaderHeight()
getFullHeaderHeight
in class TimeHeader
public double getTimeHeaderHeight()
getTimeHeaderHeight
in class TimeHeader
public double getTimeFooterHeight()
getTimeFooterHeight
in class TimeHeader
public void drawTimeHeader(UGraphic ug, double totalHeightWithoutFooter)
drawTimeHeader
in class TimeHeader
public void drawTimeFooter(UGraphic ug)
drawTimeFooter
in class TimeHeader
protected final void drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)