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

An interface that define visual effect that can be attached to an item. More...

Inherited by com.spvessel.spacevil.Decorations.SubtractFigure.

Public Member Functions

String getEffectName ()
 Getting the name of the current implementation of the visual effect. More...
 

Detailed Description

An interface that define visual effect that can be attached to an item.

Member Function Documentation

◆ getEffectName()

String com.spvessel.spacevil.Core.InterfaceEffect.getEffectName ( )

Getting the name of the current implementation of the visual effect.

Returns
Name of the visual effect as java.lang.String.

Implemented in com.spvessel.spacevil.Decorations.SubtractFigure.


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