public interface IViewport3d
| Modifier and Type | Method and Description | 
|---|---|
| IVector3 | getAreaSize()Gets the maximum displayable size. | 
| java.awt.Canvas | getCanvas()Returns the canvas that is used for displaying the objects. | 
| DrawableCombiner3d | getMarker()get the Marker. | 
| IPerspective | getPerspective()Get the perspective. | 
| int | getSelected()Get the Selected Object by the user | 
| ISpaceController | getSpaceController() | 
| void | isGridSpace(boolean isGrid) | 
| void | pauseApp()Pause the internal 3d Application | 
| void | refresh(java.util.List<java.lang.Object[]> objectList,
       java.util.Collection<DrawableCombiner3d> staticvisuals)Refreshes the viewport. | 
| void | setAreaSize(IVector3 vector)Sets the maximum displayable size. | 
| void | setSelected(int selected,
           DrawableCombiner3d marker)Set the Selected Objects in the Viewport by the User | 
| void | startApp()Starts the internal 3d Application | 
| void | stopApp()Stops the internal 3d Application | 
ISpaceController getSpaceController()
void setSelected(int selected,
                 DrawableCombiner3d marker)
int getSelected()
DrawableCombiner3d getMarker()
java.awt.Canvas getCanvas()
void refresh(java.util.List<java.lang.Object[]> objectList,
             java.util.Collection<DrawableCombiner3d> staticvisuals)
IPerspective getPerspective()
void startApp()
void pauseApp()
void stopApp()
IVector3 getAreaSize()
void setAreaSize(IVector3 vector)
areaSize - maximum area size.void isGridSpace(boolean isGrid)