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.
|
An interface that describes update events by type of event. More...
Inherited by com.spvessel.spacevil.Core.InterfaceBaseItem.
Public Member Functions | |
void | update (GeometryEventType type, int value) |
Method for updating an item size or/and position. More... | |
An interface that describes update events by type of event.
This interface is part of com.spvessel.spacevil.Core.InterfaceBaseItem.
void com.spvessel.spacevil.Core.InterfaceEventUpdate.update | ( | GeometryEventType | type, |
int | value | ||
) |
Method for updating an item size or/and position.
type | Type of event as com.spvessel.spacevil.Flags.GeometryEventType. |
value | Value of a property that was changed. |
Implemented in com.spvessel.spacevil.Prototype, and com.spvessel.spacevil.BaseItem.