|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IACSimplePolygonSymbol
Provides access to members that control ArcIMS simple polygon symbol.
| Method Summary | |
|---|---|
int |
getBoundaryCapType()
The outline cap type. |
IColor |
getBoundaryColor()
The outline color. |
int |
getBoundaryJoinType()
The outline join type. |
int |
getBoundaryLineType()
The outline type. |
double |
getBoundaryTransparency()
The transparency transparency coeficient (0.0-1.0). |
int |
getBoundaryWidth()
The outline width in pixels. |
IColor |
getFillColor()
The fill color. |
int |
getFillInterval()
The interval of the hatch fill type. |
double |
getFillTransparency()
The fill transparency coeficient (0.0-1.0). |
int |
getFillType()
The fill type. |
boolean |
isBoundary()
Indicates if the layer display the boundary or outline. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
void |
setBoundary(boolean flag)
Indicates if the layer display the boundary or outline. |
void |
setBoundaryCapType(int type)
The outline cap type. |
void |
setBoundaryColor(IColor color)
The outline color. |
void |
setBoundaryJoinType(int type)
The outline join type. |
void |
setBoundaryLineType(int type)
The outline type. |
void |
setBoundaryTransparency(double trans)
The transparency transparency coeficient (0.0-1.0). |
void |
setBoundaryWidth(int width)
The outline width in pixels. |
void |
setFillColor(IColor color)
The fill color. |
void |
setFillInterval(int interval)
The interval of the hatch fill type. |
void |
setFillTransparency(double trans)
The fill transparency coeficient (0.0-1.0). |
void |
setFillType(int type)
The fill type. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
| Method Detail |
|---|
IColor getFillColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFillColor(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 getFillType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFillType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.acFillType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFillInterval()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFillInterval(int interval)
throws IOException,
AutomationException
interval - The interval (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getFillTransparency()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFillTransparency(double trans)
throws IOException,
AutomationException
trans - The trans (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBoundaryWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoundaryWidth(int width)
throws IOException,
AutomationException
width - The width (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getBoundaryColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoundaryColor(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 getBoundaryLineType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoundaryLineType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.acLineType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBoundaryCapType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoundaryCapType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.acCapType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBoundaryJoinType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoundaryJoinType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.acJoinType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getBoundaryTransparency()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoundaryTransparency(double trans)
throws IOException,
AutomationException
trans - The trans (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.
boolean isBoundary()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBoundary(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 | ||||||||