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.HorizontalDirection Enum Reference

Enum of types of horizontal directions. More...

Public Attributes

 FROM_LEFT_TO_RIGHT
 
 FROM_RIGHT_TO_LEFT
 

Detailed Description

Enum of types of horizontal directions.

Values: FROM_LEFT_TO_RIGHT, FROM_RIGHT_TO_LEFT.

Member Data Documentation

◆ FROM_LEFT_TO_RIGHT

com.spvessel.spacevil.Flags.HorizontalDirection.FROM_LEFT_TO_RIGHT

◆ FROM_RIGHT_TO_LEFT

com.spvessel.spacevil.Flags.HorizontalDirection.FROM_RIGHT_TO_LEFT

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