|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACRasterShieldSymbol
COM Interface 'IACRasterShieldSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS raster shield symbol.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID33282097_f60f_402a_a047_c0ec72de5186
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getFont()
The font name. |
IColor |
getFontColor()
The font color. |
int |
getFontSize()
The font size. |
int |
getFontStyle()
The font style. |
java.lang.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. |
java.lang.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(java.lang.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(java.lang.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(java.lang.String uRL)
The url to access the image. |
Field Detail |
---|
static final int IID33282097_f60f_402a_a047_c0ec72de5186
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String uRL) throws java.io.IOException, AutomationException
uRL
- The uRL (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImage(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFont(java.lang.String font) throws java.io.IOException, AutomationException
font
- The font (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFontStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontStyle(int fontStyle) throws java.io.IOException, AutomationException
fontStyle
- A com.esri.arcgis.carto.acFontStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFontSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontSize(int fontSize) throws java.io.IOException, AutomationException
fontSize
- The fontSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getFontColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShadow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadow(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getShadowColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadowColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrintMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrintMode(int printMode) throws java.io.IOException, AutomationException
printMode
- A com.esri.arcgis.carto.acPrintMode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getTextPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextPosition(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLabelMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelMode(int labelMode) throws java.io.IOException, AutomationException
labelMode
- A com.esri.arcgis.carto.acLabelMode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBoundary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundary(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.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 |