| Modifier and Type | Method and Description |
|---|---|
static ij.gui.Plot |
Draw.graph(OtoProfile p,
java.lang.String titulo,
java.util.ArrayList<Segment> sgmnts,
ij.gui.Plot grph,
java.awt.Color clr,
boolean dLine)
graph
Draw the @param p profile with @param sgmnts segments on a graph or append to an existing @param grph graph,
using colour @param clr.
|
static ij.gui.Plot |
Draw.plot(OtoProfile p,
java.lang.String str,
Canal can)
plot
Create a plot with @param p profile, title @param str for each channel in @param cn
|