Class Density.RenderState
- java.lang.Object
-
- adams.gui.visualization.sequence.metadatacolor.Density.RenderState
-
-
Field Summary
Fields Modifier and Type Field Description double
binMax
the largest bin value.double
binMin
the smallest bin value.double[][]
bins
the bins.Color[]
colors
the generated colors.double[]
startX
the starting values for X bins.double[]
startY
the starting values for Y bins.double
xMax
the maximum x value.double
xMin
the minimum x value.double
xWidth
the X bin width.double
yMax
the maximum x value.double
yMin
the minimum x value.double
yWidth
the Y bin width.
-
Constructor Summary
Constructors Constructor Description RenderState()
-
-
-
Field Detail
-
colors
public Color[] colors
the generated colors.
-
bins
public double[][] bins
the bins.
-
startX
public double[] startX
the starting values for X bins.
-
startY
public double[] startY
the starting values for Y bins.
-
binMin
public double binMin
the smallest bin value.
-
binMax
public double binMax
the largest bin value.
-
xMin
public double xMin
the minimum x value.
-
xMax
public double xMax
the maximum x value.
-
yMin
public double yMin
the minimum x value.
-
yMax
public double yMax
the maximum x value.
-
xWidth
public double xWidth
the X bin width.
-
yWidth
public double yWidth
the Y bin width.
-
-