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
max, min
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderSimple(Style timelineStyle, Style closedStyle, double scale, Day min, Day max, HColorSet colorSet, ThemeStyle themeStyle, java.util.Map<Day,HColor> colorDays)
-
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()
double
getTimeFooterHeight()
double
getTimeHeaderHeight()
-
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
-
-
-
-
Method Detail
-
getFullHeaderHeight
public double getFullHeaderHeight()
- Specified by:
getFullHeaderHeight
in classTimeHeader
-
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
-
drawTextsBackground
protected final void drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)
-
-