|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACSymbol
COM Interface 'IACSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS symbols.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDc6c1b35e_90da_4b32_93dd_71465f502cce
|
static int |
xxDummy
Deprecated. Internal use only |
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). |
Field Detail |
---|
static final int IIDc6c1b35e_90da_4b32_93dd_71465f502cce
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getTransparency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(double trans) throws java.io.IOException, AutomationException
trans
- The trans (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAntialiasing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAntialiasing(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.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 |