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

An interface that describes text image. More...

Public Member Functions

byte[] getBytes ()
 Method for getting bitmap image as byte array. More...
 
boolean isEmpty ()
 Method for getting empty status. More...
 
int getWidth ()
 Method for getting width of the image. More...
 
int getHeight ()
 Method for getting height of the image. More...
 
int getXOffset ()
 Method for getting image offset by X axis. More...
 
int getYOffset ()
 Method for getting image offset by Y axis. More...
 

Detailed Description

An interface that describes text image.

Member Function Documentation

◆ getBytes()

byte [] com.spvessel.spacevil.Core.InterfaceTextImage.getBytes ( )

Method for getting bitmap image as byte array.

Returns
Bitmap image as byte array.

◆ getHeight()

int com.spvessel.spacevil.Core.InterfaceTextImage.getHeight ( )

Method for getting height of the image.

Returns
Image height.

◆ getWidth()

int com.spvessel.spacevil.Core.InterfaceTextImage.getWidth ( )

Method for getting width of the image.

Returns
Image width.

◆ getXOffset()

int com.spvessel.spacevil.Core.InterfaceTextImage.getXOffset ( )

Method for getting image offset by X axis.

Returns
X axis offset.

◆ getYOffset()

int com.spvessel.spacevil.Core.InterfaceTextImage.getYOffset ( )

Method for getting image offset by Y axis.

Returns
Y axis offset.

◆ isEmpty()

boolean com.spvessel.spacevil.Core.InterfaceTextImage.isEmpty ( )

Method for getting empty status.

Returns
True: implementation of the interface does not contain an image. False: implementation of the interface contains image.

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