com.esri.arcgis.carto
Interface IACSymbol

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

public interface IACSymbol
extends Serializable

Provides access to members that control ArcIMS symbols.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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).
 

Method Detail

getTransparency

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setTransparency

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isAntialiasing

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setAntialiasing

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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