Class TimeHeaderChronology
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.TimeHeader
-
- net.sourceforge.plantuml.chronology.TimeHeaderChronology
-
public class TimeHeaderChronology extends TimeHeader
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.draw.TimeHeader
thParam
-
-
Constructor Summary
Constructors Constructor Description TimeHeaderChronology(StringBounder stringBounder, TimeHeaderParameters thParam, PrintScale printScale, TimeScaleChronology timeScale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddrawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)voiddrawTimeFooter(UGraphic ug)voiddrawTimeHeader(UGraphic ug, double totalHeightWithoutFooter)doublegetFullHeaderHeight(StringBounder stringBounder)doublegetTimeFooterHeight(StringBounder stringBounder)doublegetTimeHeaderHeight(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
-
TimeHeaderChronology
public TimeHeaderChronology(StringBounder stringBounder, TimeHeaderParameters thParam, PrintScale printScale, TimeScaleChronology timeScale)
-
-
Method Detail
-
getFullHeaderHeight
public double getFullHeaderHeight(StringBounder stringBounder)
- Specified by:
getFullHeaderHeightin classTimeHeader
-
getTimeHeaderHeight
public double getTimeHeaderHeight(StringBounder stringBounder)
- Specified by:
getTimeHeaderHeightin classTimeHeader
-
getTimeFooterHeight
public double getTimeFooterHeight(StringBounder stringBounder)
- Specified by:
getTimeFooterHeightin classTimeHeader
-
drawTimeHeader
public void drawTimeHeader(UGraphic ug, double totalHeightWithoutFooter)
- Specified by:
drawTimeHeaderin classTimeHeader
-
drawTimeFooter
public void drawTimeFooter(UGraphic ug)
- Specified by:
drawTimeFooterin classTimeHeader
-
drawTextsBackground
protected final void drawTextsBackground(UGraphic ug, double totalHeightWithoutFooter)
-
-