Class SimpleTreeMapPainter

  • All Implemented Interfaces:
    GlimpsePainter

    public class SimpleTreeMapPainter
    extends AbstractTreeMapPainter
    A simple implementation of AbstractTreeMapPainter that has default colors for everything.
    Author:
    borkholder
    • Constructor Detail

      • SimpleTreeMapPainter

        public SimpleTreeMapPainter()
    • Method Detail

      • getBorderColor

        public float[] getBorderColor()
      • setBorderColor

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

        public float[] getTitleColor()
      • setTitleColor

        public void setTitleColor​(float[] titleColor)
      • getTitleBorderColor

        public float[] getTitleBorderColor()
      • setTitleBorderColor

        public void setTitleBorderColor​(float[] titleBorderColor)
      • getSelectedTitleBackgroundColor

        public float[] getSelectedTitleBackgroundColor()
      • setSelectedTitleBackgroundColor

        public void setSelectedTitleBackgroundColor​(float[] selectedTitleBackgroundColor)
      • getLeafColor

        public float[] getLeafColor()
      • setLeafColor

        public void setLeafColor​(float[] leafColor)
      • getSelectedLeafColor

        public float[] getSelectedLeafColor()
      • setSelectedLeafColor

        public void setSelectedLeafColor​(float[] selectedLeafColor)
      • getTextColor

        public float[] getTextColor()
      • setTextColor

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

        public Font getTitleFont()
      • setTitleFont

        public void setTitleFont​(Font titleFont)
      • getTextFont

        public Font getTextFont()
      • setTextFont

        public void setTextFont​(Font textFont)