|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACRasterMarkerSymbol
Provides access to members that control ArcIMS raster marker symbol.
Method Summary | |
---|---|
int |
getHeight()
The height of the bitmap in pixels. |
IPoint |
getHotSpot()
The hotspot of the bitmap. |
String |
getImage()
The path to the image. |
IColor |
getShadowColor()
The shadow color. |
String |
getURL()
The url to access the image. |
int |
getWidth()
The width of the bitmap in pixels. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
boolean |
isShadow()
Indicates if the shadow is used. |
void |
setHeight(int height)
The height of the bitmap in pixels. |
void |
setHotSpot(IPoint point)
The hotspot of the bitmap. |
void |
setImage(String path)
The path to the image. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setShadow(boolean flag)
Indicates if the shadow is used. |
void |
setShadowColor(IColor color)
The shadow color. |
void |
setURL(String uRL)
The url to access the image. |
void |
setWidth(int width)
The width of the bitmap in pixels. |
Method Detail |
---|
String getURL() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(String uRL) throws IOException, AutomationException
uRL
- The uRL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getImage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImage(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverlap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlap(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int width) throws IOException, AutomationException
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(int height) throws IOException, AutomationException
height
- The height (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getHotSpot() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHotSpot(IPoint point) throws IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShadow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadow(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getShadowColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadowColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
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 |