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 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 ArrayList<Double> xAxisLabels
public String xAxisLegend
public String yAxisLegend
public KMFigureInfo()
Copyright © 2000–2019 BioJava. All rights reserved.