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(Style timelineStyle, Style closedStyle, double scale, Day min, Day max, HColorSet colorSet, ThemeStyle themeStyle, Map<Day, HColor> colorDays) -
Method Summary
Modifier and TypeMethodDescriptionprotected final voiddrawTextsBackground(UGraphic ug, double totalHeightWithoutFooter) voidvoiddrawTimeHeader(UGraphic ug, double totalHeightWithoutFooter) doubledoubledoubleMethods 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
-
Constructor Details
-
TimeHeaderSimple
-
-
Method Details
-
getFullHeaderHeight
public double getFullHeaderHeight()- Specified by:
getFullHeaderHeightin classTimeHeader
-
getTimeHeaderHeight
public double getTimeHeaderHeight()- Specified by:
getTimeHeaderHeightin classTimeHeader
-
drawTimeHeader
- Specified by:
drawTimeHeaderin classTimeHeader
-
drawTextsBackground
-