Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
N
NetworkSearch
- Class in
mckay.utilities.webservices
An abstract class for submitting various types of search queries to arbitrary on-line services using arbitrary types of web service formats.
NetworkSearch()
- Constructor for class mckay.utilities.webservices.
NetworkSearch
Creates a new instance of NetworkSearch with fields set to defaults.
NetworkSearchDialog
- Class in
mckay.utilities.webservices
A JFrame dialog box that can be used to perform searches using web services that extend the NetworkSearch class.
NetworkSearchDialog(String, String)
- Constructor for class mckay.utilities.webservices.
NetworkSearchDialog
Set up the dialog box with the default GUI parameters selected.
NetworkSearchDialog(String, String, boolean, boolean, boolean, String, String, String, String, String, String, String, boolean, boolean, int, String, String)
- Constructor for class mckay.utilities.webservices.
NetworkSearchDialog
Set up the dialog box with the GUI parameters specified.
new_bottom_task_started
- Variable in class mckay.utilities.gui.progressbars.
DoubleProgressBarTaskMonitor
Whether or not a new progress bar needs to be started for the bottom task.
new_top_task_started
- Variable in class mckay.utilities.gui.progressbars.
DoubleProgressBarTaskMonitor
Whether or not a new progress bar needs to be started for the top task.
normalize()
- Method in class mckay.utilities.sound.sampled.
AudioSamples
Normalizes both the channel segregated samples and the samples mixed down into one channel so that the absolute value of the highest sample amplitude is 1.
normalize(double[])
- Static method in class mckay.utilities.staticlibraries.
MathAndStatsMethods
Return a normalized copy of the the given array.
normalize(double[][])
- Static method in class mckay.utilities.staticlibraries.
MathAndStatsMethods
Return a normalized copy of the the given array.
normalizeChannelSegretatedSamples()
- Method in class mckay.utilities.sound.sampled.
AudioSamples
Normalizes the channel segregated samples so that the absolute value of the highest sample amplitude is 1.
normalizeEntirely(double[][])
- Static method in class mckay.utilities.staticlibraries.
MathAndStatsMethods
Return a normalized copy of the the given array.
normalizeIfClipped()
- Method in class mckay.utilities.sound.sampled.
AudioSamples
Checks the mixed down and channel segregated samples separately to see if either one has values outside of the permitted range (-1 to +1).
normalizeMixedDownSamples()
- Method in class mckay.utilities.sound.sampled.
AudioSamples
Normalizes the samples mixed down into one channel so that the absolute value of the highest sample amplitude is 1.
normalizeSamples(double[])
- Static method in class mckay.utilities.sound.sampled.
AudioMethodsDSP
Normalizes the given samples so that the absolute value of the highest sample amplitude is 1.
normalizeSamples(double[][])
- Static method in class mckay.utilities.sound.sampled.
AudioMethodsDSP
Normalizes the given samples dependantly so that the absolute value of the highest sample amplitude is 1.
nullifyStringIfEmpty(String)
- Static method in class mckay.utilities.staticlibraries.
StringMethods
Returns null if the given string is empty and returns the original string if it is not empty.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y