com.esri.arcgis.carto
Interface IACSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACCalloutMarkerSymbol, ACGradientFillSymbol, ACHashLineSymbol, ACRasterFillSymbol, ACRasterMarkerSymbol, ACRasterShieldSymbol, ACShieldSymbol, ACSimpleFillSymbol, ACSimpleLineSymbol, ACSimpleMarkerSymbol, ACSimplePolygonSymbol, ACTextMarkerSymbol, ACTextSymbol, ACTrueTypeMarkerSymbol, IACSymbolProxy

public interface IACSymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control ArcIMS symbols.' 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 IIDc6c1b35e_90da_4b32_93dd_71465f502cce
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getTransparency()
          The transparency in percent (0-100).
 boolean isAntialiasing()
          Indicates if the antialias is ON or OFF.
 void setAntialiasing(boolean flag)
          Indicates if the antialias is ON or OFF.
 void setTransparency(double trans)
          The transparency in percent (0-100).
 

Field Detail

IIDc6c1b35e_90da_4b32_93dd_71465f502cce

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

getTransparency

double getTransparency()
                       throws java.io.IOException,
                              AutomationException
The transparency in percent (0-100).

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

setTransparency

void setTransparency(double trans)
                     throws java.io.IOException,
                            AutomationException
The transparency in percent (0-100).

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

isAntialiasing

boolean isAntialiasing()
                       throws java.io.IOException,
                              AutomationException
Indicates if the antialias is ON or OFF.

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

setAntialiasing

void setAntialiasing(boolean flag)
                     throws java.io.IOException,
                            AutomationException
Indicates if the antialias is ON or OFF.

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