Modifier and Type | Method and Description |
---|---|
ChannelData.ChannelName |
ChannelData.getChannelName() |
static ChannelData.ChannelName |
ChannelData.ChannelName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelData.ChannelName[] |
ChannelData.ChannelName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelData.setChannelName(ChannelData.ChannelName cn) |
int |
ChannelData.setData(int[] newSamples,
int count,
int sampleSize,
ChannelData.ChannelName n) |
Constructor and Description |
---|
ChannelData(int[] samples,
int count,
int sampleSize,
ChannelData.ChannelName n) |