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.Indents Class Reference

A structure that store indents of the item. More...

Public Member Functions

 Indents ()
 Constructs a Indents with default values (zero for each side) More...
 
 Indents (int left, int top, int right, int bottom)
 Constructs a Indents with strict values for each side. More...
 

Public Attributes

int left
 Indent from left side of the item. More...
 
int top
 Indent from top side of the item. More...
 
int right
 Indent from right side of the item. More...
 
int bottom
 Indent from bottom side of the item. More...
 

Detailed Description

A structure that store indents of the item.

Constructor & Destructor Documentation

◆ Indents() [1/2]

com.spvessel.spacevil.Decorations.Indents.Indents ( )

Constructs a Indents with default values (zero for each side)

◆ Indents() [2/2]

com.spvessel.spacevil.Decorations.Indents.Indents ( int  left,
int  top,
int  right,
int  bottom 
)

Constructs a Indents with strict values for each side.

Parameters
leftIndent from left side of the item.
topIndent from top side of the item.
rightIndent from right side of the item.
bottomIndent from bottom side of the item.

Member Data Documentation

◆ bottom

int com.spvessel.spacevil.Decorations.Indents.bottom

Indent from bottom side of the item.

◆ left

int com.spvessel.spacevil.Decorations.Indents.left

Indent from left side of the item.

◆ right

int com.spvessel.spacevil.Decorations.Indents.right

Indent from right side of the item.

◆ top

int com.spvessel.spacevil.Decorations.Indents.top

Indent from top side of the item.


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