Class TimeHeaderDaily
java.lang.Object
net.sourceforge.plantuml.project.draw.TimeHeader
net.sourceforge.plantuml.project.draw.TimeHeaderCalendar
net.sourceforge.plantuml.project.draw.TimeHeaderDaily
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeaderCalendar
colorDays, colorDaysOfWeek, defaultPlan, locale
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
max, min
-
Constructor Summary
ConstructorsConstructorDescriptionTimeHeaderDaily
(Locale locale, Style timelineStyle, Style closedStyle, double scale, Day calendar, Day min, Day max, LoadPlanable defaultPlan, Map<Day, HColor> colorDays, Map<DayOfWeek, HColor> colorDaysOfWeek, Map<Day, String> nameDays, Day printStart, Day printEnd, HColorSet colorSet, ThemeStyle themeStyle) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
drawTimeHeader
(UGraphic ug, double totalHeightWithoutFooter) double
double
double
Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeaderCalendar
drawTextsBackground
Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawVbar, getBarColor, getFontConfiguration, getTextBlock, getTimeScale, openFontColor, printCentered, printCentered, Y_POS_ROW16, Y_POS_ROW28
-
Constructor Details
-
TimeHeaderDaily
public TimeHeaderDaily(Locale locale, Style timelineStyle, Style closedStyle, double scale, Day calendar, Day min, Day max, LoadPlanable defaultPlan, Map<Day, HColor> colorDays, Map<DayOfWeek, HColor> colorDaysOfWeek, Map<Day, String> nameDays, Day printStart, Day printEnd, HColorSet colorSet, ThemeStyle themeStyle)
-
-
Method Details
-
getTimeHeaderHeight
public double getTimeHeaderHeight()- Specified by:
getTimeHeaderHeight
in classTimeHeader
-
drawTimeHeader
- Specified by:
drawTimeHeader
in classTimeHeader
-
getFullHeaderHeight
public double getFullHeaderHeight()- Specified by:
getFullHeaderHeight
in classTimeHeader
-