Package de.erichseifert.gral.plots.colors
Classes that provide color schemes for plots and data series.
See: Description
-
Interface Summary Interface Description ColorMapper Basic interface for classes that map numbers to Paint objects. -
Class Summary Class Description AbstractColorMapper<T extends java.lang.Number> Interface that maps numbers to Paint objects.ContinuousColorMapper Class that maps floating point numbers to Paint objects.Grayscale Class that generates shades of gray for values between 0.0 and 1.0.HeatMap Class that generates different color shades for values between 0.0 and 1.0.IndexedColorMapper Class that maps integer numbers to Paint objects.IndexedColors Maps index values to a specified color palette.LinearGradient Linearly blends different colors for values between 0.0 and 1.0.QuasiRandomColors Class that generates seemingly random colors for specified index values.RainbowColors Class that generates the colors of a rainbow.RandomColors Class that generates pseudo-random colors for specified index values.ScaledContinuousColorMapper An abstract base class for implementations ofContinuousColorMapperthat allow to apply a a scaling factor to the values passed toContinuousColorMapper.get(double).SingleColor Class that represents a ColorMapper with a single color. -
Enum Summary Enum Description ColorMapper.Mode Data type to define how values outside of the mapping range will be handled.
Package de.erichseifert.gral.plots.colors Description
Classes that provide color schemes for plots and data series.
DataMelt 3.0 © DataMelt by jWork.ORG