Uses of Class
adams.flow.transformer.MergeObjectLocations.OverlapAction
-
Packages that use MergeObjectLocations.OverlapAction Package Description adams.flow.transformer -
-
Uses of MergeObjectLocations.OverlapAction in adams.flow.transformer
Fields in adams.flow.transformer declared as MergeObjectLocations.OverlapAction Modifier and Type Field Description protected MergeObjectLocations.OverlapActionMergeObjectLocations. m_OverlapActionwhat to do when two objects overlap.Methods in adams.flow.transformer that return MergeObjectLocations.OverlapAction Modifier and Type Method Description MergeObjectLocations.OverlapActionMergeObjectLocations. getOverlapAction()Returns the action to take when an object from this and the other report overlap.static MergeObjectLocations.OverlapActionMergeObjectLocations.OverlapAction. valueOf(String name)Returns the enum constant of this type with the specified name.static MergeObjectLocations.OverlapAction[]MergeObjectLocations.OverlapAction. 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 MergeObjectLocations.OverlapAction Modifier and Type Method Description voidMergeObjectLocations. setOverlapAction(MergeObjectLocations.OverlapAction value)Sets the action to take when an object from this and the other report overlap.
-