public interface IViewport3d
Modifier and Type | Method and Description |
---|---|
IVector3 |
getAreaSize()
Gets the maximum displayable size.
|
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
|
void |
isGridSpace(boolean isGrid) |
void |
pauseApp()
Pause the internal 3d Application
|
void |
refresh(List<Object[]> objectList,
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
|
void setSelected(int selected, DrawableCombiner3d marker)
int getSelected()
DrawableCombiner3d getMarker()
Canvas getCanvas()
void refresh(List<Object[]> objectList, 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)
Copyright © 2012. All Rights Reserved.