com.esri.arcgis.carto
Interface IACRasterShieldSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACRasterShieldSymbol, IACRasterShieldSymbolProxy

public interface IACRasterShieldSymbol
extends java.io.Serializable

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

IID33282097_f60f_402a_a047_c0ec72de5186

static final int IID33282097_f60f_402a_a047_c0ec72de5186
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The url to access the image.

Returns:
The uRL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

void setURL(java.lang.String uRL)
            throws java.io.IOException,
                   AutomationException
The url to access the image.

Parameters:
uRL - The uRL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImage

java.lang.String getImage()
                          throws java.io.IOException,
                                 AutomationException
The path to the image.

Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImage

void setImage(java.lang.String path)
              throws java.io.IOException,
                     AutomationException
The path to the image.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFont

java.lang.String getFont()
                         throws java.io.IOException,
                                AutomationException
The font name.

Returns:
The font
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFont

void setFont(java.lang.String font)
             throws java.io.IOException,
                    AutomationException
The font name.

Parameters:
font - The font (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFontStyle

int getFontStyle()
                 throws java.io.IOException,
                        AutomationException
The font style.

Returns:
A com.esri.arcgis.carto.acFontStyle constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFontStyle

void setFontStyle(int fontStyle)
                  throws java.io.IOException,
                         AutomationException
The font style.

Parameters:
fontStyle - A com.esri.arcgis.carto.acFontStyle constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFontSize

int getFontSize()
                throws java.io.IOException,
                       AutomationException
The font size.

Returns:
The fontSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFontSize

void setFontSize(int fontSize)
                 throws java.io.IOException,
                        AutomationException
The font size.

Parameters:
fontSize - The fontSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFontColor

IColor getFontColor()
                    throws java.io.IOException,
                           AutomationException
The font color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFontColor

void setFontColor(IColor color)
                  throws java.io.IOException,
                         AutomationException
The font color.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShadow

boolean isShadow()
                 throws java.io.IOException,
                        AutomationException
Indicates if the shadow is used.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShadow

void setShadow(boolean flag)
               throws java.io.IOException,
                      AutomationException
Indicates if the shadow is used.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShadowColor

IColor getShadowColor()
                      throws java.io.IOException,
                             AutomationException
The shadow color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShadowColor

void setShadowColor(IColor color)
                    throws java.io.IOException,
                           AutomationException
The shadow color.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrintMode

int getPrintMode()
                 throws java.io.IOException,
                        AutomationException
The print mode.

Returns:
A com.esri.arcgis.carto.acPrintMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrintMode

void setPrintMode(int printMode)
                  throws java.io.IOException,
                         AutomationException
The print mode.

Parameters:
printMode - A com.esri.arcgis.carto.acPrintMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextPosition

IPoint getTextPosition()
                       throws java.io.IOException,
                              AutomationException
The text position on the bitmap.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextPosition

void setTextPosition(IPoint point)
                     throws java.io.IOException,
                            AutomationException
The text position on the bitmap.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelMode

int getLabelMode()
                 throws java.io.IOException,
                        AutomationException
The label mode.

Returns:
A com.esri.arcgis.carto.acLabelMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabelMode

void setLabelMode(int labelMode)
                  throws java.io.IOException,
                         AutomationException
The label mode.

Parameters:
labelMode - A com.esri.arcgis.carto.acLabelMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBoundary

boolean isBoundary()
                   throws java.io.IOException,
                          AutomationException
Indicates if a boundary is drawn.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBoundary

void setBoundary(boolean flag)
                 throws java.io.IOException,
                        AutomationException
Indicates if a boundary is drawn.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.