|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACGradientFillSymbol
Provides access to members that control ArcIMS gradient fill symbol.
Method Summary | |
---|---|
IColor |
getFinishColor()
The end color. |
IColor |
getStartColor()
The start color. |
int |
getType()
The fill type. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
void |
setFinishColor(IColor color)
The end color. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setStartColor(IColor color)
The start color. |
void |
setType(int type)
The fill type. |
Method Detail |
---|
int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.carto.acGradientFillType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getStartColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getFinishColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFinishColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverlap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlap(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |