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.Decorations.ItemState Class Reference

A class that describes state of the item and its changes according to state value. More...

Public Member Functions

 ItemState ()
 Constructs an empty ItemState. More...
 
 ItemState (Color background)
 Constructs an ItemState with the specified background color. More...
 

Public Attributes

Boolean value = true
 
Color background
 Getting backgroud color of the item of current state as java.awt.Color. More...
 
Border border = new Border()
 Getting border of the item of current state as com.spvessel.spacevil.Decorations.Border. More...
 
Figure shape = null
 Getting shape of the item of current state as com.spvessel.spacevil.Decorations.Figure. More...
 

Detailed Description

A class that describes state of the item and its changes according to state value.

Constructor & Destructor Documentation

◆ ItemState() [1/2]

com.spvessel.spacevil.Decorations.ItemState.ItemState ( )

Constructs an empty ItemState.

◆ ItemState() [2/2]

com.spvessel.spacevil.Decorations.ItemState.ItemState ( Color  background)

Constructs an ItemState with the specified background color.

Parameters
backgroundA color of item as java.awt.Color.

Member Data Documentation

◆ background

Color com.spvessel.spacevil.Decorations.ItemState.background

Getting backgroud color of the item of current state as java.awt.Color.

◆ border

Border com.spvessel.spacevil.Decorations.ItemState.border = new Border()

Getting border of the item of current state as com.spvessel.spacevil.Decorations.Border.

◆ shape

Figure com.spvessel.spacevil.Decorations.ItemState.shape = null

Getting shape of the item of current state as com.spvessel.spacevil.Decorations.Figure.

◆ value

Boolean com.spvessel.spacevil.Decorations.ItemState.value = true

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