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 class
ColorMapper
class
OrderingStrategyScoreColorMapper
AColorMapper
able 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 Color
AbstractColorMap. getColor(IColorMappable colorable, double z)
Color
AbstractColorMap. getColor(IColorMappable colorable, double x, double y, double z)
Color
IColorMap. getColor(IColorMappable colorable, double v)
Color
IColorMap. getColor(IColorMappable colorable, double x, double y, double z)
Computes the color of aIColorMappable
object 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 class
GridLoader
Deprecated.
-