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 classArrayColormapA colormap implemented with an array of colors.classGradientA Colormap implemented using Catmull-Rom colour splines.classGrayscaleColormapA grayscale colormap.classLinearColormapA colormap which interpolates linearly between two colors.classSpectrumColormapA colormap with the colors of the spectrum.classSplineColormapA Colormap implemented using Catmull-Rom colour splines.Fields in com.jhlabs.image declared as Colormap Modifier and Type Field Description protected ColormapBinaryFilter. colormapprotected ColormapCellularFilter. colormapprotected ColormapShapeFilter. colormapMethods in com.jhlabs.image that return Colormap Modifier and Type Method Description ColormapBinaryFilter. getColormap()Get the colormap to be used for the filter.ColormapCellularFilter. getColormap()Get the colormap to be used for the filter.ColormapFBMFilter. getColormap()Get the colormap to be used for the filter.ColormapGlintFilter. getColormap()Get the colormap to be used for the filter.ColormapGradientFilter. getColormap()Get the colormap to be used for the filter.ColormapLookupFilter. getColormap()Get the colormap to be used for the filter.ColormapMarbleTexFilter. getColormap()ColormapPlasmaFilter. getColormap()Get the colormap to be used for the filter.ColormapQuiltFilter. getColormap()Get the colormap to be used for the filter.ColormapRaysFilter. getColormap()Get the colormap to be used for the filter.ColormapShapeFilter. getColormap()Get the colormap to be used for the filter.ColormapTextureFilter. getColormap()Get the colormap to be used for the filter.ColormapWoodFilter. 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 voidBinaryFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidCellularFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidFBMFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidGlintFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidGradientFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidLookupFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidMarbleTexFilter. setColormap(Colormap colormap)voidPlasmaFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidQuiltFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidRaysFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidShapeFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidTextureFilter. setColormap(Colormap colormap)Set the colormap to be used for the filter.voidWoodFilter. 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.
-