Uses of Interface
org.jzy3d.colors.IColorMappable
- 
Packages that use IColorMappable Package Description org.jzy3d.colors 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 Modifier and Type Class Description classColorMapperclassOrderingStrategyScoreColorMapperAColorMapperable to compute a coordinate color according to its score computed by the currentGraph'sAbstractOrderingStrategy. - 
Uses of IColorMappable in org.jzy3d.colors.colormaps
Methods in org.jzy3d.colors.colormaps with parameters of type IColorMappable Modifier and Type Method Description ColorAbstractColorMap. getColor(IColorMappable colorable, double z)ColorAbstractColorMap. getColor(IColorMappable colorable, double x, double y, double z)ColorIColorMap. getColor(IColorMappable colorable, double v)ColorIColorMap. getColor(IColorMappable colorable, double x, double y, double z)Computes the color of aIColorMappableobject according to the Z value of each of its components. - 
Uses of IColorMappable in org.jzy3d.maths
Classes in org.jzy3d.maths that implement IColorMappable Modifier and Type Class Description classGridLoaderDeprecated. 
 -