|
synchronized void | delete () |
|
void | swigReleaseOwnership () |
|
void | swigTakeOwnership () |
|
EditMode | GetEditMode () |
|
void | SetEditMode (EditMode val) |
|
long | GetWidth () |
|
long | GetHeight () |
|
float | GetZoomFactor () |
|
void | SetZoomFactor (float val) |
|
boolean | Initialize (int hWindow, long width, long height) |
|
void | Destroy () |
|
float | GetTimeTicks () |
|
void | OnTime (float timeTick) |
|
int | Redraw (float timeTick) |
|
void | NewFrame (float timeTick) |
|
ViewContext | GetContext () |
|
void | ZoomToExtend () |
|
boolean | CaptureScreenShot (String fileName) |
|
void | SetBackgroundColor (Vector4 clr) |
|
void | SetBackground (Background background) |
|
Background | GetBackground () |
|
void | SetCoordinateGrid (CoordinateGridWidget grid) |
|
CoordinateGridWidget | GetCoordinateGrid () |
|
void | ShowCoordinateWidget (boolean bShow) |
|
void | SetCoordinateWidgetPosition (short position) |
|
Vector3 | ScreenPointToWorldPoint (long x, long y, float z) |
|
Vector3 | WorldPointToSceenPoint (Vector3 pt) |
|
void | SetStandardView (EnumStandardView view) |
|
void | Resize (long width, long height) |
|
void | OnMouseDown (InputEvent evt) |
|
void | OnMouseUp (InputEvent evt) |
|
void | OnMouseMove (InputEvent evt) |
|
void | OnMouseWheel (InputEvent evt, int delta) |
|
void | OnKeyDown (InputEvent evt) |
|
void | OnKeyUp (InputEvent evt) |
|