|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILineDecoration
Provides access to members that control the line decoration.
ILineDecorationElement,
ILineDecoration| Method Summary | |
|---|---|
void |
addElement(ILineDecorationElement lineDecorationElement)
Adds an element. |
void |
clearElements()
Clears all line decoration elements. |
void |
deleteElement(int index)
Deletes the element at the given index. |
void |
draw(int hDC,
ITransformation transform,
IGeometry lineGeometry)
Draws the given line geometry. |
ILineDecorationElement |
getElement(int index)
The element at the given position. |
int |
getElementCount()
The number of line decoration elements. |
void |
moveElement(ILineDecorationElement element,
int toIndex)
Moves a line decoration element to the given index. |
void |
queryBoundary(int hDC,
ITransformation transform,
IGeometry lineGeometry,
IPolygon boundary)
Queries for the boundary of the given line geometry. |
| Method Detail |
|---|
void addElement(ILineDecorationElement lineDecorationElement)
throws IOException,
AutomationException
lineDecorationElement - A reference to a com.esri.arcgis.display.ILineDecorationElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteElement(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveElement(ILineDecorationElement element,
int toIndex)
throws IOException,
AutomationException
element - A reference to a com.esri.arcgis.display.ILineDecorationElement (in)toIndex - The toIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearElements()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILineDecorationElement getElement(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getElementCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryBoundary(int hDC,
ITransformation transform,
IGeometry lineGeometry,
IPolygon boundary)
throws IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)lineGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)boundary - A reference to a com.esri.arcgis.geometry.IPolygon (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw(int hDC,
ITransformation transform,
IGeometry lineGeometry)
throws IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)lineGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (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 | ||||||||