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.
|
An interface that defines vertical type of a container. More...
Inherited by com.spvessel.spacevil.HorizontalSplitArea, com.spvessel.spacevil.Label, com.spvessel.spacevil.ListArea, and com.spvessel.spacevil.VerticalStack.
Public Member Functions | |
void | updateLayout () |
Method for describing how to update the size and position of children within a container. More... | |
An interface that defines vertical type of a container.
void com.spvessel.spacevil.Core.InterfaceVLayout.updateLayout | ( | ) |
Method for describing how to update the size and position of children within a container.
Implemented in com.spvessel.spacevil.Label, com.spvessel.spacevil.ListArea, com.spvessel.spacevil.HorizontalSplitArea, and com.spvessel.spacevil.VerticalStack.