| |
|
| java.lang.Object com.db.viewpoint.ViewControl com.db.viewpoint.LookViewControl
LookViewControl | public class LookViewControl extends ViewControl (Code) | | The LookViewControl provides a specific ViewControl on a TransformGroup: left
mouse button is used to Rotate, middle mouse button is used to zoom.
|
LookViewControl | public LookViewControl(TransformGroup tgin)(Code) | | Constructor to build a new LookViewControl to act on a TransformGroup.
Parameters: tgin - The TranformGroup on which this ViewControl applies. |
activate | public void activate()(Code) | | Schedules this LookViewControl to be taken into account in the event list.
|
deactivate | public void deactivate()(Code) | | Prevents this LookViewControl to be used.
|
getControlInstructions | public String getControlInstructions()(Code) | | Retrieves the instructions for this ViewControl
The corresponding instructions for this ViewControl |
getControlName | public String getControlName()(Code) | | Retrieves the name for this ViewControl
The corresponding name for this ViewControl |
setTransformGroup | public void setTransformGroup(TransformGroup tgin)(Code) | | Sets the TransformGroup on which this LookViewControl applies
Parameters: tgin - The TransformGroup corresponding to the LookViewControl |
|
|
|