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.BasicStroke
axisStroke
double
figureLineInfoLowerPercentX
double
figureLineInfoLowerPercentY
java.lang.Integer
height
java.awt.BasicStroke
kmStroke
java.awt.Color[]
legendColor
double
legendUpperPercentX
double
legendUpperPercentY
int
padding
double
timeScale
int
titleHeight
java.lang.Integer
width
java.util.ArrayList<java.lang.Double>
xAxisLabels
java.lang.String
xAxisLegend
double
xaxisPercentIncrement
java.lang.String
yAxisLegend
double
yaxisPercentIncrement
-
Constructor Summary
Constructors Constructor Description KMFigureInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
getColor(int index)
void
init(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
-
-