Class TimelineInfo

    • Method Detail

      • setEpoch

        public void setEpoch​(Epoch epoch)
      • setTimeZone

        public void setTimeZone​(TimeZone timeZone)
      • getTimeZone

        public TimeZone getTimeZone()
      • getTimelineLayout

        public GlimpseAxisLayout1D getTimelineLayout()
        The layout on which the time axis markings are painted. Aligns with the plot section of the timeline rows.

        Painters may be added to this layout to draw additional decorations onto the time axis.

      • getLabelLayout

        public GlimpseLayout getLabelLayout()
        The layout which aligns to the label section of the timeline rows.

        Painters may be added to this layout to draw additional decorations onto the label section of the time axis.

      • setTimeAxisPainter

        public void setTimeAxisPainter​(TimeAxisPainter painter)
      • setAxisColor

        public void setAxisColor​(float[] rgba)
      • setAxisFont

        public void setAxisFont​(Font font)
      • setShowCurrentTime

        public void setShowCurrentTime​(boolean show)
      • setCurrentTimeColor

        public void setCurrentTimeColor​(float[] rgba)