Uses of Class
mgui.interfaces.shapes.selection.ShapeSelectionEvent.EventType
Package | Description |
---|---|
mgui.interfaces.shapes.selection |
-
Uses of ShapeSelectionEvent.EventType in mgui.interfaces.shapes.selection
Fields in mgui.interfaces.shapes.selection declared as ShapeSelectionEvent.EventType Modifier and Type Field Description protected ShapeSelectionEvent.EventType
ShapeSelectionEvent. type
Methods in mgui.interfaces.shapes.selection that return ShapeSelectionEvent.EventType Modifier and Type Method Description ShapeSelectionEvent.EventType
ShapeSelectionEvent. getType()
static ShapeSelectionEvent.EventType
ShapeSelectionEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShapeSelectionEvent.EventType[]
ShapeSelectionEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces.shapes.selection with parameters of type ShapeSelectionEvent.EventType Constructor Description ShapeSelectionEvent(ShapeSelectionSet set, ShapeSelectionEvent.EventType type)