Class KMFigureInfo

java.lang.Object
org.biojava.nbio.survival.kaplanmeier.figure.KMFigureInfo

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

    • titleHeight

      public int titleHeight
    • padding

      public int padding
    • width

      public Integer width
    • height

      public 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 BasicStroke axisStroke
    • kmStroke

      public BasicStroke kmStroke
    • legendColor

      public Color[] legendColor
    • xAxisLabels

      public ArrayList<Double> xAxisLabels
    • xAxisLegend

      public String xAxisLegend
    • yAxisLegend

      public String yAxisLegend
  • Constructor Details

    • KMFigureInfo

      public KMFigureInfo()
  • Method Details

    • getColor

      public Color getColor(int index)
    • init

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