|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.process.ImageProcessor
ij.process.ColorProcessor
ij.plugin.ColorGenerator
class ColorGenerator
Field Summary | |
---|---|
(package private) int[] |
colors
|
(package private) int |
h
|
(package private) ImagePlus |
imp
|
(package private) int |
w
|
Fields inherited from class ij.process.ColorProcessor |
---|
pixels, RGB_DILATE, RGB_ERODE, RGB_FIND_EDGES, RGB_MEDIAN, RGB_NOISE, RGB_THRESHOLD, snapshotPixels |
Fields inherited from class ij.process.ImageProcessor |
---|
antialiasedText, baseCM, BLACK, BLACK_AND_WHITE_LUT, bLUT1, bLUT2, boldFont, CENTER_JUSTIFY, clipXMax, clipXMin, clipYMax, clipYMin, cm, cm2, cTable, cx, cy, defaultColorModel, drawingColor, fmImage, font, fontMetrics, gLUT1, gLUT2, height, histogramMax, histogramMin, histogramSize, image, img, interpolate, inversionTested, invertedLut, justification, LEFT_JUSTIFY, lineWidth, lutAnimation, lutUpdateMode, maxThreshold, minThreshold, newPixels, NO_LUT_UPDATE, NO_THRESHOLD, OVER_UNDER_LUT, raster, RED_LUT, RIGHT_JUSTIFY, rLUT1, rLUT2, roiHeight, roiWidth, roiX, roiY, sampleModel, snapshotHeight, snapshotWidth, source, width, xMax, xMin, yMax, yMin |
Constructor Summary | |
---|---|
ColorGenerator(int width,
int height,
int[] pixels,
ImagePlus imp)
|
Method Summary | |
---|---|
(package private) void |
drawColor(int x,
int y,
java.awt.Color c)
|
(package private) void |
drawColors(int colorWidth,
int colorHeight,
int columns,
int rows)
|
(package private) void |
drawRamp()
|
(package private) void |
drawSpectrum(double h)
|
(package private) void |
flipper()
|
void |
refreshBackground()
|
void |
refreshForeground()
|
(package private) void |
resetBW()
|
Methods inherited from class ij.process.ColorProcessor |
---|
applyTable, applyTable, autoThreshold, convolve, convolve3x3, copyBits, createImage, createProcessor, crop, dilate, drawPixel, duplicate, erode, fill, fill, filter, filterRGB, findEdges, flipVertical, get, get, getBestIndex, getBrightness, getColor, getf, getf, getHistogram, getHistogram, getHSB, getInterpolatedPixel, getInterpolatedRGBPixel, getMax, getMin, getNChannels, getPixel, getPixel, getPixels, getPixelsCopy, getPixelValue, getRGB, getSnapshotPixels, getWeightingFactors, invertLut, isInvertedLut, makeThumbnail, medianFilter, noise, putPixel, putPixel, putPixelValue, reset, reset, resize, rotate, scale, set, set, setBackgroundValue, setBrightness, setColor, setf, setf, setHSB, setMinAndMax, setMinAndMax, setPixels, setPixels, setRGB, setSnapshotPixels, setValue, setWeightingFactors, snapshot, threshold, toFloat |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int w
int h
ImagePlus imp
int[] colors
Constructor Detail |
---|
public ColorGenerator(int width, int height, int[] pixels, ImagePlus imp)
Method Detail |
---|
void drawColors(int colorWidth, int colorHeight, int columns, int rows)
void drawColor(int x, int y, java.awt.Color c)
public void refreshBackground()
public void refreshForeground()
void drawSpectrum(double h)
void drawRamp()
void resetBW()
void flipper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |