Class TimeHeaderCalendar
java.lang.Object
net.sourceforge.plantuml.project.draw.TimeHeader
net.sourceforge.plantuml.project.draw.TimeHeaderCalendar
- Direct Known Subclasses:
TimeHeaderDaily
,TimeHeaderMonthly
,TimeHeaderQuarterly
,TimeHeaderWeekly
,TimeHeaderYearly
-
Field Summary
FieldsFields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
max, min
-
Constructor Summary
ConstructorsConstructorDescriptionTimeHeaderCalendar
(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) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
drawTextsBackground
(UGraphic ug, double totalHeightWithoutFooter) Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawTimeFooter, drawTimeHeader, drawVbar, getBarColor, getFontConfiguration, getFullHeaderHeight, getTextBlock, getTimeFooterHeight, getTimeHeaderHeight, getTimeScale, openFontColor, printCentered, printCentered, Y_POS_ROW16, Y_POS_ROW28
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
defaultPlan
-
colorDays
-
colorDaysOfWeek
-
locale
protected final java.util.Locale locale
-
-
Constructor Details
-
TimeHeaderCalendar
-
-
Method Details
-
drawTextsBackground
-