public class JoglGuiObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
bVisible |
protected float |
zlevel |
Constructor and Description |
---|
JoglGuiObject() |
Modifier and Type | Method and Description |
---|---|
void |
DrawObject(GraphicsPipeline pipe) |
boolean |
getCanTouch() |
boolean |
getVisible() |
float |
getZLevel() |
boolean |
IsChildOf(JoglGuiObject jgo) |
boolean |
IsInside(float x,
float y) |
void |
OnAddToGui(JSOGraphicalUserInterface gui) |
void |
OnRemoveFromGui(JSOGraphicalUserInterface gui) |
void |
setCanTouch(boolean b) |
void |
setVisible(boolean b) |
void |
setZLevel(float z) |
public boolean getCanTouch()
public void setCanTouch(boolean b)
public boolean getVisible()
public void setVisible(boolean b)
public float getZLevel()
public void setZLevel(float z)
public boolean IsInside(float x, float y)
public boolean IsChildOf(JoglGuiObject jgo)
public void OnAddToGui(JSOGraphicalUserInterface gui)
public void OnRemoveFromGui(JSOGraphicalUserInterface gui)
public void DrawObject(GraphicsPipeline pipe)