Uses of Class
mgui.interfaces.shapes.ShapeModelEvent.EventType
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of ShapeModelEvent.EventType in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as ShapeModelEvent.EventType Modifier and Type Field Description ShapeModelEvent.EventType
ShapeModelEvent. type
Methods in mgui.interfaces.shapes that return ShapeModelEvent.EventType Modifier and Type Method Description static ShapeModelEvent.EventType
ShapeModelEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShapeModelEvent.EventType[]
ShapeModelEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces.shapes with parameters of type ShapeModelEvent.EventType Constructor Description ShapeModelEvent(ShapeModel3D model, ShapeModelEvent.EventType type)