Uses of Interface
org.jzy3d.colors.IColorMappable
Packages that use IColorMappable
Package
Description
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 IColorMappableModifier and TypeClassDescriptionclass
class
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 IColorMappableModifier and TypeMethodDescriptionAbstractColorMap.getColor
(IColorMappable colorable, double z) AbstractColorMap.getColor
(IColorMappable colorable, double x, double y, double z) IColorMap.getColor
(IColorMappable colorable, double v) 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