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

A class that store vertical and horizontal spacing values of the item. More...

Public Member Functions

 Spacing ()
 Constructs a Spacing with default values (zero) More...
 
 Spacing (int horizontal, int vertical)
 Constructs a Spacing with strict horizontal and vertical spacing values. More...
 

Public Attributes

int horizontal
 Horizontal indent between items. More...
 
int vertical
 Vertical indent between items. More...
 

Detailed Description

A class that store vertical and horizontal spacing values of the item.

Constructor & Destructor Documentation

◆ Spacing() [1/2]

com.spvessel.spacevil.Decorations.Spacing.Spacing ( )

Constructs a Spacing with default values (zero)

◆ Spacing() [2/2]

com.spvessel.spacevil.Decorations.Spacing.Spacing ( int  horizontal,
int  vertical 
)

Constructs a Spacing with strict horizontal and vertical spacing values.

Parameters
horizontalHorizontal indent between items.
verticalVertical indent between items.

Member Data Documentation

◆ horizontal

int com.spvessel.spacevil.Decorations.Spacing.horizontal

Horizontal indent between items.

◆ vertical

int com.spvessel.spacevil.Decorations.Spacing.vertical

Vertical indent between items.


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