Class TimeHeader

    • Method Detail

      • isBold2

        protected final boolean isBold2​(Day wink)
      • getMin

        protected final Day getMin()
      • getMax

        protected final Day getMax()
      • closedBackgroundColor

        protected final HColor closedBackgroundColor()
      • closedFontColor

        protected final HColor closedFontColor()
      • openFontColor

        protected final HColor openFontColor()
      • getLineColor

        protected final HColor getLineColor()
      • getTimeHeaderHeight

        public abstract double getTimeHeaderHeight​(StringBounder stringBounder)
      • getTimeFooterHeight

        public abstract double getTimeFooterHeight​(StringBounder stringBounder)
      • getFullHeaderHeight

        public abstract double getFullHeaderHeight​(StringBounder stringBounder)
      • drawTimeHeader

        public abstract void drawTimeHeader​(UGraphic ug,
                                            double totalHeightWithoutFooter)
      • drawTimeFooter

        public abstract void drawTimeFooter​(UGraphic ug)
      • getTimeScale

        public final TimeScale getTimeScale()
      • drawHline

        protected final void drawHline​(UGraphic ug,
                                       double y)
      • drawVline

        protected final void drawVline​(UGraphic ug,
                                       double x,
                                       double y1,
                                       double y2)
      • getTextBlock

        protected final TextBlock getTextBlock​(SName param,
                                               java.lang.String text,
                                               boolean bold,
                                               HColor color)
      • printCentered

        protected final void printCentered​(UGraphic ug,
                                           TextBlock text,
                                           double start,
                                           double end)
      • printCentered

        protected final void printCentered​(UGraphic ug,
                                           boolean hideIfTooBig,
                                           double start,
                                           double end,
                                           TextBlock... texts)
      • drawRectangle

        protected final void drawRectangle​(UGraphic ug,
                                           double height,
                                           double x1,
                                           double x2)
      • printVerticalSeparators

        protected void printVerticalSeparators​(UGraphic ug,
                                               double totalHeightWithoutFooter)
      • getPragma

        protected Pragma getPragma()