Class TimeHeaderWeekly
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.TimeHeader
-
- net.sourceforge.plantuml.project.draw.TimeHeaderCalendar
-
- net.sourceforge.plantuml.project.draw.TimeHeaderWeekly
-
public class TimeHeaderWeekly extends TimeHeaderCalendar
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
max, min
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderWeekly(TimeHeaderParameters thParam, WeekNumberStrategy weekNumberStrategy, boolean withCalendarDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawTimeFooter(UGraphic ug)
void
drawTimeHeader(UGraphic ug, double totalHeightWithoutFooter)
double
getFullHeaderHeight()
double
getTimeFooterHeight()
double
getTimeHeaderHeight()
-
Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeaderCalendar
drawTextsBackground, getLoadAt, locale
-
Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawVbar, getBarColor, getFontConfiguration, getTextBlock, getTimeScale, goBold, openFontColor, printCentered, printCentered, Y_POS_ROW16, Y_POS_ROW28
-
-
-
-
Constructor Detail
-
TimeHeaderWeekly
public TimeHeaderWeekly(TimeHeaderParameters thParam, WeekNumberStrategy weekNumberStrategy, boolean withCalendarDate)
-
-
Method Detail
-
getTimeHeaderHeight
public double getTimeHeaderHeight()
- Specified by:
getTimeHeaderHeight
in classTimeHeader
-
getTimeFooterHeight
public double getTimeFooterHeight()
- Specified by:
getTimeFooterHeight
in classTimeHeader
-
drawTimeHeader
public void drawTimeHeader(UGraphic ug, double totalHeightWithoutFooter)
- Specified by:
drawTimeHeader
in classTimeHeader
-
drawTimeFooter
public void drawTimeFooter(UGraphic ug)
- Specified by:
drawTimeFooter
in classTimeHeader
-
getFullHeaderHeight
public double getFullHeaderHeight()
- Specified by:
getFullHeaderHeight
in classTimeHeader
-
-