|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INestedLegendItem
Provides access to members that work with nested legend items.
See the documentation for ILegendItem.
| Method Summary | |
|---|---|
int |
getHorizontalAlignment()
Horizontal alignment of markers. |
double |
getLeaderOverhang()
Distance that the leaders extend past the circles (points). |
ILineSymbol |
getLeaderSymbol()
Symbol used to draw the leader lines. |
IFillSymbol |
getOutlineSymbol()
Symbol used to draw outlines. |
boolean |
isAutoLayout()
Indicates if text automatically sizes to fit the markers. |
boolean |
isLabelEnds()
Indicates if only the first and last markers are labeled. |
boolean |
isShowOutlines()
Indicates if only the marker outlines are drawn. |
void |
setAutoLayout(boolean autoLayout)
Indicates if text automatically sizes to fit the markers. |
void |
setHorizontalAlignment(int horizAlignment)
Horizontal alignment of markers. |
void |
setLabelEnds(boolean labelEnds)
Indicates if only the first and last markers are labeled. |
void |
setLeaderOverhang(double leaderOverhang)
Distance that the leaders extend past the circles (points). |
void |
setLeaderSymbol(ILineSymbol symbol)
Symbol used to draw the leader lines. |
void |
setOutlineSymbol(IFillSymbol symbol)
Symbol used to draw outlines. |
void |
setShowOutlines(boolean showOutlines)
Indicates if only the marker outlines are drawn. |
| Method Detail |
|---|
void setOutlineSymbol(IFillSymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFillSymbol getOutlineSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLeaderSymbol(ILineSymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILineSymbol getLeaderSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLeaderOverhang(double leaderOverhang)
throws IOException,
AutomationException
leaderOverhang - The leaderOverhang (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLeaderOverhang()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoLayout(boolean autoLayout)
throws IOException,
AutomationException
autoLayout - The autoLayout (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAutoLayout()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelEnds(boolean labelEnds)
throws IOException,
AutomationException
labelEnds - The labelEnds (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLabelEnds()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowOutlines(boolean showOutlines)
throws IOException,
AutomationException
showOutlines - The showOutlines (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowOutlines()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHorizontalAlignment()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHorizontalAlignment(int horizAlignment)
throws IOException,
AutomationException
horizAlignment - A com.esri.arcgis.display.esriTextHorizontalAlignment constant (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 | ||||||||