Class TimeHeaderChronology
java.lang.Object
net.sourceforge.plantuml.chronology.TimeHeader2
net.sourceforge.plantuml.chronology.TimeHeaderChronology
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.chronology.TimeHeader2
thParam -
Constructor Summary
ConstructorsConstructorDescriptionTimeHeaderChronology(StringBounder stringBounder, TimeHeaderParameters2 thParam, PrintScale printScale, TimeScaleChronology timeScale) -
Method Summary
Modifier and TypeMethodDescriptionprotected final voiddrawTextsBackground(UGraphic ug, double totalHeightWithoutFooter) voidvoiddrawTimeHeader(UGraphic ug, double totalHeightWithoutFooter) doublegetFullHeaderHeight(StringBounder stringBounder) doublegetTimeFooterHeight(StringBounder stringBounder) doublegetTimeHeaderHeight(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.chronology.TimeHeader2
closedBackgroundColor, closedFontColor, drawHline, drawRectangle, drawVline, getFontConfiguration, getLineColor, getMaxDay, getMinDay, getPragma, getTextBlock, getTimeScale, isBold2, openFontColor, printCentered, printCentered, printVerticalSeparators
-
Constructor Details
-
TimeHeaderChronology
public TimeHeaderChronology(StringBounder stringBounder, TimeHeaderParameters2 thParam, PrintScale printScale, TimeScaleChronology timeScale)
-
-
Method Details
-
getFullHeaderHeight
- Specified by:
getFullHeaderHeightin classTimeHeader2
-
getTimeHeaderHeight
- Specified by:
getTimeHeaderHeightin classTimeHeader2
-
drawTimeHeader
- Specified by:
drawTimeHeaderin classTimeHeader2
-
drawTextsBackground
-