|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDoubleFillScaleBar
Provides access to members that control a scale bar that uses two fill symbols to draw bar.
Double-fill scale bars are the most advanced scale bars. These use two symbols to create an attractive scale bar. There are currently three types of double-fill scale bars: alternating, double-alternating, and hollow. The graphic shows an example of each.

All double-fill scale bars implement the IDoubleFillScaleBar interface. This interface manages the two fill symbols used when rendering the scale bar.
See also IScaleBar.
| Method Summary | |
|---|---|
IFillSymbol |
getFillSymbol1()
Symbol used to draw the bar. |
IFillSymbol |
getFillSymbol2()
Symbol used to draw the bar. |
void |
setFillSymbol1(IFillSymbol symbol)
Symbol used to draw the bar. |
void |
setFillSymbol2(IFillSymbol symbol)
Symbol used to draw the bar. |
| Method Detail |
|---|
IFillSymbol getFillSymbol1()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFillSymbol1(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 getFillSymbol2()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFillSymbol2(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||