com.esri.arcgis.output
Interface ISpotPlate

All Superinterfaces:
Serializable
All Known Implementing Classes:
SpotPlate

public interface ISpotPlate
extends Serializable

Provides access to members that control the Spot Color Plate.

Remarks

This interface allows specification of the color separation (cyan, yellow, magenta, or black) to create with the PostScript driver. The Color property takes an IPostScriptColor object, which sets saturation and overprint parameters for the separation.

Product Availability

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


Method Summary
 IPostScriptColor getColor()
          The Color for Separation.
 double getScreenAngle()
          The Screen Angle for the Separation.
 int getSeparate()
          The Separation will be used.
 void setColor(IPostScriptColor color)
          The Color for Separation.
 void setScreenAngle(double angle)
          The Screen Angle for the Separation.
 void setSeparate(int separate)
          The Separation will be used.
 

Method Detail

setColor

void setColor(IPostScriptColor color)
              throws IOException,
                     AutomationException
The Color for Separation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
color - A reference to a com.esri.arcgis.display.IPostScriptColor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

IPostScriptColor getColor()
                          throws IOException,
                                 AutomationException
The Color for Separation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.display.IPostScriptColor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSeparate

void setSeparate(int separate)
                 throws IOException,
                        AutomationException
The Separation will be used.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
separate - A com.esri.arcgis.output.esriPSDriverSeparates constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSeparate

int getSeparate()
                throws IOException,
                       AutomationException
The Separation will be used.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A com.esri.arcgis.output.esriPSDriverSeparates constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScreenAngle

void setScreenAngle(double angle)
                    throws IOException,
                           AutomationException
The Screen Angle for the Separation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getScreenAngle

double getScreenAngle()
                      throws IOException,
                             AutomationException
The Screen Angle for the Separation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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