com.esri.arcgis.display
Class IDotDensityFillSymbolProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IFillSymbolProxy
          extended by com.esri.arcgis.display.IDotDensityFillSymbolProxy
All Implemented Interfaces:
IDotDensityFillSymbol, IFillSymbol, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDotDensityFillSymbol2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IDotDensityFillSymbol'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

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
extends IFillSymbolProxy
implements IDotDensityFillSymbol, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDotDensityFillSymbolProxy

public IDotDensityFillSymbolProxy(java.lang.String CLSID,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.net.UnknownHostException,
                                  java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDotDensityFillSymbolProxy

public IDotDensityFillSymbolProxy()
Deprecated. 
For internal use only


IDotDensityFillSymbolProxy

public IDotDensityFillSymbolProxy(java.lang.Object obj)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDotDensityFillSymbolProxy

protected IDotDensityFillSymbolProxy(java.lang.Object obj,
                                     java.lang.String iid)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDotDensityFillSymbolProxy

protected IDotDensityFillSymbolProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IFillSymbolProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IFillSymbolProxy
Throws:
java.io.IOException

getDotSize

public double getDotSize()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The size of dots used to fill.

Specified by:
getDotSize in interface IDotDensityFillSymbol
Returns:
The dotSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDotSize

public void setDotSize(double dotSize)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The size of dots used to fill.

Specified by:
setDotSize in interface IDotDensityFillSymbol
Parameters:
dotSize - The dotSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDotCount

public int getDotCount(int index)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of dots used to fill.

Specified by:
getDotCount in interface IDotDensityFillSymbol
Parameters:
index - The index (in)
Returns:
The dotCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDotCount

public void setDotCount(int index,
                        int dotCount)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of dots used to fill.

Specified by:
setDotCount in interface IDotDensityFillSymbol
Parameters:
index - The index (in)
dotCount - The dotCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDotSpacing

public double getDotSpacing()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The distance between dot centers, expressed as a percentage of dot size.

Specified by:
getDotSpacing in interface IDotDensityFillSymbol
Returns:
The dotSpacing
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDotSpacing

public void setDotSpacing(double dotSpacing)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The distance between dot centers, expressed as a percentage of dot size.

Specified by:
setDotSpacing in interface IDotDensityFillSymbol
Parameters:
dotSpacing - The dotSpacing (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFixedPlacement

public boolean isFixedPlacement()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the dots are always placed at the same location (the alternative is random placement).

Specified by:
isFixedPlacement in interface IDotDensityFillSymbol
Returns:
The fixedPlacement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFixedPlacement

public void setFixedPlacement(boolean fixedPlacement)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the dots are always placed at the same location (the alternative is random placement).

Specified by:
setFixedPlacement in interface IDotDensityFillSymbol
Parameters:
fixedPlacement - The fixedPlacement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

public IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The background color.

Specified by:
getBackgroundColor in interface IDotDensityFillSymbol
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

public void setBackgroundColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The background color.

Specified by:
setBackgroundColor in interface IDotDensityFillSymbol
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.