Uses of Interface
org.jzy3d.colors.IColorMappable

Packages that use IColorMappable
org.jzy3d.colors The Color package provide tools for mapping colors on graphical objects in two and three dimensions 
org.jzy3d.colors.colormaps   
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
 

Uses of IColorMappable in org.jzy3d.colors
 

Classes in org.jzy3d.colors that implement IColorMappable
 class ColorMapper
          A ColorMapper is a IColorMappable and a IColorMap at the same time.
 

Uses of IColorMappable in org.jzy3d.colors.colormaps
 

Methods in org.jzy3d.colors.colormaps with parameters of type IColorMappable
 Color IColorMap.getColor(IColorMappable colorable, float v)
           
 Color ColorMapWhiteRed.getColor(IColorMappable colorable, float z)
           
 Color ColorMapWhiteGreen.getColor(IColorMappable colorable, float z)
           
 Color ColorMapWhiteBlue.getColor(IColorMappable colorable, float z)
           
 Color ColorMapRedAndGreen.getColor(IColorMappable colorable, float z)
           
 Color ColorMapRBG.getColor(IColorMappable colorable, float z)
           
 Color ColorMapRainbow.getColor(IColorMappable colorable, float z)
           
 Color ColorMapHotCold.getColor(IColorMappable colorable, float z)
           
 Color ColorMapGrayscale.getColor(IColorMappable colorable, float z)
           
 Color IColorMap.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapWhiteRed.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapWhiteGreen.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapWhiteBlue.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapRedAndGreen.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapRBG.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapRainbow.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapHotCold.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapGrayscale.getColor(IColorMappable colorable, float x, float y, float z)
           
 

Uses of IColorMappable in org.jzy3d.maths
 

Classes in org.jzy3d.maths that implement IColorMappable
 class GridLoader
          Deprecated.