Class TimeHeaderSimple
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.TimeHeader
-
- net.sourceforge.plantuml.project.draw.TimeHeaderSimple
-
public class TimeHeaderSimple extends TimeHeader
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
thParam
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderSimple(StringBounder stringBounder, TimeHeaderParameters thParam, PrintScale printScale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)
void
drawTimeFooter(UGraphic ug)
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, getTextBlock, getTimeScale, isBold2, openFontColor, printCentered, printCentered, printVerticalSeparators
-
-
-
-
Constructor Detail
-
TimeHeaderSimple
public TimeHeaderSimple(StringBounder stringBounder, TimeHeaderParameters thParam, PrintScale printScale)
-
-
Method Detail
-
getFullHeaderHeight
public double getFullHeaderHeight(StringBounder stringBounder)
- Specified by:
getFullHeaderHeight
in classTimeHeader
-
getTimeHeaderHeight
public double getTimeHeaderHeight(StringBounder stringBounder)
- Specified by:
getTimeHeaderHeight
in classTimeHeader
-
getTimeFooterHeight
public double getTimeFooterHeight(StringBounder stringBounder)
- 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
-
drawTextsBackground
protected final void drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)
-
-