Class TimeHeaderSimple
java.lang.Object
net.sourceforge.plantuml.project.draw.TimeHeader
net.sourceforge.plantuml.project.draw.TimeHeaderSimple
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
max, min
-
Constructor Summary
ConstructorsConstructorDescriptionTimeHeaderSimple
(PrintScale printScale, Style timelineStyle, Style closedStyle, double scale, Day min, Day max, HColorSet colorSet, ThemeStyle themeStyle, java.util.Map<Day, HColor> colorDays) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
drawTextsBackground
(UGraphic ug, double totalHeightWithoutFooter) void
void
drawTimeHeader
(UGraphic ug, double totalHeightWithoutFooter) double
double
double
Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawVbar, getBarColor, getFontConfiguration, getTextBlock, 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
-
Constructor Details
-
TimeHeaderSimple
public TimeHeaderSimple(PrintScale printScale, Style timelineStyle, Style closedStyle, double scale, Day min, Day max, HColorSet colorSet, ThemeStyle themeStyle, java.util.Map<Day, HColor> colorDays)
-
-
Method Details
-
getFullHeaderHeight
public double getFullHeaderHeight()- Specified by:
getFullHeaderHeight
in classTimeHeader
-
getTimeHeaderHeight
public double getTimeHeaderHeight()- Specified by:
getTimeHeaderHeight
in classTimeHeader
-
drawTimeHeader
- Specified by:
drawTimeHeader
in classTimeHeader
-
drawTextsBackground
-