Class ColorMapStyleAdapter
java.lang.Object
repast.simphony.visualizationOGL2D.ColorMapStyleAdapter
- All Implemented Interfaces:
saf.v3d.grid.GridColorMap
Adapts a ValueLayerStyle to a saf uil grid color map.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ColorMapStyleAdapter
- Parameters:
style
- the style value layer styleorigin
- the origin coordinate of the value layer
-
-
Method Details
-
getColor
public void getColor(int x, int y, org.jogamp.vecmath.Color3f color) - Specified by:
getColor
in interfacesaf.v3d.grid.GridColorMap
-