@Deprecated public class Sholl_Utils extends Object implements ij.plugin.PlugIn
Sholl_Analysis
Constructor and Description |
---|
Sholl_Utils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
baryCenter(double[] xpoints,
double[] ypoints)
Deprecated.
Calculates the centroid of a non-self-intersecting closed polygon.
|
protected static ij.ImagePlus |
displaySample()
Deprecated.
Displays the ddaC sample image and returns a reference to it.
|
protected static String |
getClipboardText()
Deprecated.
Retrieves text from the system clipboard.
|
protected static ij.text.TextWindow |
getTextWindow(String windowtitle)
Deprecated.
|
static void |
makePlotLabel(Plot plot,
String label,
Color color)
Deprecated.
|
static void |
markPlotPoint(Plot plot,
double[] coordinates,
Color color)
Deprecated.
|
static IndexColorModel |
matlabJetColorMap(int backgroundGray)
Deprecated.
Returns an IndexColorModel similar to MATLAB's jet color map.
|
protected static IndexColorModel |
matlabJetColorMap(int backgroundGray,
int foregroundGray)
Deprecated.
|
protected static String |
ordinal(int i)
Deprecated.
|
void |
run(String arg)
Deprecated.
This method is called when the plugin is loaded.
|
static ij.ImagePlus |
sampleImage()
Deprecated.
Use
ShollUtils.sampleImage() instead |
static String |
version()
Deprecated.
Use
SNTUtils.VERSION instead |
public void run(String arg)
arg
is
specified in plugins.config
. See
PlugIn.run(java.lang.String)
run
in interface ij.plugin.PlugIn
arg
- If about
the "About" dialog is displayed. If
sample
, a demo image suitable for Sholl analysis
is opened.@Deprecated public static ij.ImagePlus sampleImage()
ShollUtils.sampleImage()
insteadprotected static ij.ImagePlus displaySample()
public static IndexColorModel matlabJetColorMap(int backgroundGray)
backgroundGray
- the gray value (8-bit scale) to be used as the first entry of
the LUT. It is ignored if negative.protected static IndexColorModel matlabJetColorMap(int backgroundGray, int foregroundGray)
protected static String ordinal(int i)
public static double[] baryCenter(double[] xpoints, double[] ypoints)
xpoints
and ypoints
have the same
sizexpoints
- X coordinates of verticesypoints
- Y coordinates of vertices@Deprecated public static void makePlotLabel(Plot plot, String label, Color color)
@Deprecated public static void markPlotPoint(Plot plot, double[] coordinates, Color color)
protected static String getClipboardText()
protected static ij.text.TextWindow getTextWindow(String windowtitle)
@Deprecated public static String version()
SNTUtils.VERSION
insteadCopyright © 2015–2021 Fiji. All rights reserved.