Uses of Class
adams.flow.transformer.NegativeRegions.NegativeRegionTransferType
-
Packages that use NegativeRegions.NegativeRegionTransferType Package Description adams.flow.transformer -
-
Uses of NegativeRegions.NegativeRegionTransferType in adams.flow.transformer
Fields in adams.flow.transformer declared as NegativeRegions.NegativeRegionTransferType Modifier and Type Field Description protected NegativeRegions.NegativeRegionTransferType
NegativeRegions. m_TransferType
how to add the regions.Methods in adams.flow.transformer that return NegativeRegions.NegativeRegionTransferType Modifier and Type Method Description NegativeRegions.NegativeRegionTransferType
NegativeRegions. getTransferType()
Returns how to transfer the generated negative regions into the image.static NegativeRegions.NegativeRegionTransferType
NegativeRegions.NegativeRegionTransferType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NegativeRegions.NegativeRegionTransferType[]
NegativeRegions.NegativeRegionTransferType. 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 NegativeRegions.NegativeRegionTransferType Modifier and Type Method Description void
NegativeRegions. setTransferType(NegativeRegions.NegativeRegionTransferType value)
Sets how to transfer the generated negative regions into the image.
-