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

Visibility types of item enum. More...

Public Attributes

 ALWAYS
 Item is always visible. More...
 
 AS_NEEDED
 Item can be visible in some circumstances. More...
 
 NEVER
 Item is always invisible. More...
 

Detailed Description

Visibility types of item enum.

Used in such items as scroll bars.

Values: ALWAYS, AS_NEEDED, NEVER.

Member Data Documentation

◆ ALWAYS

com.spvessel.spacevil.Flags.VisibilityPolicy.ALWAYS

Item is always visible.

◆ AS_NEEDED

com.spvessel.spacevil.Flags.VisibilityPolicy.AS_NEEDED

Item can be visible in some circumstances.

◆ NEVER

com.spvessel.spacevil.Flags.VisibilityPolicy.NEVER

Item is always invisible.


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