public class SLOBChart extends Object
Contact: Don Brutzman (web.nps.navy.mil/~brutzman) brutzman@nps.navy.mil
DepthBlade, 
BullsEyePlot, 
IsoSurfaceBlockPlot, 
CoverageArea, 
LineOfBearingPlot, 
RadialBlade, 
SignalExcessPoint, 
SignalExcessZone, 
SonarModelOutputParser, 
StackScene3D| Constructor and Description | 
|---|
| SLOBChart(double[] ranges,
         double[] excessValues,
         double depth,
         double bearing,
         int counter)Creates a new instance of SLOBChart. | 
| Modifier and Type | Method and Description | 
|---|---|
| JPanel | createSLOBChart()Creates single line of bearing chart and saves as .png | 
| String | formatBearing(double number)This method formats bearing inputs into standard three-character string | 
public SLOBChart(double[] ranges,
         double[] excessValues,
         double depth,
         double bearing,
         int counter)
ranges - The array of data point ranges from source.excessValues - The array of signal excess values for bearing and depth.depth - The depth of single line of bearing plots.bearing - The bearing number.counter - The counter to determine number of image to be created.public String formatBearing(double number)
number - The bearing number.public JPanel createSLOBChart()