Reference for JVM version of SpaceVIL
0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
|
Enum of items types. More...
Public Attributes | |
STATIC | |
Items whose parent LayoutType is STATIC. More... | |
FLOATING | |
Items whose root parent LayoutType is FLOATING. More... | |
DIALOG | |
Items whose root parent LayoutType is DIALOG. More... | |
Enum of items types.
Values: STATIC, FLOATING, DIALOG.
com.spvessel.spacevil.Flags.LayoutType.DIALOG |
Items whose root parent LayoutType is DIALOG.
com.spvessel.spacevil.Flags.LayoutType.FLOATING |
Items whose root parent LayoutType is FLOATING.
com.spvessel.spacevil.Flags.LayoutType.STATIC |
Items whose parent LayoutType is STATIC.