|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IFillSymbolProxy
com.esri.arcgis.display.IDotDensityFillSymbolProxy
Description: 'Provides access to the main properties of a data driven symbol commonly used with a dot density renderer.' 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 IDotDensityFillSymbolProxy
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.display.IDotDensityFillSymbol |
|---|
IID, IID85e413a0_cdf9_11d3_81eb_0080c79f0371 |
| Fields inherited from interface com.esri.arcgis.display.IFillSymbol |
|---|
IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21 |
| Constructor Summary | |
|---|---|
|
IDotDensityFillSymbolProxy()
Deprecated. For internal use only |
|
IDotDensityFillSymbolProxy(java.lang.Object obj)
Deprecated. |
protected |
IDotDensityFillSymbolProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDotDensityFillSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDotDensityFillSymbolProxy(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. |
IColor |
getBackgroundColor()
Deprecated. The background color. |
int |
getDotCount(int index)
Deprecated. The number of dots used to fill. |
double |
getDotSize()
Deprecated. The size of dots used to fill. |
double |
getDotSpacing()
Deprecated. The distance between dot centers, expressed as a percentage of dot size. |
boolean |
isFixedPlacement()
Deprecated. Indicates if the dots are always placed at the same location (the alternative is random placement). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBackgroundColor(IColor color)
Deprecated. The background color. |
void |
setDotCount(int index,
int dotCount)
Deprecated. The number of dots used to fill. |
void |
setDotSize(double dotSize)
Deprecated. The size of dots used to fill. |
void |
setDotSpacing(double dotSpacing)
Deprecated. The distance between dot centers, expressed as a percentage of dot size. |
void |
setFixedPlacement(boolean fixedPlacement)
Deprecated. Indicates if the dots are always placed at the same location (the alternative is random placement). |
| Methods inherited from class com.esri.arcgis.display.IFillSymbolProxy |
|---|
getColor, getOutline, setColor, setOutline |
| 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 |
| Methods inherited from interface com.esri.arcgis.display.IFillSymbol |
|---|
getColor, getOutline, setColor, setOutline |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IDotDensityFillSymbolProxy(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.IOExceptionpublic IDotDensityFillSymbolProxy()
public IDotDensityFillSymbolProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDotDensityFillSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDotDensityFillSymbolProxy(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 IFillSymbolProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IFillSymbolProxyjava.io.IOException
public double getDotSize()
throws java.io.IOException,
AutomationException
getDotSize in interface IDotDensityFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDotSize(double dotSize)
throws java.io.IOException,
AutomationException
setDotSize in interface IDotDensityFillSymboldotSize - The dotSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDotCount(int index)
throws java.io.IOException,
AutomationException
getDotCount in interface IDotDensityFillSymbolindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDotCount(int index,
int dotCount)
throws java.io.IOException,
AutomationException
setDotCount in interface IDotDensityFillSymbolindex - The index (in)dotCount - The dotCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDotSpacing()
throws java.io.IOException,
AutomationException
getDotSpacing in interface IDotDensityFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDotSpacing(double dotSpacing)
throws java.io.IOException,
AutomationException
setDotSpacing in interface IDotDensityFillSymboldotSpacing - The dotSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFixedPlacement()
throws java.io.IOException,
AutomationException
isFixedPlacement in interface IDotDensityFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFixedPlacement(boolean fixedPlacement)
throws java.io.IOException,
AutomationException
setFixedPlacement in interface IDotDensityFillSymbolfixedPlacement - The fixedPlacement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getBackgroundColor()
throws java.io.IOException,
AutomationException
getBackgroundColor in interface IDotDensityFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundColor(IColor color)
throws java.io.IOException,
AutomationException
setBackgroundColor in interface IDotDensityFillSymbolcolor - A reference to a com.esri.arcgis.display.IColor (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 | ||||||||