com.esri.arcgis.display
Interface IPostScriptColor

All Superinterfaces:
Serializable
All Known Implementing Classes:
CmykColor

public interface IPostScriptColor
extends Serializable

Provides access to members that control the post script color.

Product Availability

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


Method Summary
 String getSpotDescription()
          The description of the spot plate.
 short getSpotPercentage()
          The saturation of the spot plate.
 boolean isOverprint()
          Indicates if the color overprints.
 boolean isSpotColor()
          Indicates if the color is a spot color.
 void setOverprint(boolean flag)
          Indicates if the color overprints.
 void setSpotColor(boolean isSpot)
          Indicates if the color is a spot color.
 void setSpotDescription(String desc)
          The description of the spot plate.
 void setSpotPercentage(short percent)
          The saturation of the spot plate.
 

Method Detail

setOverprint

void setOverprint(boolean flag)
                  throws IOException,
                         AutomationException
Indicates if the color overprints.

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.

isOverprint

boolean isOverprint()
                    throws IOException,
                           AutomationException
Indicates if the color overprints.

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.

setSpotColor

void setSpotColor(boolean isSpot)
                  throws IOException,
                         AutomationException
Indicates if the color is a spot color.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isSpotColor

boolean isSpotColor()
                    throws IOException,
                           AutomationException
Indicates if the color is a spot color.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setSpotDescription

void setSpotDescription(String desc)
                        throws IOException,
                               AutomationException
The description of the spot plate.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getSpotDescription

String getSpotDescription()
                          throws IOException,
                                 AutomationException
The description of the spot plate.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setSpotPercentage

void setSpotPercentage(short percent)
                       throws IOException,
                              AutomationException
The saturation of the spot plate.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getSpotPercentage

short getSpotPercentage()
                        throws IOException,
                               AutomationException
The saturation of the spot plate.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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