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

Enum of types of frequencies for redraw. More...

Public Attributes

 VERY_LOW
 
 LOW
 
 MEDIUM
 
 HIGH
 
 ULTRA
 

Detailed Description

Enum of types of frequencies for redraw.

Values: VERY_LOW, LOW, MEDIUM, HIGH, ULTRA.

Member Data Documentation

◆ HIGH

com.spvessel.spacevil.Flags.RedrawFrequency.HIGH

◆ LOW

com.spvessel.spacevil.Flags.RedrawFrequency.LOW

◆ MEDIUM

com.spvessel.spacevil.Flags.RedrawFrequency.MEDIUM

◆ ULTRA

com.spvessel.spacevil.Flags.RedrawFrequency.ULTRA

◆ VERY_LOW

com.spvessel.spacevil.Flags.RedrawFrequency.VERY_LOW

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