|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineProperties
Provides access to members that control the properties common to several line types.
ILineDecorationElement
,
IHashLineSymbol
,
ILineProperties
,
ILineDecoration
,
ILineSymbol
,
ITemplate
,
ICartographicLineSymbol
,
IMultiLayerLineSymbol
,
IPictureLineSymbol
Method Summary | |
---|---|
ILineDecoration |
getLineDecoration()
Line decoration element collection. |
double |
getLineStartOffset()
The line start offset. |
double |
getOffset()
The line offset value. |
ITemplate |
getTemplate()
The line template. |
boolean |
isDecorationOnTop()
Indicates if the decoration is drawn on top. |
boolean |
isFlip()
Indicates if the line symbol is flipped. |
void |
setDecorationOnTop(boolean onTop)
Indicates if the decoration is drawn on top. |
void |
setFlip(boolean flip)
Indicates if the line symbol is flipped. |
void |
setLineDecorationByRef(ILineDecoration lineDecoration)
Line decoration element collection. |
void |
setLineStartOffset(double offset)
The line start offset. |
void |
setOffset(double offset)
The line offset value. |
void |
setTemplateByRef(ITemplate theTemplate)
The line template. |
Method Detail |
---|
ILineDecoration getLineDecoration() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineDecorationElement
,
ILineDecoration
void setLineDecorationByRef(ILineDecoration lineDecoration) throws IOException, AutomationException
lineDecoration
- A reference to a com.esri.arcgis.display.ILineDecoration (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineDecorationElement
,
ILineDecoration
boolean isDecorationOnTop() throws IOException, AutomationException
DecorationOnTop is a Boolean indicator for drawing the decorations either above or below the line. The default is False which will draw the line on top of the decoration.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDecorationOnTop(boolean onTop) throws IOException, AutomationException
DecorationOnTop is a Boolean indicator for drawing the decorations either above or below the line. The default is False which will draw the line on top of the decoration.
onTop
- The onTop (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFlip() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlip(boolean flip) throws IOException, AutomationException
flip
- The flip (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getOffset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOffset(double offset) throws IOException, AutomationException
offset
- The offset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLineStartOffset() throws IOException, AutomationException
Specifies in points (approx. 1/72 of an inch) the distance the decoration will be offset from the start of the line.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineStartOffset(double offset) throws IOException, AutomationException
Specifies in points (approx. 1/72 of an inch) the distance the decoration will be offset from the start of the line.
offset
- The offset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITemplate getTemplate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITemplate
,
ILineProperties.getTemplate()
,
ILineProperties.setTemplateByRef(com.esri.arcgis.display.ITemplate)
void setTemplateByRef(ITemplate theTemplate) throws IOException, AutomationException
theTemplate
- A reference to a com.esri.arcgis.display.ITemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITemplate
,
ILineProperties.getTemplate()
,
ILineProperties.setTemplateByRef(com.esri.arcgis.display.ITemplate)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |