|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.support.ms.stdole.PictureProxy
public class PictureProxy
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
PictureProxy()
|
|
PictureProxy(Object obj)
|
protected |
PictureProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getHandle()
getHandle |
int |
getHeight()
getHeight |
int |
getHPal()
getHPal |
short |
getType()
getType |
int |
getWidth()
getWidth |
void |
removeListener(String iidStr,
Object theListener)
|
void |
render(int hdc,
int x,
int y,
int cx,
int cy,
int xSrc,
int ySrc,
int cxSrc,
int cySrc,
int prcWBounds)
render |
void |
setHandle(int rhs)
setHandle |
void |
setHeight(int rhs)
setHeight |
void |
setHPal(int rhs)
setHPal |
void |
setType(short rhs)
setType |
void |
setWidth(int rhs)
setWidth |
Image |
toImage()
Converts this Picture to a Java Image |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PictureProxy()
public PictureProxy(Object obj)
throws IOException
IOException
protected PictureProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getHandle()
throws IOException,
AutomationException
getHandle in interface PictureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHandle(int rhs)
throws IOException,
AutomationException
setHandle in interface Picturerhs - The rhs (A COM typedef) )
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHPal()
throws IOException,
AutomationException
getHPal in interface PictureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHPal(int rhs)
throws IOException,
AutomationException
setHPal in interface Picturerhs - The rhs (A COM typedef) )
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getType()
throws IOException,
AutomationException
getType in interface PictureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setType(short rhs)
throws IOException,
AutomationException
setType in interface Picturerhs - The rhs )
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWidth()
throws IOException,
AutomationException
getWidth in interface PictureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWidth(int rhs)
throws IOException,
AutomationException
setWidth in interface Picturerhs - The rhs (A COM typedef) )
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHeight()
throws IOException,
AutomationException
getHeight in interface PictureIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeight(int rhs)
throws IOException,
AutomationException
setHeight in interface Picturerhs - The rhs (A COM typedef) )
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void render(int hdc,
int x,
int y,
int cx,
int cy,
int xSrc,
int ySrc,
int cxSrc,
int cySrc,
int prcWBounds)
throws IOException,
AutomationException
render in interface Picturehdc - The hdc (in)x - The x (in)y - The y (in)cx - The cx (in)cy - The cy (in)xSrc - The xSrc (A COM typedef) (in)ySrc - The ySrc (A COM typedef) (in)cxSrc - The cxSrc (A COM typedef) (in)cySrc - The cySrc (A COM typedef) (in)prcWBounds - A COM void* (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Image toImage()
throws IOException
toImage in interface PictureIOException - If there are interop problems.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||