Uses of Class
adams.flow.transformer.DeleteOverlappingImageObjects.RemovalStrategy
-
Packages that use DeleteOverlappingImageObjects.RemovalStrategy Package Description adams.flow.transformer -
-
Uses of DeleteOverlappingImageObjects.RemovalStrategy in adams.flow.transformer
Fields in adams.flow.transformer declared as DeleteOverlappingImageObjects.RemovalStrategy Modifier and Type Field Description protected DeleteOverlappingImageObjects.RemovalStrategy
DeleteOverlappingImageObjects. m_RemovalStrategy
the removal strategy.Methods in adams.flow.transformer that return DeleteOverlappingImageObjects.RemovalStrategy Modifier and Type Method Description DeleteOverlappingImageObjects.RemovalStrategy
DeleteOverlappingImageObjects. getRemovalStrategy()
Returns the minimum overlap ratio to use.static DeleteOverlappingImageObjects.RemovalStrategy
DeleteOverlappingImageObjects.RemovalStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeleteOverlappingImageObjects.RemovalStrategy[]
DeleteOverlappingImageObjects.RemovalStrategy. 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 DeleteOverlappingImageObjects.RemovalStrategy Modifier and Type Method Description void
DeleteOverlappingImageObjects. setRemovalStrategy(DeleteOverlappingImageObjects.RemovalStrategy value)
Sets the minimum overlap ratio to use.
-