|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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(java.lang.Object obj)
|
protected |
PictureProxy(java.lang.Object obj,
java.lang.String iid)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
int |
getHandle()
getHandle |
int |
getHeight()
getHeight |
int |
getHPal()
getHPal |
short |
getType()
getType |
int |
getWidth()
getWidth |
void |
removeListener(java.lang.String iidStr,
java.lang.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 |
java.awt.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(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected PictureProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getHandle() throws java.io.IOException, AutomationException
getHandle
in interface Picture
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHandle(int rhs) throws java.io.IOException, AutomationException
setHandle
in interface Picture
rhs
- The rhs (A COM typedef) )
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHPal() throws java.io.IOException, AutomationException
getHPal
in interface Picture
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHPal(int rhs) throws java.io.IOException, AutomationException
setHPal
in interface Picture
rhs
- The rhs (A COM typedef) )
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getType() throws java.io.IOException, AutomationException
getType
in interface Picture
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setType(short rhs) throws java.io.IOException, AutomationException
setType
in interface Picture
rhs
- The rhs )
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface Picture
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int rhs) throws java.io.IOException, AutomationException
setWidth
in interface Picture
rhs
- The rhs (A COM typedef) )
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws java.io.IOException, AutomationException
getHeight
in interface Picture
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(int rhs) throws java.io.IOException, AutomationException
setHeight
in interface Picture
rhs
- The rhs (A COM typedef) )
java.io.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 java.io.IOException, AutomationException
render
in interface Picture
hdc
- 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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.awt.Image toImage() throws java.io.IOException
toImage
in interface Picture
java.io.IOException
- If there are interop problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |