|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACHashLineSymbol
Provides access to members that control ArcIMS hash line symbol.
Method Summary | |
---|---|
IColor |
getColor()
The symbol color. |
int |
getInterval()
The distance between crosshatches. |
int |
getLineThickness()
The line thickness. |
int |
getTickThickness()
The tick thickness. |
int |
getType()
The fill type. |
int |
getWidth()
The line symbol width in pixels. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
void |
setColor(IColor color)
The symbol color. |
void |
setInterval(int interval)
The distance between crosshatches. |
void |
setLineThickness(int value)
The line thickness. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setTickThickness(int value)
The tick thickness. |
void |
setType(int type)
The fill type. |
void |
setWidth(int width)
The line symbol width in pixels. |
Method Detail |
---|
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.acHashLineType constant (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 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.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.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.int getLineThickness() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineThickness(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTickThickness() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTickThickness(int value) throws IOException, AutomationException
value
- The value (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 |