public class VgIManipulatorManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
VgManipulator |
editManipulatorObject(java.lang.String pManipulatorName)
Returns a VgApplication::VgManipulator instance given its name.
|
java.lang.String |
getCurrentManipulator()
Returns the current manipulator's name.
|
boolean |
selectManipulator(java.lang.String pName)
Selects the current manipulator.
|
public void delete()
public boolean selectManipulator(java.lang.String pName)
pName - The name of the manipulator. Supported manipulators
include: "3D" and "animation".public java.lang.String getCurrentManipulator()
public VgManipulator editManipulatorObject(java.lang.String pManipulatorName)
pManipulatorName - Name of the manipulator to retrieve.