|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use J3DBase | |
camera3d | |
camera3d.action | |
camera3d.gui |
Uses of J3DBase in camera3d |
Methods in camera3d that return J3DBase | |
J3DBase |
XMLConverter.getBase()
Returns the J3DBase which provides/receives scene graph information. |
J3DBase |
GUIControl.getJ3DBase()
Returns the J3DBase object used by this object. |
Methods in camera3d with parameters of type J3DBase | |
void |
XMLConverter.setBase(J3DBase base)
Sets the J3DBase which will provide/receive scene graph information. |
void |
DistanceMeasurer.setJ3DBase(J3DBase base)
Sets the j3DBase attribute of the DistanceMeasurer object |
Constructors in camera3d with parameters of type J3DBase | |
Viewport(VcView vcView,
J3DBase base)
Creates a new Viewport to show a specific VcView. |
|
XMLConverter(J3DBase base)
Creates new converter, setting the J3DBase object which will provide/receive scene graph information. |
|
GUIControl(J3DBase base,
ActionQueue queue)
Constructor that initializes the J3DBase and ActionQueue objects. |
Uses of J3DBase in camera3d.action |
Methods in camera3d.action that return J3DBase | |
J3DBase |
ActionExecutor.getJ3DBase()
|
Constructors in camera3d.action with parameters of type J3DBase | |
ActionExecutor(ActionQueue queue,
ActionQueue outputQueue,
J3DBase base)
Creates ActionExecutor, given ActionQueues and J3DBase object to act upon. |
|
ActionExecutor(ActionQueue queue,
ActionQueue outputQueue,
J3DBase base,
GUIControl guiControl)
Creates ActionExecutor, given ActionQueues, GUIControl and J3DBase objects to act upon. |
Uses of J3DBase in camera3d.gui |
Constructors in camera3d.gui with parameters of type J3DBase | |
ViewportWindowManager(javax.swing.JDesktopPane desktop,
J3DBase base,
GUIControl guiControl)
|
|
ViewportWindowManager(javax.swing.JDesktopPane desktop,
J3DBase base,
GUIControl guiControl,
SelectionList list)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |