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
public abstract class TimeHeaderCalendar extends TimeHeader
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<Day,HColor>
colorDays
protected Map<DayOfWeek,HColor>
colorDaysOfWeek
protected LoadPlanable
defaultPlan
protected Locale
locale
-
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
max, min
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderCalendar(Locale locale, Style timelineStyle, Style closedStyle, Day calendar, Day min, Day max, LoadPlanable defaultPlan, Map<Day,HColor> colorDays, Map<DayOfWeek,HColor> colorDaysOfWeek, TimeScale timeScale, HColorSet colorSet, ThemeStyle themeStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
drawTextsBackground
protected final void drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)
-
-