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 inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
max, min
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderCalendar(TimeHeaderParameters thParam, TimeScale timeScale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)
protected int
getLoadAt(Day instant)
protected Locale
locale()
-
Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawTimeFooter, drawTimeHeader, drawVbar, getBarColor, getFontConfiguration, getFullHeaderHeight, getTextBlock, getTimeFooterHeight, getTimeHeaderHeight, getTimeScale, goBold, openFontColor, printCentered, printCentered, Y_POS_ROW16, Y_POS_ROW28
-
-
-
-
Constructor Detail
-
TimeHeaderCalendar
public TimeHeaderCalendar(TimeHeaderParameters thParam, TimeScale timeScale)
-
-