Uses of Class
adams.flow.transformer.ImageObjectOverlapMatrix.MatrixOutput
-
Packages that use ImageObjectOverlapMatrix.MatrixOutput Package Description adams.flow.transformer -
-
Uses of ImageObjectOverlapMatrix.MatrixOutput in adams.flow.transformer
Fields in adams.flow.transformer declared as ImageObjectOverlapMatrix.MatrixOutput Modifier and Type Field Description protected ImageObjectOverlapMatrix.MatrixOutputImageObjectOverlapMatrix. m_MatrixOutputwhat to output in the matrix.Methods in adams.flow.transformer that return ImageObjectOverlapMatrix.MatrixOutput Modifier and Type Method Description ImageObjectOverlapMatrix.MatrixOutputImageObjectOverlapMatrix. getMatrixOutput()Returns what type of output to store in the matrix.static ImageObjectOverlapMatrix.MatrixOutputImageObjectOverlapMatrix.MatrixOutput. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageObjectOverlapMatrix.MatrixOutput[]ImageObjectOverlapMatrix.MatrixOutput. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type ImageObjectOverlapMatrix.MatrixOutput Modifier and Type Method Description voidImageObjectOverlapMatrix. setMatrixOutput(ImageObjectOverlapMatrix.MatrixOutput value)Sets what type of output to store in the matrix.
-