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.
|
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... | |
An interface that describes the attributes of the position of a shape.
This interface is part of com.spvessel.spacevil.Core.InterfaceBaseItem.
int com.spvessel.spacevil.Core.InterfacePosition.getX | ( | ) |
Method for getting X coordinate of the left-top corner of a shape.
Implemented in com.spvessel.spacevil.Prototype, com.spvessel.spacevil.BaseItem, and com.spvessel.spacevil.Core.Position.
int com.spvessel.spacevil.Core.InterfacePosition.getY | ( | ) |
Method for getting Y coordinate of the left-top corner of a shape.
Implemented in com.spvessel.spacevil.Prototype, com.spvessel.spacevil.BaseItem, and com.spvessel.spacevil.Core.Position.
void com.spvessel.spacevil.Core.InterfacePosition.setX | ( | int | x | ) |
Method for setting X coordinate of the left-top corner of a shape.
x | X coordinate. |
Implemented in com.spvessel.spacevil.Prototype, com.spvessel.spacevil.BaseItem, com.spvessel.spacevil.WrapArea, com.spvessel.spacevil.ProgressBar, com.spvessel.spacevil.TreeItem, com.spvessel.spacevil.ImageItem, com.spvessel.spacevil.Grid, com.spvessel.spacevil.HorizontalSlider, com.spvessel.spacevil.VerticalSplitArea, com.spvessel.spacevil.HorizontalStack, and com.spvessel.spacevil.Core.Position.
void com.spvessel.spacevil.Core.InterfacePosition.setY | ( | int | y | ) |
Method for setting Y coordinate of the left-top corner of a shape.
y | Y coordinate. |
Implemented in com.spvessel.spacevil.Prototype, com.spvessel.spacevil.BaseItem, com.spvessel.spacevil.WrapArea, com.spvessel.spacevil.ListArea, com.spvessel.spacevil.ImageItem, com.spvessel.spacevil.Grid, com.spvessel.spacevil.VerticalSlider, com.spvessel.spacevil.HorizontalSplitArea, com.spvessel.spacevil.VerticalStack, and com.spvessel.spacevil.Core.Position.