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.
com.spvessel.spacevil.Flags.ItemAlignment Enum Reference

Alignment types enum. More...

Public Attributes

 LEFT
 
 TOP
 
 RIGHT
 
 BOTTOM
 
 HCENTER
 
 VCENTER
 

Detailed Description

Alignment types enum.

Values: LEFT, TOP, RIGHT, BOTTOM, HCENTER, VCENTER.

Member Data Documentation

◆ BOTTOM

com.spvessel.spacevil.Flags.ItemAlignment.BOTTOM

◆ HCENTER

com.spvessel.spacevil.Flags.ItemAlignment.HCENTER

◆ LEFT

com.spvessel.spacevil.Flags.ItemAlignment.LEFT

◆ RIGHT

com.spvessel.spacevil.Flags.ItemAlignment.RIGHT

◆ TOP

com.spvessel.spacevil.Flags.ItemAlignment.TOP

◆ VCENTER

com.spvessel.spacevil.Flags.ItemAlignment.VCENTER

The documentation for this enum was generated from the following file: