|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that conrtrol the scene viewer.
| Method Summary | |
void |
clearGesture()
Clears the last gesture. |
void |
drawToMetafile(int hDC,
float resolutionFactor,
int left,
int top,
int right,
int bottom,
boolean bOffScreen)
Draws the contents of the viewer to a device. |
ICamera |
getCamera()
The scene viewer's camera. |
java.lang.String |
getCaption()
The scene viewer's caption. |
int |
getGestureSensitivity()
The gesture sensitivity as indicated by number of pixels. |
int |
getHDC()
The associated device context. |
int |
getHWnd()
The associated window handle. |
ISceneGraph |
getSceneGraph()
The scene viewer's scene graph. |
void |
getScreenShot(int type,
java.lang.String fileName)
Saves the content of the scene viewer and any windows superimposed on the scene viewer as an image. |
void |
getSnapshot(int width,
int height,
int type,
java.lang.String fileName)
Saves the content of the scene viewer as an image. |
boolean |
isGestureEnabled()
Indicates if gesturing is enabled. |
void |
overrideDefaultHandler()
Supersedes the default event handler. |
void |
redraw(boolean cameraMoved)
Redraws the scene viewer. |
void |
setCameraByRef(ICamera ppCamera)
The scene viewer's camera. |
void |
setCaption(java.lang.String pCaption)
The scene viewer's caption. |
void |
setGestureEnabled(boolean pbEnabled)
Indicates if gesturing is enabled. |
void |
setGestureSensitivity(int pcPixels)
The gesture sensitivity as indicated by number of pixels. |
void |
setSceneGraphByRef(ISceneGraph ppSceneGraph)
The scene viewer's scene graph. |
| Method Detail |
public java.lang.String getCaption()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCaption(java.lang.String pCaption)
throws java.io.IOException,
AutomationException
pCaption - The pCaption (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISceneGraph getSceneGraph()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSceneGraphByRef(ISceneGraph ppSceneGraph)
throws java.io.IOException,
AutomationException
ppSceneGraph - A reference to a com.esri.arcgis.analyst3d.ISceneGraph (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICamera getCamera()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCameraByRef(ICamera ppCamera)
throws java.io.IOException,
AutomationException
ppCamera - A reference to a com.esri.arcgis.analyst3d.ICamera (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void redraw(boolean cameraMoved)
throws java.io.IOException,
AutomationException
cameraMoved - The cameraMoved (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawToMetafile(int hDC,
float resolutionFactor,
int left,
int top,
int right,
int bottom,
boolean bOffScreen)
throws java.io.IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)resolutionFactor - The resolutionFactor (in)left - The left (in)top - The top (in)right - The right (in)bottom - The bottom (in)bOffScreen - The bOffScreen (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSnapshot(int width,
int height,
int type,
java.lang.String fileName)
throws java.io.IOException,
AutomationException
width - The width (in)height - The height (in)type - A com.esri.arcgis.analyst3d.esri3DOutputImageType constant (in)fileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getScreenShot(int type,
java.lang.String fileName)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.analyst3d.esri3DOutputImageType constant (in)fileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHDC()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGestureSensitivity(int pcPixels)
throws java.io.IOException,
AutomationException
pcPixels - The pcPixels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGestureSensitivity()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGestureEnabled(boolean pbEnabled)
throws java.io.IOException,
AutomationException
pbEnabled - The pbEnabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isGestureEnabled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearGesture()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void overrideDefaultHandler()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||