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 structure that store indents of the item. More...
Public Member Functions | |
Indents () | |
Constructs a Indents with default values (zero for each side) More... | |
Indents (int left, int top, int right, int bottom) | |
Constructs a Indents with strict values for each side. More... | |
Public Attributes | |
int | left |
Indent from left side of the item. More... | |
int | top |
Indent from top side of the item. More... | |
int | right |
Indent from right side of the item. More... | |
int | bottom |
Indent from bottom side of the item. More... | |
A structure that store indents of the item.
com.spvessel.spacevil.Decorations.Indents.Indents | ( | ) |
Constructs a Indents with default values (zero for each side)
com.spvessel.spacevil.Decorations.Indents.Indents | ( | int | left, |
int | top, | ||
int | right, | ||
int | bottom | ||
) |
Constructs a Indents with strict values for each side.
left | Indent from left side of the item. |
top | Indent from top side of the item. |
right | Indent from right side of the item. |
bottom | Indent from bottom side of the item. |
int com.spvessel.spacevil.Decorations.Indents.bottom |
Indent from bottom side of the item.
int com.spvessel.spacevil.Decorations.Indents.left |
Indent from left side of the item.
int com.spvessel.spacevil.Decorations.Indents.right |
Indent from right side of the item.
int com.spvessel.spacevil.Decorations.Indents.top |
Indent from top side of the item.