Class Density.RenderState

  • Enclosing class:
    Density

    public static class Density.RenderState
    extends Object
    The rendering state.
    • 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.
    • Constructor Detail

      • RenderState

        public RenderState()