|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACSimpleFillSymbol
Provides access to members that control ArcIMS simple fill symbol.
Method Summary | |
---|---|
IColor |
getColor()
The fill color. |
int |
getFillType()
The fill type. |
int |
getInterval()
The interval of the hatch 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 |
setColor(IColor color)
The fill color. |
void |
setFillType(int type)
The fill type. |
void |
setInterval(int interval)
The interval of the hatch fill type. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
Method Detail |
---|
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 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 getInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterval(int interval) throws IOException, AutomationException
interval
- The interval (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 |