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.InterfaceEventUpdate Interface Reference

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...
 

Detailed Description

An interface that describes update events by type of event.

This interface is part of com.spvessel.spacevil.Core.InterfaceBaseItem.

Member Function Documentation

◆ update()

void com.spvessel.spacevil.Core.InterfaceEventUpdate.update ( GeometryEventType  type,
int  value 
)

Method for updating an item size or/and position.

Parameters
typeType of event as com.spvessel.spacevil.Flags.GeometryEventType.
valueValue of a property that was changed.

Implemented in com.spvessel.spacevil.Prototype, and com.spvessel.spacevil.BaseItem.


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