|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpotPlate
Provides access to members that control the Spot Color Plate.
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.
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 |
---|
void setColor(IPostScriptColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IPostScriptColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPostScriptColor getColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSeparate(int separate) throws IOException, AutomationException
separate
- A com.esri.arcgis.output.esriPSDriverSeparates constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSeparate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScreenAngle(double angle) throws IOException, AutomationException
angle
- The angle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScreenAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |