Interface ValueLayerStyle
- All Known Subinterfaces:
- ValueLayerStyle3D
- All Known Implementing Classes:
- DefaultValueLayerStyle,- DefaultValueLayerStyle3D,- EditedValueLayerStyle2D,- EditedValueLayerStyle3D
public interface ValueLayerStyle
Deprecated.
replaced by ogl 2D
Interface for classes that implement visualization styles for ValueLayers.
- Author:
- Nick Collier, Eric Tatara
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddValueLayer(ValueLayer layer) Deprecated.Adds a value layer to this ValueLayerStyle.intgetBlue(double... coordinates) Deprecated.floatDeprecated.Gets the size of one size of the cell value layer cell.intgetGreen(double... coordinates) Deprecated.getPaint(double... coordinates) Deprecated.intgetRed(double... coordinates) Deprecated.
- 
Method Details- 
getRedDeprecated.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.
 
- 
getGreenDeprecated.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.
 
- 
getBlueDeprecated.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.
 
- 
getPaintDeprecated.- Parameters:
- coordinates- the coordinate to get the color for
- Returns:
- the paint for the specified coordinates
 
- 
getCellSizefloat 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.
 
- 
addValueLayerDeprecated.Adds a value layer to this ValueLayerStyle.- Parameters:
- layer- the layer to add
 
 
-