com.esri.arcgis.carto
Interface IACTrueTypeMarkerSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACTrueTypeMarkerSymbol, IACTrueTypeMarkerSymbolProxy

public interface IACTrueTypeMarkerSymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control ArcIMS true type marker 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 IIDa9998c07_2def_4a3f_96f4_b0a9878daf5a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAngle()
          The angle of the marker.
 int getCharacter()
          The character index in the font.
 java.lang.String getFont()
          The font name.
 IColor getFontColor()
          The font color.
 int getFontSize()
          The font size.
 int getFontStyle()
          The font style.
 IColor getGlowingColor()
          The glowing color.
 IColor getOutlineColor()
          The outline color.
 IColor getShadowColor()
          The shadow color.
 boolean isGlowing()
          Indicates if the glow is used.
 boolean isOutline()
          Indicates if the outline is used.
 boolean isOverlap()
          Indicates if labels can overlap this symbol.
 boolean isShadow()
          Indicates if the shadow is used.
 void setAngle(double angle)
          The angle of the marker.
 void setCharacter(int value)
          The character index in the font.
 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 setGlowing(boolean flag)
          Indicates if the glow is used.
 void setGlowingColor(IColor color)
          The glowing color.
 void setOutline(boolean flag)
          Indicates if the outline is used.
 void setOutlineColor(IColor color)
          The outline color.
 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.
 

Field Detail

IIDa9998c07_2def_4a3f_96f4_b0a9878daf5a

static final int IIDa9998c07_2def_4a3f_96f4_b0a9878daf5a
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.

isOutline

boolean isOutline()
                  throws java.io.IOException,
                         AutomationException
Indicates if the outline is used.

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

setOutline

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

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

getOutlineColor

IColor getOutlineColor()
                       throws java.io.IOException,
                              AutomationException
The outline 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.

setOutlineColor

void setOutlineColor(IColor color)
                     throws java.io.IOException,
                            AutomationException
The outline 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.

isGlowing

boolean isGlowing()
                  throws java.io.IOException,
                         AutomationException
Indicates if the glow is used.

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

setGlowing

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

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

getGlowingColor

IColor getGlowingColor()
                       throws java.io.IOException,
                              AutomationException
The glowing 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.

setGlowingColor

void setGlowingColor(IColor color)
                     throws java.io.IOException,
                            AutomationException
The glowing 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.

getCharacter

int getCharacter()
                 throws java.io.IOException,
                        AutomationException
The character index in the font.

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

setCharacter

void setCharacter(int value)
                  throws java.io.IOException,
                         AutomationException
The character index in the font.

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

getAngle

double getAngle()
                throws java.io.IOException,
                       AutomationException
The angle of the marker.

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

setAngle

void setAngle(double angle)
              throws java.io.IOException,
                     AutomationException
The angle of the marker.

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

isOverlap

boolean isOverlap()
                  throws java.io.IOException,
                         AutomationException
Indicates if labels can overlap this symbol.

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

setOverlap

void setOverlap(boolean flag)
                throws java.io.IOException,
                       AutomationException
Indicates if labels can overlap this symbol.

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