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

An interface that describes texture for text rendering. More...

Public Member Functions

InterfaceTextImage getTexture ()
 Method for getting text texture. More...
 
Color getForeground ()
 Method for getting text color. More...
 

Detailed Description

An interface that describes texture for text rendering.

Member Function Documentation

◆ getForeground()

Color com.spvessel.spacevil.Core.InterfaceTextContainer.getForeground ( )

Method for getting text color.

Returns
Text color as java.awt.Color.

◆ getTexture()

InterfaceTextImage com.spvessel.spacevil.Core.InterfaceTextContainer.getTexture ( )

Method for getting text texture.

Returns
Texture as com.spvessel.spacevil.Core.InterfaceTextImage.

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