public class ShollOverlay extends Object implements ProfileProperties
Modifier and Type | Field and Description |
---|---|
static String |
COUNT |
static String |
POINTS |
static String |
PROP |
static String |
RADIUS |
static String |
SHELL |
HEMI_EAST, HEMI_NONE, HEMI_NORTH, HEMI_SOUTH, HEMI_WEST, INTG_MEAN, INTG_MEDIAN, INTG_MODE, KEY_2D3D, KEY_CALIBRATION, KEY_CENTER, KEY_CHANNEL_POS, KEY_FRAME_POS, KEY_HEMISHELLS, KEY_ID, KEY_NSAMPLES, KEY_NSAMPLES_INTG, KEY_SLICE_POS, KEY_SOURCE, KEY_THRESHOLD_RANGE, SRC_IMG, SRC_TABLE, SRC_TRACES, UNSET
Constructor and Description |
---|
ShollOverlay(Profile profile) |
ShollOverlay(Profile profile,
ij.ImagePlus imp) |
ShollOverlay(Profile profile,
ij.ImagePlus imp,
boolean clearExistingROIs) |
public static final String COUNT
public static final String RADIUS
public static final String PROP
public static final String SHELL
public static final String POINTS
public ShollOverlay(Profile profile)
public ShollOverlay(Profile profile, ij.ImagePlus imp)
public ShollOverlay(Profile profile, ij.ImagePlus imp, boolean clearExistingROIs)
public void updateDisplay()
public void assignProperty(String property)
public static void removeShells(Overlay overlay)
public static void removeShollROIs(Overlay overlay)
public Overlay getOverlay()
public void removeShells()
public void removePoints()
public void setBaseColor(Color baseColor)
public void addCenter()
public void setShellsColor(Color color)
public void setPointsColor(Color color)
public void setShellsLUT(String lutName)
public void setShellsLUT(String lutName, String property) throws IOException
IOException
public void setPointsLUT(String lutName, String property) throws IOException
IOException
public void setPointsLUT(String lutName)
public void setPointsLUT(ColorTable colorTable, String property)
public void setShellsLUT(ColorTable colorTable, String property)
public void setShellsThickness(int strokeWidth)
public void setShellsOpacity(double percent)
public void setPointsOpacity(double percent)
public void setAlternateShells()
Copyright © 2015–2021 Fiji. All rights reserved.