|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IACSimpleMarkerSymbol
Provides access to members that control ArcIMS simple marker symbol.
| Method Summary | |
|---|---|
IColor |
getColor()
The marker color. |
IColor |
getOutlineColor()
The outline color. |
IColor |
getShadowColor()
The shadow color. |
int |
getType()
The marker type. |
int |
getWidth()
The marker width in pixels. |
boolean |
isOutline()
Indicates if the outline is used. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
boolean |
isShadow()
Indicates if the shadow is used. |
void |
setColor(IColor color)
The marker color. |
void |
setOutline(boolean flag)
Indicates if the outline is used. |
void |
setOutlineColor(IColor color)
The outline color. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setShadow(boolean flag)
Indicates if the shadow is used. |
void |
setShadowColor(IColor color)
The shadow color. |
void |
setType(int type)
The marker type. |
void |
setWidth(int width)
The marker width in pixels. |
| Method Detail |
|---|
boolean isOutline()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutline(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getOutlineColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutlineColor(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 isShadow()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShadow(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getShadowColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShadowColor(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.
IColor getColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColor(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.
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.acMarkerType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(int width)
throws IOException,
AutomationException
width - The width (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 | ||||||||