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