public interface Picture
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getHandle()
getHandle
|
int |
getHeight()
getHeight
|
int |
getHPal()
getHPal
|
short |
getType()
getType
|
int |
getWidth()
getWidth
|
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
|
int getHandle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHandle(int rhs)
throws java.io.IOException,
AutomationException
rhs - The rhs (A COM typedef) )java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getHPal()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHPal(int rhs)
throws java.io.IOException,
AutomationException
rhs - The rhs (A COM typedef) )java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.short getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setType(short rhs)
throws java.io.IOException,
AutomationException
rhs - The rhs )java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setWidth(int rhs)
throws java.io.IOException,
AutomationException
rhs - The rhs (A COM typedef) )java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHeight(int rhs)
throws java.io.IOException,
AutomationException
rhs - The rhs (A COM typedef) )java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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
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.java.awt.Image toImage()
throws java.io.IOException
java.io.IOException - If there are interop problems.