public class KMFigureInfo extends Object
Modifier and Type | Field and 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 and Description |
---|
KMFigureInfo() |
public int titleHeight
public int padding
public Integer width
public Integer height
public double timeScale
public double yaxisPercentIncrement
public double xaxisPercentIncrement
public double legendUpperPercentX
public double legendUpperPercentY
public double figureLineInfoLowerPercentX
public double figureLineInfoLowerPercentY
public BasicStroke axisStroke
public BasicStroke kmStroke
public Color[] legendColor
public String xAxisLegend
public String yAxisLegend
Copyright © 2000–2016 BioJava. All rights reserved.