Package | Description |
---|---|
org.processmining.visualisation3d.gui | |
org.processmining.visualisation3d.scene |
Modifier and Type | Method and Description |
---|---|
JoglGuiObject |
JoglGuiObjectCollection.get(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<JoglGuiObject> |
JoglGuiObjectCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
JoglGuiObjectCollection.add(JoglGuiObject jgo) |
boolean |
JoglGuiObject.IsChildOf(JoglGuiObject jgo) |
void |
JoglGuiObjectCollection.remove(JoglGuiObject jgo) |
Modifier and Type | Method and Description |
---|---|
JoglGuiObject |
JSOGraphicalUserInterface.GetObjectFromPos(double x,
double y) |
JoglGuiObject |
JSOGraphicalUserInterface.GetObjectFromPos(float x,
float y) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<JoglGuiObject> |
JSOGraphicalUserInterface.GetObjectsFromPos(double x,
double y) |
java.util.Vector<JoglGuiObject> |
JSOGraphicalUserInterface.GetObjectsFromPos(float x,
float y) |
Modifier and Type | Method and Description |
---|---|
void |
JSOGraphicalUserInterface.AddGuiObject(JoglGuiObject jgo) |
void |
JSOGraphicalUserInterface.RemoveGuiObject(JoglGuiObject jgo) |