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.Core.InterfaceFreeLayout Interface Reference

An interface that defines free type of a container. More...

Inherited by com.spvessel.spacevil.FreeArea, com.spvessel.spacevil.Grid, and com.spvessel.spacevil.WrapArea.

Public Member Functions

void updateLayout ()
 Method for describing how to update the size and position of children within a container. More...
 

Detailed Description

An interface that defines free type of a container.

Member Function Documentation

◆ updateLayout()

void com.spvessel.spacevil.Core.InterfaceFreeLayout.updateLayout ( )

Method for describing how to update the size and position of children within a container.

Implemented in com.spvessel.spacevil.WrapArea, com.spvessel.spacevil.Grid, and com.spvessel.spacevil.FreeArea.


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