Class ChannelSpecification
Object
ChannelSpecification
Specifies a type and number of channels in a stack.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionChannelSpecification
(VoxelDataType channelVoxelType, int numberChannels, boolean makeRGB) Creates a newChannelSpecification
instance. -
Method Summary
-
Constructor Details
-
ChannelSpecification
Creates a newChannelSpecification
instance.- Parameters:
channelVoxelType
- Default data-type for all channels in the stack if not otherwise specified.numberChannels
- How many channels in the stack?makeRGB
- If true, the the RGB-flag is set on the created stack, if false it is not.
-
-
Method Details
-
getChannelVoxelType
Default data-type for all channels in the stack if not otherwise specified. -
getNumberChannels
public int getNumberChannels()How many channels in the stack? -
isMakeRGB
public boolean isMakeRGB()If true, the the RGB-flag is set on the created stack, if false it is not. -
equals
-
hashCode
public int hashCode() -
toString
-