com.esri.arcgis.display
Interface IPostScriptColor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CmykColor, IPostScriptColorProxy

public interface IPostScriptColor
extends java.io.Serializable

COM Interface 'IPostScriptColor'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the post script color.' 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 IID6060613e_1233_11d3_9f45_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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(java.lang.String desc)
          The description of the spot plate.
 void setSpotPercentage(short percent)
          The saturation of the spot plate.
 

Field Detail

IID6060613e_1233_11d3_9f45_00c04f6bc709

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

setOverprint

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

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

isOverprint

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

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

setSpotColor

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

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

isSpotColor

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

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

setSpotDescription

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

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

getSpotDescription

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

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

setSpotPercentage

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

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

getSpotPercentage

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

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