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.MatrixOutput
ImageObjectOverlapMatrix. m_MatrixOutput
what to output in the matrix.Methods in adams.flow.transformer that return ImageObjectOverlapMatrix.MatrixOutput Modifier and Type Method Description ImageObjectOverlapMatrix.MatrixOutput
ImageObjectOverlapMatrix. getMatrixOutput()
Returns what type of output to store in the matrix.static ImageObjectOverlapMatrix.MatrixOutput
ImageObjectOverlapMatrix.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 void
ImageObjectOverlapMatrix. setMatrixOutput(ImageObjectOverlapMatrix.MatrixOutput value)
Sets what type of output to store in the matrix.
-