|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACRasterShieldSymbol
Provides access to members that control ArcIMS raster shield symbol.
Method Summary | |
---|---|
String |
getFont()
The font name. |
IColor |
getFontColor()
The font color. |
int |
getFontSize()
The font size. |
int |
getFontStyle()
The font style. |
String |
getImage()
The path to the image. |
int |
getLabelMode()
The label mode. |
int |
getPrintMode()
The print mode. |
IColor |
getShadowColor()
The shadow color. |
IPoint |
getTextPosition()
The text position on the bitmap. |
String |
getURL()
The url to access the image. |
boolean |
isBoundary()
Indicates if a boundary is drawn. |
boolean |
isShadow()
Indicates if the shadow is used. |
void |
setBoundary(boolean flag)
Indicates if a boundary is drawn. |
void |
setFont(String font)
The font name. |
void |
setFontColor(IColor color)
The font color. |
void |
setFontSize(int fontSize)
The font size. |
void |
setFontStyle(int fontStyle)
The font style. |
void |
setImage(String path)
The path to the image. |
void |
setLabelMode(int labelMode)
The label mode. |
void |
setPrintMode(int printMode)
The print mode. |
void |
setShadow(boolean flag)
Indicates if the shadow is used. |
void |
setShadowColor(IColor color)
The shadow color. |
void |
setTextPosition(IPoint point)
The text position on the bitmap. |
void |
setURL(String uRL)
The url to access the image. |
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.String getFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFont(String font) throws IOException, AutomationException
font
- The font (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFontStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontStyle(int fontStyle) throws IOException, AutomationException
fontStyle
- A com.esri.arcgis.carto.acFontStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFontSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontSize(int fontSize) throws IOException, AutomationException
fontSize
- The fontSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getFontColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontColor(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.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.int getPrintMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrintMode(int printMode) throws IOException, AutomationException
printMode
- A com.esri.arcgis.carto.acPrintMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getTextPosition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextPosition(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.int getLabelMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelMode(int labelMode) throws IOException, AutomationException
labelMode
- A com.esri.arcgis.carto.acLabelMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBoundary() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundary(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |