Class EventPainterManager

  • All Implemented Interfaces:
    GlimpsePainter

    public class EventPainterManager
    extends GlimpsePainterBase
    Paints 1D events with associated color, time span, icon, and label information.
    Author:
    ulman
    • Method Detail

      • isBorderThicknessSet

        public boolean isBorderThicknessSet()
      • isTextColorSet

        public boolean isTextColorSet()
      • isBackgroundColorSet

        public boolean isBackgroundColorSet()
      • isBorderColorSet

        public boolean isBorderColorSet()
      • getBorderThickness

        public float getBorderThickness()
      • setBorderThickness

        public void setBorderThickness​(float thickness)
      • getBackgroundColor

        public float[] getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(float[] backgroundColor)
      • getBorderColor

        public float[] getBorderColor()
      • setBorderColor

        public void setBorderColor​(float[] borderColor)
      • getTextColorNoBackground

        public float[] getTextColorNoBackground()
      • getTextColor

        public float[] getTextColor()
      • setTextColor

        public void setTextColor​(float[] textColor)
      • isHorizontal

        public boolean isHorizontal()
      • getEpoch

        public Epoch getEpoch()