Uses of Interface
com.jhlabs.image.Colormap
-
Packages that use Colormap Package Description com.jhlabs.image -
-
Uses of Colormap in com.jhlabs.image
Classes in com.jhlabs.image that implement Colormap Modifier and Type Class Description class
ArrayColormap
A colormap implemented with an array of colors.class
Gradient
A Colormap implemented using Catmull-Rom colour splines.class
GrayscaleColormap
A grayscale colormap.class
LinearColormap
A colormap which interpolates linearly between two colors.class
SpectrumColormap
A colormap with the colors of the spectrum.class
SplineColormap
A Colormap implemented using Catmull-Rom colour splines.Fields in com.jhlabs.image declared as Colormap Modifier and Type Field Description protected Colormap
BinaryFilter. colormap
protected Colormap
CellularFilter. colormap
protected Colormap
ShapeFilter. colormap
Methods in com.jhlabs.image that return Colormap Modifier and Type Method Description Colormap
BinaryFilter. getColormap()
Get the colormap to be used for the filter.Colormap
CellularFilter. getColormap()
Get the colormap to be used for the filter.Colormap
FBMFilter. getColormap()
Get the colormap to be used for the filter.Colormap
GlintFilter. getColormap()
Get the colormap to be used for the filter.Colormap
GradientFilter. getColormap()
Get the colormap to be used for the filter.Colormap
LookupFilter. getColormap()
Get the colormap to be used for the filter.Colormap
MarbleTexFilter. getColormap()
Colormap
PlasmaFilter. getColormap()
Get the colormap to be used for the filter.Colormap
QuiltFilter. getColormap()
Get the colormap to be used for the filter.Colormap
RaysFilter. getColormap()
Get the colormap to be used for the filter.Colormap
ShapeFilter. getColormap()
Get the colormap to be used for the filter.Colormap
TextureFilter. getColormap()
Get the colormap to be used for the filter.Colormap
WoodFilter. getColormap()
Get the colormap to be used for the filter.Methods in com.jhlabs.image with parameters of type Colormap Modifier and Type Method Description void
BinaryFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
CellularFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
FBMFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
GlintFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
GradientFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
LookupFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
MarbleTexFilter. setColormap(Colormap colormap)
void
PlasmaFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
QuiltFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
RaysFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
ShapeFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
TextureFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.void
WoodFilter. setColormap(Colormap colormap)
Set the colormap to be used for the filter.Constructors in com.jhlabs.image with parameters of type Colormap Constructor Description LookupFilter(Colormap colormap)
Construct a LookupFilter.
-