|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.output.SpotPlate
public class SpotPlate
Class used to print maps with a PostScript Spot Plate.
Constructor Summary | |
---|---|
SpotPlate()
Constructs a SpotPlate using ArcGIS Engine. |
|
SpotPlate(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SpotPlate theSpotPlate = (SpotPlate) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IPostScriptColor |
getColor()
The Color for Separation. |
double |
getScreenAngle()
The Screen Angle for the Separation. |
int |
getSeparate()
The Separation will be used. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public SpotPlate() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SpotPlate(Object obj) throws IOException
SpotPlate theSpotPlate = (SpotPlate) obj;
obj
to SpotPlate
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setColor(IPostScriptColor color) throws IOException, AutomationException
setColor
in interface ISpotPlate
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.public IPostScriptColor getColor() throws IOException, AutomationException
getColor
in interface ISpotPlate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSeparate(int separate) throws IOException, AutomationException
setSeparate
in interface ISpotPlate
separate
- A com.esri.arcgis.output.esriPSDriverSeparates constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSeparate() throws IOException, AutomationException
getSeparate
in interface ISpotPlate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScreenAngle(double angle) throws IOException, AutomationException
setScreenAngle
in interface ISpotPlate
angle
- The angle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScreenAngle() throws IOException, AutomationException
getScreenAngle
in interface ISpotPlate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 |