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.
|
A class that store vertical and horizontal spacing values of the item. More...
Public Member Functions | |
Spacing () | |
Constructs a Spacing with default values (zero) More... | |
Spacing (int horizontal, int vertical) | |
Constructs a Spacing with strict horizontal and vertical spacing values. More... | |
Public Attributes | |
int | horizontal |
Horizontal indent between items. More... | |
int | vertical |
Vertical indent between items. More... | |
A class that store vertical and horizontal spacing values of the item.
com.spvessel.spacevil.Decorations.Spacing.Spacing | ( | ) |
Constructs a Spacing with default values (zero)
com.spvessel.spacevil.Decorations.Spacing.Spacing | ( | int | horizontal, |
int | vertical | ||
) |
Constructs a Spacing with strict horizontal and vertical spacing values.
horizontal | Horizontal indent between items. |
vertical | Vertical indent between items. |
int com.spvessel.spacevil.Decorations.Spacing.horizontal |
Horizontal indent between items.
int com.spvessel.spacevil.Decorations.Spacing.vertical |
Vertical indent between items.