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

An interface that describes the attributes of the position of a shape. More...

Inherited by com.spvessel.spacevil.Core.InterfaceBaseItem, com.spvessel.spacevil.Core.InterfaceLines, and com.spvessel.spacevil.Core.Position.

Public Member Functions

void setX (int x)
 Method for setting X coordinate of the left-top corner of a shape. More...
 
int getX ()
 Method for getting X coordinate of the left-top corner of a shape. More...
 
void setY (int y)
 Method for setting Y coordinate of the left-top corner of a shape. More...
 
int getY ()
 Method for getting Y coordinate of the left-top corner of a shape. More...
 

Detailed Description

An interface that describes the attributes of the position of a shape.

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

Member Function Documentation

◆ getX()

int com.spvessel.spacevil.Core.InterfacePosition.getX ( )

Method for getting X coordinate of the left-top corner of a shape.

Returns
X coordinate.

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

◆ getY()

int com.spvessel.spacevil.Core.InterfacePosition.getY ( )

Method for getting Y coordinate of the left-top corner of a shape.

Returns
Y coordinate.

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

◆ setX()

◆ setY()


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