Uses of Class
mgui.interfaces.graphics.GraphicEvent.EventType
Package | Description |
---|---|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
-
Uses of GraphicEvent.EventType in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return GraphicEvent.EventType Modifier and Type Method Description GraphicEvent.EventType
GraphicEvent. getType()
static GraphicEvent.EventType
GraphicEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphicEvent.EventType[]
GraphicEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces.graphics with parameters of type GraphicEvent.EventType Constructor Description GraphicEvent(InterfaceGraphic<?> graphic, GraphicEvent.EventType type)