|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.support.ms.stdole.StdPicture
| Constructor Summary | |
StdPicture()
Constructs a StdPicture using ArcGIS Engine. |
|
StdPicture(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IPicture |
getAsIPicture()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
Picture |
getAsPicture()
|
int |
getAttributes()
|
static java.lang.String |
getClsid()
|
int |
getCurDC()
|
int |
getHandle()
|
int |
getHeight()
|
int |
getHPal()
|
short |
getType()
|
int |
getWidth()
|
int |
hashCode()
the hashcode for this object |
boolean |
isKeepOriginalFormat()
|
void |
pictureChanged()
|
void |
render(int hdc,
int x,
int y,
int cx,
int cy,
int xSrc,
int ySrc,
int cxSrc,
int cySrc,
int prcWBounds)
|
void |
saveAsFile(int pstm,
boolean fSaveMemCopy,
int[] pcbSize)
|
void |
selectPicture(int hdcIn,
int[] phdcOut,
int[] phbmpOut)
|
void |
setHandle(int rhs)
|
void |
setHdc(int hdc)
|
void |
setHeight(int rhs)
|
void |
setHPal(int rhs)
|
void |
setKeepOriginalFormat(boolean pfkeep)
|
void |
setType(short rhs)
|
void |
setWidth(int rhs)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StdPicture()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public StdPicture(java.lang.Object obj)
throws java.io.IOException
obj to StdPicture. StdPicture theStdPicture = (StdPicture) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public Picture getAsPicture()
public IPicture getAsIPicture()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getHandle()
throws java.io.IOException,
AutomationException
getHandle in interface Picturejava.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 Picturerhs - 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 PictureAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setHPal(int rhs)
throws java.io.IOException,
AutomationException
setHPal in interface Picturerhs - The rhs (A COM typedef) )
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public short getType()
throws java.io.IOException,
AutomationException
getType in interface PictureAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setType(short rhs)
throws java.io.IOException,
AutomationException
setType in interface Picturerhs - The rhs)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface Picturejava.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 Picturerhs - The rhs (A COM typedef) )
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getHeight()
throws java.io.IOException,
AutomationException
getHeight in interface PictureAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setHeight(int rhs)
throws java.io.IOException,
AutomationException
setHeight in interface Picturerhs - The rhs (A COM typedef) )
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
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 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getCurDC()
throws java.io.IOException,
AutomationException
getCurDC in interface IPicturejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void selectPicture(int hdcIn,
int[] phdcOut,
int[] phbmpOut)
throws java.io.IOException,
AutomationException
selectPicture in interface IPicturehdcIn - The hdcIn (in)phdcOut - The phdcOut (out: use single element array)phbmpOut - The phbmpOut (A COM typedef) (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isKeepOriginalFormat()
throws java.io.IOException,
AutomationException
isKeepOriginalFormat in interface IPictureAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setKeepOriginalFormat(boolean pfkeep)
throws java.io.IOException,
AutomationException
setKeepOriginalFormat in interface IPicturepfkeep - The pfkeep (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void pictureChanged()
throws java.io.IOException,
AutomationException
pictureChanged in interface IPicturejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveAsFile(int pstm,
boolean fSaveMemCopy,
int[] pcbSize)
throws java.io.IOException,
AutomationException
saveAsFile in interface IPicturepstm - A COM void* (in)fSaveMemCopy - The fSaveMemCopy (in)pcbSize - The pcbSize (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getAttributes()
throws java.io.IOException,
AutomationException
getAttributes in interface IPicturejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHdc(int hdc)
throws java.io.IOException,
AutomationException
setHdc in interface IPicturehdc - The hdc (A COM typedef) (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||