|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.gui.ProfilePlot
public class ProfilePlot
Creates a density profile plot of a rectangular selection or line selection.
Field Summary | |
---|---|
protected ImagePlus |
imp
|
protected double |
magnification
|
protected double[] |
profile
|
protected java.lang.String |
units
|
protected double |
xInc
|
protected float[] |
xValues
|
protected java.lang.String |
yLabel
|
Constructor Summary | |
---|---|
ProfilePlot()
|
|
ProfilePlot(ImagePlus imp)
|
|
ProfilePlot(ImagePlus imp,
boolean averageHorizontally)
|
Method Summary | |
---|---|
void |
createWindow()
Displays this profile plot in a window. |
static double |
getFixedMax()
Returns the profile plot y-axis max. |
static double |
getFixedMin()
Returns the profile plot y-axis min. |
double |
getMax()
Returns the calculated maximum value. |
double |
getMin()
Returns the calculated minimum value. |
java.awt.Dimension |
getPlotSize()
Returns the size of the plot that createWindow() creates. |
double[] |
getProfile()
Returns the profile plot data. |
static void |
setMinAndMax(double min,
double max)
Sets the y-axis min and max. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ImagePlus imp
protected double[] profile
protected double magnification
protected double xInc
protected java.lang.String units
protected java.lang.String yLabel
protected float[] xValues
Constructor Detail |
---|
public ProfilePlot()
public ProfilePlot(ImagePlus imp)
public ProfilePlot(ImagePlus imp, boolean averageHorizontally)
Method Detail |
---|
public java.awt.Dimension getPlotSize()
public void createWindow()
public double[] getProfile()
public double getMin()
public double getMax()
public static void setMinAndMax(double min, double max)
public static double getFixedMin()
public static double getFixedMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |