public class FakeImagePlus
extends ij.ImagePlus
changes, CLOSED, COLOR_256, COLOR_RGB, compositeImage, currentSlice, dimensionsSet, flattenTitle, GRAY16, GRAY32, GRAY8, height, img, ip, locked, nChannels, nFrames, nSlices, OPENED, roi, setIJMenuBar, UPDATED, width, win
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
ADD_TO_OVERLAY, ALL_STATS, AREA, AREA_FRACTION, CENTER_OF_MASS, CENTROID, CIRCULARITY, ELLIPSE, FERET, INTEGRATED_DENSITY, INVERT_Y, KURTOSIS, LABELS, LIMIT, MAX_STANDARDS, MEAN, MEDIAN, MIN_MAX, MODE, NaN_EMPTY_CELLS, PERIMETER, RECT, SCIENTIFIC_NOTATION, SHAPE_DESCRIPTORS, SKEWNESS, SLICE, STACK_POSITION, STD_DEV
Constructor and Description |
---|
FakeImagePlus(int width,
int height,
Display display) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
ij.measure.Calibration |
getCalibration() |
protected Display |
getDisplay() |
int |
getHeight() |
int[] |
getPixel(int x,
int y) |
ij.process.ImageProcessor |
getProcessor()
Returns the super, which is a dummy 4x4
|
ij.ImageStack |
getStack()
Returns a virtual stack made of boxes with the dimension of the ROI or the whole layer, so that pixels are retrieved on the fly.
|
int |
getStackCount()
Returns 1.
|
ij.process.ImageStatistics |
getStatistics(int mOptions,
int nBins,
double histMin,
double histMax) |
int |
getType() |
int |
getWidth() |
boolean |
isVirtual() |
void |
killRoi()
Forward kill roi to the last_temp of the associated Display.
|
void |
mouseMoved(int x,
int y) |
void |
setCalibration(ij.measure.Calibration cal)
Forward to LayerSet.
|
void |
setCalibrationSuper(ij.measure.Calibration cal) |
void |
setDimensions(int width,
int height)
Used to resize the canvas.
|
void |
setProcessor(String title,
ij.process.ImageProcessor ip) |
void |
setSlice(int slice) |
void |
updateAndRepaintWindow() |
addImageListener, clone, close, convertIndexToPosition, copy, copy, copyAttributes, copyScale, copyToSystem, createEmptyStack, createHyperStack, createImagePlus, createLut, createNewRoi, createRoiMask, createThresholdMask, crop, crop, crop, crop, cropAndSave, cut, deleteRoi, draw, draw, duplicate, flatten, flattenStack, getAllStatistics, getBitDepth, getBufferedImage, getBytesPerPixel, getC, getCanvas, getChannel, getChannelProcessor, getClipboard, getCompositeMode, getCurrentSlice, getDefault16bitRange, getDimensions, getDimensions, getDisplayMode, getDisplayRangeMax, getDisplayRangeMin, getFileInfo, getFrame, getGlobalCalibration, getHideOverlay, getID, getImage, getImageProperties, getImageStack, getImageStackSize, getInfoProperty, getLocalCalibration, getLocationAsString, getLuts, getMask, getNChannels, getNDimensions, getNFrames, getNSlices, getNumericProp, getNumericProperty, getOpenAsHyperStack, getOriginalFileInfo, getOverlay, getPlot, getProp, getProperties, getPropertiesAsArray, getProperty, getPropsInfo, getRawStatistics, getRoi, getShortTitle, getSizeInBytes, getSlice, getStackIndex, getStackSize, getStartTime, getStaticGlobalCalibration, getStatistics, getStatistics, getStatistics, getStringProperty, getT, getTitle, getWindow, getZ, hide, imageUpdate, isComposite, isDisplayedHyperStack, isHyperStack, isInvertedLut, isLocked, isLockedByAnotherThread, isProcessor, isStack, isThreshold, isVisible, killStack, lock, lockSilently, logImageListeners, notifyListeners, okToDeleteRoi, paste, paste, plotHistogram, plotHistogram, removeImageListener, repaintWindow, resetClipboard, resetDisplayRange, resetStack, resize, resize, restoreRoi, revert, saveRoi, setActivated, setActiveChannels, setAntialiasRendering, setC, setColor, setDefault16bitRange, setDimensions, setDisplayMode, setDisplayRange, setDisplayRange, setFileInfo, setGlobalCalibration, setHideOverlay, setIgnoreFlush, setIgnoreGlobalCalibration, setIJMenuBar, setIJMenuBar, setImage, setImage, setLut, setOpenAsHyperStack, setOverlay, setOverlay, setOverlay, setPlot, setPosition, setPosition, setPositionWithoutUpdate, setProcessor, setProp, setProp, setProperties, setProperty, setRoi, setRoi, setRoi, setRoi, setSliceWithoutUpdate, setStack, setStack, setStack, setT, setTitle, setType, setTypeToColor256, setWindow, setZ, show, show, startTiming, tempOverlay, toString, trimProcessor, unlock, updateAndDraw, updateChannelAndDraw, updateImage, updatePosition, updateStatusbarValue, updateVirtualSlice
public FakeImagePlus(int width, int height, Display display)
public void setProcessor(String title, ij.process.ImageProcessor ip)
setProcessor
in class ij.ImagePlus
public void flush()
flush
in class ij.ImagePlus
protected Display getDisplay()
public int getType()
getType
in class ij.ImagePlus
public int getWidth()
getWidth
in class ij.ImagePlus
public int getHeight()
getHeight
in class ij.ImagePlus
public void setDimensions(int width, int height)
public int[] getPixel(int x, int y)
getPixel
in class ij.ImagePlus
public void mouseMoved(int x, int y)
mouseMoved
in class ij.ImagePlus
public ij.process.ImageStatistics getStatistics(int mOptions, int nBins, double histMin, double histMax)
getStatistics
in class ij.ImagePlus
public ij.ImageStack getStack()
getStack
in class ij.ImagePlus
public int getStackCount()
public boolean isVirtual()
public ij.process.ImageProcessor getProcessor()
getProcessor
in class ij.ImagePlus
public void setCalibration(ij.measure.Calibration cal)
setCalibration
in class ij.ImagePlus
public void setCalibrationSuper(ij.measure.Calibration cal)
public ij.measure.Calibration getCalibration()
getCalibration
in class ij.ImagePlus
public void killRoi()
killRoi
in class ij.ImagePlus
public void setSlice(int slice)
setSlice
in class ij.ImagePlus
public void updateAndRepaintWindow()
updateAndRepaintWindow
in class ij.ImagePlus
Copyright © 2015–2021 Fiji. All rights reserved.