com.esri.arcgis.carto
Interface IACShieldSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACShieldSymbol, IACShieldSymbolProxy

public interface IACShieldSymbol
extends java.io.Serializable

COM Interface 'IACShieldSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ArcIMS 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 IID8ac3acb5_a6ea_4306_bc73_4eb4d211000e
           
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.
 int getLabelMode()
          The label mode.
 int getMinSize()
          The shield size.
 IColor getShadowColor()
          The shadow color.
 int getType()
          The shield type.
 boolean isShadow()
          Indicates if the shadow is used.
 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 setLabelMode(int labelMode)
          The label mode.
 void setMinSize(int size)
          The shield size.
 void setShadow(boolean flag)
          Indicates if the shadow is used.
 void setShadowColor(IColor color)
          The shadow color.
 void setType(int type)
          The shield type.
 

Field Detail

IID8ac3acb5_a6ea_4306_bc73_4eb4d211000e

static final int IID8ac3acb5_a6ea_4306_bc73_4eb4d211000e
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

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.

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.

getMinSize

int getMinSize()
               throws java.io.IOException,
                      AutomationException
The shield size.

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

setMinSize

void setMinSize(int size)
                throws java.io.IOException,
                       AutomationException
The shield size.

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The shield type.

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

setType

void setType(int type)
             throws java.io.IOException,
                    AutomationException
The shield type.

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