Class EditedValueLayerStyleData

    • Field Detail

      • color

        protected float[] color
      • colorMax

        protected float[] colorMax
      • colorMin

        protected float[] colorMin
      • colorScale

        protected float[] colorScale
      • colorValue

        protected boolean[] colorValue
      • y

        protected float y
      • yMin

        protected float yMin
      • yMax

        protected float yMax
      • yScale

        protected float yScale
      • yValue

        protected boolean yValue
      • cellSize

        protected float cellSize
    • Constructor Detail

      • EditedValueLayerStyleData

        public EditedValueLayerStyleData()
    • Method Detail

      • getColorMax

        public float[] getColorMax()
      • setColorMax

        public void setColorMax​(float[] colorMax)
      • getColorMin

        public float[] getColorMin()
      • setColorMin

        public void setColorMin​(float[] colorMin)
      • getColorScale

        public float[] getColorScale()
      • setColorScale

        public void setColorScale​(float[] colorScale)
      • getColor

        public float[] getColor()
      • setColor

        public void setColor​(float[] color)
      • getCellSize

        public float getCellSize()
      • setCellSize

        public void setCellSize​(float cellSize)
      • getColorValue

        public boolean[] getColorValue()
      • setColorValue

        public void setColorValue​(boolean[] colorValue)
      • getY

        public float getY()
      • setY

        public void setY​(float y)
      • getYMin

        public float getYMin()
      • setYMin

        public void setYMin​(float min)
      • getYMax

        public float getYMax()
      • setYMax

        public void setYMax​(float max)
      • getYScale

        public float getYScale()
      • setYScale

        public void setYScale​(float scale)
      • isYValue

        public boolean isYValue()
      • setYValue

        public void setYValue​(boolean value)