Class KMFigureInfo


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

      • titleHeight

        public int titleHeight
      • padding

        public int padding
      • width

        public java.lang.Integer width
      • height

        public java.lang.Integer height
      • 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
      • axisStroke

        public java.awt.BasicStroke axisStroke
      • kmStroke

        public java.awt.BasicStroke kmStroke
      • legendColor

        public java.awt.Color[] legendColor
      • xAxisLabels

        public java.util.ArrayList<java.lang.Double> xAxisLabels
      • xAxisLegend

        public java.lang.String xAxisLegend
      • yAxisLegend

        public java.lang.String yAxisLegend
    • Constructor Detail

      • KMFigureInfo

        public KMFigureInfo()
    • Method Detail

      • getColor

        public java.awt.Color getColor​(int index)
      • init

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