|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectuserDisplay.UserFrameParameters
Spectrogram.SpectrogramParameters
public class SpectrogramParameters
These are the parameter settings for a single spectrogram window, note tha a single spectrogram tab may have multiple windows
| Field Summary | |
|---|---|
double[] |
amplitudeLimits
Limits of amplitude range |
boolean |
autoScaleWaveform
|
int[] |
channelList
|
private ColourArray.ColourArrayType |
colourMap
Type of colour scheme for spectrogram. |
double |
displayLength
Display length in seconds. |
int |
fftBlockIndex
|
double[] |
frequencyLimits
Frequency limits for display |
int |
nPanels
|
int |
pixelsPerSlics
Used if timeScaleFixed is false to set the scale |
(package private) static long |
serialVersionUID
|
private boolean[][] |
showDetector
|
boolean[] |
showPluginDisplay
|
boolean |
showScale
|
boolean |
showWaveform
Also show the waveform display under the spectrogram |
java.lang.String |
sourceName
|
double |
splitDividerLocation
|
boolean |
timeScaleFixed
Fixed time scale, if this is false, then it's based on the number of pixels and a set number of slices per pixel |
boolean[] |
useSpectrogramMarkObserver
|
java.lang.String |
windowName
|
boolean |
wrapDisplay
Wraps display if this is true (defalt) |
| Fields inherited from class userDisplay.UserFrameParameters |
|---|
boundingRectangle |
| Constructor Summary | |
|---|---|
SpectrogramParameters()
|
|
| Method Summary | |
|---|---|
private void |
checkShowDetectorSize(int nPanels,
int nItems)
|
SpectrogramParameters |
clone()
|
ColourArray.ColourArrayType |
getColourMap()
|
boolean |
getShowDetector(int panelId,
int itemId)
|
void |
setColourMap(ColourArray.ColourArrayType colourMap)
|
void |
setShowDetector(int panelId,
int itemId,
boolean showDetector)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public java.lang.String sourceName
public java.lang.String windowName
public int fftBlockIndex
public int nPanels
public double splitDividerLocation
public int[] channelList
public double[] frequencyLimits
public double[] amplitudeLimits
private ColourArray.ColourArrayType colourMap
public boolean wrapDisplay
public boolean timeScaleFixed
public double displayLength
public int pixelsPerSlics
public boolean showScale
public boolean showWaveform
public boolean autoScaleWaveform
private boolean[][] showDetector
public boolean[] showPluginDisplay
public boolean[] useSpectrogramMarkObserver
| Constructor Detail |
|---|
public SpectrogramParameters()
| Method Detail |
|---|
public ColourArray.ColourArrayType getColourMap()
public void setColourMap(ColourArray.ColourArrayType colourMap)
public boolean getShowDetector(int panelId,
int itemId)
public void setShowDetector(int panelId,
int itemId,
boolean showDetector)
private void checkShowDetectorSize(int nPanels,
int nItems)
public SpectrogramParameters clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||