com.esri.arcgis.output
Interface ISpotPlate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISpotPlateProxy, SpotPlate

public interface ISpotPlate
extends java.io.Serializable

COM Interface 'ISpotPlate'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the Spot Color Plate.' 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 IID481614e4_9407_11d1_9127_0000f87808ee
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID481614e4_9407_11d1_9127_0000f87808ee

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

setColor

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

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

getColor

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

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

setSeparate

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

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

getSeparate

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

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

setScreenAngle

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

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

getScreenAngle

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

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