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.GraphicTypeInterfaceGraphic. getType(java.lang.String str)static InterfaceGraphic.GraphicTypeInterfaceGraphic.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.StringInterfaceGraphic. getTypeStr(InterfaceGraphic.GraphicType g)