com.yobotics.simulationconstructionset.gui
Class ViewportAdapterAndCameraControllerHolder

java.lang.Object
  extended by com.yobotics.simulationconstructionset.gui.ViewportAdapterAndCameraControllerHolder

public class ViewportAdapterAndCameraControllerHolder
extends java.lang.Object


Constructor Summary
ViewportAdapterAndCameraControllerHolder(ViewportAdapter viewportAdapter, TrackingDollyCameraController trackingDollyCameraController)
           
 
Method Summary
 TrackingDollyCameraController getCameraController()
           
 ViewportAdapter getViewportAdapter()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewportAdapterAndCameraControllerHolder

public ViewportAdapterAndCameraControllerHolder(ViewportAdapter viewportAdapter,
                                                TrackingDollyCameraController trackingDollyCameraController)
Method Detail

getViewportAdapter

public ViewportAdapter getViewportAdapter()

getCameraController

public TrackingDollyCameraController getCameraController()