|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleMarkerSymbol
Provides access to members that control the simple marker symbol.
ISimpleMarkerSymbol is used to create a marker symbol comprised of a predefinded set of styles. The availble styles are provided by the esriSimpleMarkerStyle enumeration. Optionally, an Outline may be placed around the outside edge of the symbol. Use the IMarkerSymbol interface to set additional properties for ISimpleMarkerSymbols.
Method Summary | |
---|---|
IColor |
getOutlineColor()
Outline color. |
double |
getOutlineSize()
Outline diameter. |
int |
getStyle()
Marker style. |
boolean |
isOutline()
Indicates if the symbol outline will draw. |
void |
setOutline(boolean outline)
Indicates if the symbol outline will draw. |
void |
setOutlineColor(IColor outlineColor)
Outline color. |
void |
setOutlineSize(double size)
Outline diameter. |
void |
setStyle(int style)
Marker style. |
Methods inherited from interface com.esri.arcgis.display.IMarkerSymbol |
---|
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset |
Method Detail |
---|
int getStyle() throws IOException, AutomationException
Style is the enumeration that controls the pattern used as the marker. The avaialble line options include: esriSMSCircle, esriSMSCross, esriSMSDiamond, esriSMSSquare and esriSMSX. esriSMSCircle is the default Style.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(int style) throws IOException, AutomationException
Style is the enumeration that controls the pattern used as the marker. The avaialble line options include: esriSMSCircle, esriSMSCross, esriSMSDiamond, esriSMSSquare and esriSMSX. esriSMSCircle is the default Style.
style
- A com.esri.arcgis.display.esriSimpleMarkerStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOutline() throws IOException, AutomationException
Boolean indicator to draw an outline around the marker. False is the default Outline.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutline(boolean outline) throws IOException, AutomationException
Boolean indicator to draw an outline around the marker. False is the default Outline.
outline
- The outline (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getOutlineSize() throws IOException, AutomationException
OutlineSize is the width of the outline in points (approx. 1/72 of an inch).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutlineSize(double size) throws IOException, AutomationException
OutlineSize is the width of the outline in points (approx. 1/72 of an inch).
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getOutlineColor() throws IOException, AutomationException
Color is the color for the outline. Any IColor object can be used.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutlineColor(IColor outlineColor) throws IOException, AutomationException
Color is the color for the outline. Any IColor object can be used.
outlineColor
- A reference to a com.esri.arcgis.display.IColor (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 |