|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACSymbol
Provides access to members that control ArcIMS symbols.
Method Summary | |
---|---|
double |
getTransparency()
The transparency in percent (0-100). |
boolean |
isAntialiasing()
Indicates if the antialias is ON or OFF. |
void |
setAntialiasing(boolean flag)
Indicates if the antialias is ON or OFF. |
void |
setTransparency(double trans)
The transparency in percent (0-100). |
Method Detail |
---|
double getTransparency() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(double trans) throws IOException, AutomationException
trans
- The trans (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAntialiasing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAntialiasing(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 |