Class KMFigureInfo


  • public class KMFigureInfo
    extends Object
    Author:
    Scooter Willis
    • Field Detail

      • titleHeight

        public int titleHeight
      • padding

        public int padding
      • timeScale

        public double timeScale
      • yaxisPercentIncrement

        public double yaxisPercentIncrement
      • xaxisPercentIncrement

        public double xaxisPercentIncrement
      • legendUpperPercentX

        public double legendUpperPercentX
      • legendUpperPercentY

        public double legendUpperPercentY
      • figureLineInfoLowerPercentX

        public double figureLineInfoLowerPercentX
      • figureLineInfoLowerPercentY

        public double figureLineInfoLowerPercentY
      • legendColor

        public Color[] legendColor
      • xAxisLegend

        public String xAxisLegend
      • yAxisLegend

        public String yAxisLegend
    • Constructor Detail

      • KMFigureInfo

        public KMFigureInfo()
    • Method Detail

      • getColor

        public Color getColor​(int index)
      • init

        public void init​(String propertyFileName)
                  throws Exception
        Parameters:
        propertyFileName -
        Throws:
        Exception