|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IACTrueTypeMarkerSymbol
Provides access to members that control ArcIMS true type marker symbol.
| Method Summary | |
|---|---|
double |
getAngle()
The angle of the marker. |
int |
getCharacter()
The character index in the font. |
String |
getFont()
The font name. |
IColor |
getFontColor()
The font color. |
int |
getFontSize()
The font size. |
int |
getFontStyle()
The font style. |
IColor |
getGlowingColor()
The glowing color. |
IColor |
getOutlineColor()
The outline color. |
IColor |
getShadowColor()
The shadow color. |
boolean |
isGlowing()
Indicates if the glow is used. |
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 |
setAngle(double angle)
The angle of the marker. |
void |
setCharacter(int value)
The character index in the font. |
void |
setFont(String font)
The font name. |
void |
setFontColor(IColor color)
The font color. |
void |
setFontSize(int fontSize)
The font size. |
void |
setFontStyle(int fontStyle)
The font style. |
void |
setGlowing(boolean flag)
Indicates if the glow is used. |
void |
setGlowingColor(IColor color)
The glowing 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. |
| Method Detail |
|---|
String getFont()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFont(String font)
throws IOException,
AutomationException
font - The font (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFontStyle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFontStyle(int fontStyle)
throws IOException,
AutomationException
fontStyle - A com.esri.arcgis.carto.acFontStyle constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFontSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFontSize(int fontSize)
throws IOException,
AutomationException
fontSize - The fontSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getFontColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFontColor(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 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 isGlowing()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGlowing(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getGlowingColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGlowingColor(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.
int getCharacter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCharacter(int value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getAngle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAngle(double angle)
throws IOException,
AutomationException
angle - The angle (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 | ||||||||