Interface ValueLayerStyle

    • Method Detail

      • getRed

        @Deprecated
        int getRed​(double... coordinates)
        Deprecated.
        Gets the red component of the color for the specified coordinate.
        Parameters:
        coordinates - the coordinate to get the color for
        Returns:
        the red component of the color for the specified coordinate.
      • getGreen

        @Deprecated
        int getGreen​(double... coordinates)
        Deprecated.
        Gets the green component of the color for the specified coordinate.
        Parameters:
        coordinates - the coordinate to get the color for
        Returns:
        the green component of the color for the specified coordinate.
      • getBlue

        @Deprecated
        int getBlue​(double... coordinates)
        Deprecated.
        Gets the blue component of the color for the specified coordinate.
        Parameters:
        coordinates - the coordinate to get the color for
        Returns:
        the blue component of the color for the specified coordinate.
      • getPaint

        Paint getPaint​(double... coordinates)
        Deprecated.
        Parameters:
        coordinates - the coordinate to get the color for
        Returns:
        the paint for the specified coordinates
      • getCellSize

        float getCellSize()
        Deprecated.
        Gets the size of one size of the cell value layer cell. The units are those appropriate to the display -- 2D or 3D.
        Returns:
        the width of the cell.
      • addValueLayer

        void addValueLayer​(ValueLayer layer)
        Deprecated.
        Adds a value layer to this ValueLayerStyle.
        Parameters:
        layer - the layer to add