org.jcae.viewer3d.post
Interface ColorMapper

All Known Implementing Classes:
DefaultColorMapper

public interface ColorMapper


Method Summary
 byte[] getPalette()
           
 int map(float value)
           
 java.awt.Color mapColor(float value)
           
 void mapColor(float value, int[] dst, int index)
           
 

Method Detail

map

int map(float value)

getPalette

byte[] getPalette()

mapColor

java.awt.Color mapColor(float value)

mapColor

void mapColor(float value,
              int[] dst,
              int index)