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
thParam
-
Constructor Summary
ConstructorsConstructorDescriptionTimeHeaderSimple
(StringBounder stringBounder, TimeHeaderParameters thParam, PrintScale printScale) -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
drawTextsBackground
(UGraphic ug, double totalHeightWithoutFooter) void
void
drawTimeHeader
(UGraphic ug, double totalHeightWithoutFooter) double
getFullHeaderHeight
(StringBounder stringBounder) double
getTimeFooterHeight
(StringBounder stringBounder) double
getTimeHeaderHeight
(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawVline, getFontConfiguration, getLineColor, getMax, getMin, getPragma, getTextBlock, getTimeScale, isBold2, openFontColor, printCentered, printCentered, printVerticalSeparators
-
Constructor Details
-
TimeHeaderSimple
public TimeHeaderSimple(StringBounder stringBounder, TimeHeaderParameters thParam, PrintScale printScale)
-
-
Method Details
-
getFullHeaderHeight
- Specified by:
getFullHeaderHeight
in classTimeHeader
-
getTimeHeaderHeight
- Specified by:
getTimeHeaderHeight
in classTimeHeader
-
drawTimeHeader
- Specified by:
drawTimeHeader
in classTimeHeader
-
drawTextsBackground
-