Class KMFigureInfo
- java.lang.Object
-
- org.biojava.nbio.survival.kaplanmeier.figure.KMFigureInfo
-
public class KMFigureInfo extends Object
- Author:
- Scooter Willis
-
-
Field Summary
Fields Modifier and Type Field Description BasicStroke
axisStroke
double
figureLineInfoLowerPercentX
double
figureLineInfoLowerPercentY
Integer
height
BasicStroke
kmStroke
Color[]
legendColor
double
legendUpperPercentX
double
legendUpperPercentY
int
padding
double
timeScale
int
titleHeight
Integer
width
ArrayList<Double>
xAxisLabels
String
xAxisLegend
double
xaxisPercentIncrement
String
yAxisLegend
double
yaxisPercentIncrement
-
Constructor Summary
Constructors Constructor Description KMFigureInfo()
-
-
-
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
-
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 Detail
-
KMFigureInfo
public KMFigureInfo()
-
-