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.
|
Effects is a static class for controlling the application of effects to a item's shape. More...
Static Public Member Functions | |
static void | addEffect (InterfaceBaseItem item, InterfaceEffect effect) |
Adding effect to specified item. More... | |
static boolean | removeEffect (InterfaceBaseItem item, InterfaceEffect effect) |
Removing specified effect form item. More... | |
static List< InterfaceEffect > | getEffects (InterfaceBaseItem item) |
Getting list of applyed effects on specified item. More... | |
Effects is a static class for controlling the application of effects to a item's shape.
|
static |
Adding effect to specified item.
item | A item as com.spvessel.spacevil.Core.InterfaceBaseItem. |
effect | A effect as com.spvessel.spacevil.Core.InterfaceEffect. |
|
static |
Getting list of applyed effects on specified item.
item | An item as com.spvessel.spacevil.Core.InterfaceEffect. |
|
static |
Removing specified effect form item.
item | A item as com.spvessel.spacevil.Core.InterfaceBaseItem. |
effect | A effect as com.spvessel.spacevil.Core.InterfaceEffect. |