Class TimeHeaderDaily
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.TimeHeader
-
- net.sourceforge.plantuml.project.draw.TimeHeaderCalendar
-
- net.sourceforge.plantuml.project.draw.TimeHeaderDaily
-
public class TimeHeaderDaily extends TimeHeaderCalendar
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
max, min
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderDaily(TimeHeaderParameters thParam, Map<Day,String> nameDays, Day printStart, Day printEnd)
-
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
-
-
-
-
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
-
-