Uses of Class
org.anchoranalysis.image.io.stack.output.StackRGBState
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.stack.output |
Non-bean classes for writing a
Stack to the
filesystem. |
-
Uses of StackRGBState in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return StackRGBState Modifier and Type Method Description StackRGBStateStackWriteAttributes. getRgb()Whether it's an RGB or RGBA image when it has three/four channels respectively.StackRGBStateStackRGBState. max(StackRGBState other)Finds the maximum of this value and another, according to an ordering.StackRGBStateStackRGBState. min(StackRGBState other)Finds the minimum of this value and another, according to an ordering.static StackRGBStateStackRGBState. multiplex(boolean rgb, boolean withAlpha)Returns one of the threeRGB_states based upon two boolean flags.static StackRGBStateStackRGBState. multiplexAlpha(boolean withAlpha)Returns one of the twoRGB_states based upon a boolean flag.static StackRGBStateStackRGBState. valueOf(String name)Returns the enum constant of this type with the specified name.static StackRGBState[]StackRGBState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.anchoranalysis.image.io.stack.output with parameters of type StackRGBState Modifier and Type Method Description StackRGBStateStackRGBState. max(StackRGBState other)Finds the maximum of this value and another, according to an ordering.StackRGBStateStackRGBState. min(StackRGBState other)Finds the minimum of this value and another, according to an ordering.Constructors in org.anchoranalysis.image.io.stack.output with parameters of type StackRGBState Constructor Description StackWriteAttributes(boolean always2D, boolean singleChannel, boolean threeChannels, StackRGBState rgb, boolean binary)Alternative constructor that assumes each channel is 8-bits.