Class KMFigureInfo
- java.lang.Object
-
- org.biojava.nbio.survival.kaplanmeier.figure.KMFigureInfo
-
public class KMFigureInfo extends java.lang.Object- Author:
- Scooter Willis
-
-
Field Summary
Fields Modifier and Type Field Description java.awt.BasicStrokeaxisStrokedoublefigureLineInfoLowerPercentXdoublefigureLineInfoLowerPercentYjava.lang.Integerheightjava.awt.BasicStrokekmStrokejava.awt.Color[]legendColordoublelegendUpperPercentXdoublelegendUpperPercentYintpaddingdoubletimeScaleinttitleHeightjava.lang.Integerwidthjava.util.ArrayList<java.lang.Double>xAxisLabelsjava.lang.StringxAxisLegenddoublexaxisPercentIncrementjava.lang.StringyAxisLegenddoubleyaxisPercentIncrement
-
Constructor Summary
Constructors Constructor Description KMFigureInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetColor(int index)voidinit(java.lang.String propertyFileName)
-
-
-
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
-
-