Uses of Class
adams.data.objectfilter.SelfIntersectingPolygons.Action
-
Packages that use SelfIntersectingPolygons.Action Package Description adams.data.objectfilter -
-
Uses of SelfIntersectingPolygons.Action in adams.data.objectfilter
Fields in adams.data.objectfilter declared as SelfIntersectingPolygons.Action Modifier and Type Field Description protected SelfIntersectingPolygons.ActionSelfIntersectingPolygons. m_Actionthe action to perform.Methods in adams.data.objectfilter that return SelfIntersectingPolygons.Action Modifier and Type Method Description SelfIntersectingPolygons.ActionSelfIntersectingPolygons. getAction()Returns the action to perform.static SelfIntersectingPolygons.ActionSelfIntersectingPolygons.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static SelfIntersectingPolygons.Action[]SelfIntersectingPolygons.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.objectfilter with parameters of type SelfIntersectingPolygons.Action Modifier and Type Method Description voidSelfIntersectingPolygons. setAction(SelfIntersectingPolygons.Action value)Sets the action to perform.
-