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.InterfaceBaseItem Member List

This is the complete list of members for com.spvessel.spacevil.Core.InterfaceBaseItem, including all inherited members.

getAlignment()com.spvessel.spacevil.Core.InterfaceBehavior
getBackground()com.spvessel.spacevil.Core.InterfaceItem
getCoreStyle()com.spvessel.spacevil.Core.InterfaceBaseItem
getHandler()com.spvessel.spacevil.Core.InterfaceBaseItem
getHeight()com.spvessel.spacevil.Core.InterfaceSize
getHeightPolicy()com.spvessel.spacevil.Core.InterfaceBehavior
getItemName()com.spvessel.spacevil.Core.InterfaceItem
getMargin()com.spvessel.spacevil.Core.InterfaceBaseItem
getMaxHeight()com.spvessel.spacevil.Core.InterfaceSize
getMaxWidth()com.spvessel.spacevil.Core.InterfaceSize
getMinHeight()com.spvessel.spacevil.Core.InterfaceSize
getMinWidth()com.spvessel.spacevil.Core.InterfaceSize
getParent()com.spvessel.spacevil.Core.InterfaceBaseItem
getShadowColor()com.spvessel.spacevil.Core.InterfaceBaseItem
getShadowExtension()com.spvessel.spacevil.Core.InterfaceBaseItem
getShadowPos()com.spvessel.spacevil.Core.InterfaceBaseItem
getShadowRadius()com.spvessel.spacevil.Core.InterfaceBaseItem
getSize()com.spvessel.spacevil.Core.InterfaceSize
getTriangles()com.spvessel.spacevil.Core.InterfaceItem
getWidth()com.spvessel.spacevil.Core.InterfaceSize
getWidthPolicy()com.spvessel.spacevil.Core.InterfaceBehavior
getX()com.spvessel.spacevil.Core.InterfacePosition
getY()com.spvessel.spacevil.Core.InterfacePosition
initElements()com.spvessel.spacevil.Core.InterfaceBaseItem
isDrawable()com.spvessel.spacevil.Core.InterfaceBaseItem
isShadowDrop()com.spvessel.spacevil.Core.InterfaceBaseItem
isVisible()com.spvessel.spacevil.Core.InterfaceBaseItem
makeShape()com.spvessel.spacevil.Core.InterfaceItem
release()com.spvessel.spacevil.Core.InterfaceBaseItem
setAlignment(ItemAlignment... alignment)com.spvessel.spacevil.Core.InterfaceBehavior
setBackground(Color color)com.spvessel.spacevil.Core.InterfaceItem
setConfines()com.spvessel.spacevil.Core.InterfaceBaseItem
setConfines(int x0, int x1, int y0, int y1)com.spvessel.spacevil.Core.InterfaceBaseItem
setDrawable(boolean value)com.spvessel.spacevil.Core.InterfaceBaseItem
setHandler(CoreWindow handler)com.spvessel.spacevil.Core.InterfaceBaseItem
setHeight(int height)com.spvessel.spacevil.Core.InterfaceSize
setHeightPolicy(SizePolicy policy)com.spvessel.spacevil.Core.InterfaceBehavior
setItemName(String name)com.spvessel.spacevil.Core.InterfaceItem
setMargin(Indents margin)com.spvessel.spacevil.Core.InterfaceBaseItem
setMargin(int left, int top, int right, int bottom)com.spvessel.spacevil.Core.InterfaceBaseItem
setMaxHeight(int height)com.spvessel.spacevil.Core.InterfaceSize
setMaxWidth(int width)com.spvessel.spacevil.Core.InterfaceSize
setMinHeight(int height)com.spvessel.spacevil.Core.InterfaceSize
setMinWidth(int width)com.spvessel.spacevil.Core.InterfaceSize
setParent(Prototype parent)com.spvessel.spacevil.Core.InterfaceBaseItem
setShadow(int radius, int x, int y, Color color)com.spvessel.spacevil.Core.InterfaceBaseItem
setShadowColor(Color color)com.spvessel.spacevil.Core.InterfaceBaseItem
setShadowDrop(boolean value)com.spvessel.spacevil.Core.InterfaceBaseItem
setShadowRadius(int radius)com.spvessel.spacevil.Core.InterfaceBaseItem
setSize(int width, int height)com.spvessel.spacevil.Core.InterfaceSize
setStyle(Style style)com.spvessel.spacevil.Core.InterfaceBaseItem
setTriangles(List< float[]> triangles)com.spvessel.spacevil.Core.InterfaceItem
setVisible(boolean value)com.spvessel.spacevil.Core.InterfaceBaseItem
setWidth(int width)com.spvessel.spacevil.Core.InterfaceSize
setWidthPolicy(SizePolicy policy)com.spvessel.spacevil.Core.InterfaceBehavior
setX(int x)com.spvessel.spacevil.Core.InterfacePosition
setY(int y)com.spvessel.spacevil.Core.InterfacePosition
update(GeometryEventType type, int value)com.spvessel.spacevil.Core.InterfaceEventUpdate