public class KMFigureInfo
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
KMFigureInfo() |
public int titleHeight
public int padding
public java.lang.Integer width
public java.lang.Integer height
public double timeScale
public double yaxisPercentIncrement
public double xaxisPercentIncrement
public double legendUpperPercentX
public double legendUpperPercentY
public double figureLineInfoLowerPercentX
public double figureLineInfoLowerPercentY
public java.awt.BasicStroke axisStroke
public java.awt.BasicStroke kmStroke
public java.awt.Color[] legendColor
public java.util.ArrayList<java.lang.Double> xAxisLabels
public java.lang.String xAxisLegend
public java.lang.String yAxisLegend