Uses of Class
adams.data.objectfilter.MakeSquare.SideType
-
Packages that use MakeSquare.SideType Package Description adams.data.objectfilter -
-
Uses of MakeSquare.SideType in adams.data.objectfilter
Fields in adams.data.objectfilter declared as MakeSquare.SideType Modifier and Type Field Description protected MakeSquare.SideTypeMakeSquare. m_SideTypewhat side to use.Methods in adams.data.objectfilter that return MakeSquare.SideType Modifier and Type Method Description MakeSquare.SideTypeMakeSquare. getSideType()Returns the type of side of the current bounding box to use for the square box.static MakeSquare.SideTypeMakeSquare.SideType. valueOf(String name)Returns the enum constant of this type with the specified name.static MakeSquare.SideType[]MakeSquare.SideType. 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 MakeSquare.SideType Modifier and Type Method Description voidMakeSquare. setSideType(MakeSquare.SideType value)Sets the type of side of the current bounding box to use for the square box.
-