|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IDotDensityRendererProxy
Description: 'Provides access to members that control the drawing of varying densities of dots within polygon features to represent different quantities.' 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 =
public class IDotDensityRendererProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IDotDensityRenderer |
---|
IID, IID9c7776b7_0421_11d4_9f7c_00c04f6bc709 |
Constructor Summary | |
---|---|
|
IDotDensityRendererProxy()
Deprecated. For internal use only |
|
IDotDensityRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
IDotDensityRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDotDensityRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDotDensityRendererProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
createLegend()
Deprecated. Creates the legend. |
java.lang.String |
getColorScheme()
Deprecated. Color scheme, (user interface property only). |
IFeatureLayer |
getControlLayer()
Deprecated. Control layer used for masking. |
IDotDensityFillSymbol |
getDotDensitySymbol()
Deprecated. The dot density symbol. |
double |
getDotValue()
Deprecated. Value of each dot. |
boolean |
isMaintainSize()
Deprecated. Indicates if dot size is preserved when zooming (the alternative is that density is preserved). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColorScheme(java.lang.String name)
Deprecated. Color scheme, (user interface property only). |
void |
setControlLayerByRef(IFeatureLayer layer)
Deprecated. Control layer used for masking. |
void |
setDotDensitySymbolByRef(IDotDensityFillSymbol symbol)
Deprecated. The dot density symbol. |
void |
setDotValue(double value)
Deprecated. Value of each dot. |
void |
setMaintainSize(boolean flag)
Deprecated. Indicates if dot size is preserved when zooming (the alternative is that density is preserved). |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDotDensityRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDotDensityRendererProxy()
public IDotDensityRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDotDensityRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDotDensityRendererProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IDotDensityFillSymbol getDotDensitySymbol() throws java.io.IOException, AutomationException
getDotDensitySymbol
in interface IDotDensityRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDotDensitySymbolByRef(IDotDensityFillSymbol symbol) throws java.io.IOException, AutomationException
setDotDensitySymbolByRef
in interface IDotDensityRenderer
symbol
- A reference to a com.esri.arcgis.display.IDotDensityFillSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDotValue() throws java.io.IOException, AutomationException
getDotValue
in interface IDotDensityRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDotValue(double value) throws java.io.IOException, AutomationException
setDotValue
in interface IDotDensityRenderer
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureLayer getControlLayer() throws java.io.IOException, AutomationException
getControlLayer
in interface IDotDensityRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setControlLayerByRef(IFeatureLayer layer) throws java.io.IOException, AutomationException
setControlLayerByRef
in interface IDotDensityRenderer
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getColorScheme() throws java.io.IOException, AutomationException
getColorScheme
in interface IDotDensityRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorScheme(java.lang.String name) throws java.io.IOException, AutomationException
setColorScheme
in interface IDotDensityRenderer
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createLegend() throws java.io.IOException, AutomationException
createLegend
in interface IDotDensityRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaintainSize(boolean flag) throws java.io.IOException, AutomationException
setMaintainSize
in interface IDotDensityRenderer
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMaintainSize() throws java.io.IOException, AutomationException
isMaintainSize
in interface IDotDensityRenderer
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 |