org.jzy3d.colors
Interface IColorMappable

All Known Implementing Classes:
ColorMapper, GridLoader

public interface IColorMappable

ColorMappable interface.

This interface defines a set of methods that any colored object using a concrete IColorMap must provide.

Author:
Martin Pernollet

Method Summary
 float getZMax()
          Retrieve the upper value boundary for a IColorMap.
 float getZMin()
          Retrieve the lower value boundary for a IColorMap.
 void setZMax(float value)
          Set the upper value boundary for a IColorMap.
 void setZMin(float value)
          Set the lower value boundary for a IColorMap.
 

Method Detail

getZMin

float getZMin()
Retrieve the lower value boundary for a IColorMap.

Returns:
the minimum Z value

getZMax

float getZMax()
Retrieve the upper value boundary for a IColorMap.

Returns:
the maximum Z value

setZMin

void setZMin(float value)
Set the lower value boundary for a IColorMap.

Parameters:
value - the minimum Z value

setZMax

void setZMax(float value)
Set the upper value boundary for a IColorMap.

Parameters:
value - the maximum Z value