|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpotPlateCollection
Provides access to members that control the Collection of Spot Plates.
Spot plates are used for color separation to produce CMYK plates.
The ISpotPlateCollection makes it possible to create plates based
on the individual colors in the CMYK color model. The plates can
then be used by publishers in the generation of printed
material.
The ISpotPlateCollection interface contains a collection of
individual SpotPlate objects. You can use this interface to add,
remove, and generally keep track of the SpotPlate objects that have
been defined.
Method Summary | |
---|---|
void |
add(ISpotPlate spotPlate)
Add an ISpotPlate to the Spot Plate collection. |
int |
getCount()
The count of the Spot Plate collection. |
ISpotPlate |
getSpotPlate(int index)
An ISpotPlate from the Spot Plate collection. |
void |
insert(int index,
ISpotPlate spotPlate)
Insert an ISpotPlate into the Spot Plate collection at position index. |
void |
remove(int index)
Remove ISpotPlate at index from the Spot Plate collection. |
void |
removeAll()
Remove all ISpotPlates from the Spot Plate collection. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpotPlate getSpotPlate(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ISpotPlate spotPlate) throws IOException, AutomationException
spotPlate
- A reference to a com.esri.arcgis.output.ISpotPlate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, ISpotPlate spotPlate) throws IOException, AutomationException
index
- The index (in)spotPlate
- A reference to a com.esri.arcgis.output.ISpotPlate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() 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 |