com.esri.arcgis.display
Class ILinePropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.ILinePropertiesProxy
All Implemented Interfaces:
ILineProperties, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the properties common to several line types.' 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 ILinePropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements ILineProperties, 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.ILineProperties
IID, IIDb04bc357_c36e_11d0_bfa1_0080c7e24280
 
Constructor Summary
  ILinePropertiesProxy()
          Deprecated. For internal use only
  ILinePropertiesProxy(java.lang.Object obj)
          Deprecated.  
protected ILinePropertiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILinePropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILinePropertiesProxy(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.  
 ILineDecoration getLineDecoration()
          Deprecated. Line decoration element collection.
 double getLineStartOffset()
          Deprecated. The line start offset.
 double getOffset()
          Deprecated. The line offset value.
 ITemplate getTemplate()
          Deprecated. The line template.
 boolean isDecorationOnTop()
          Deprecated. Indicates if the decoration is drawn on top.
 boolean isFlip()
          Deprecated. Indicates if the line symbol is flipped.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDecorationOnTop(boolean onTop)
          Deprecated. Indicates if the decoration is drawn on top.
 void setFlip(boolean flip)
          Deprecated. Indicates if the line symbol is flipped.
 void setLineDecorationByRef(ILineDecoration lineDecoration)
          Deprecated. Line decoration element collection.
 void setLineStartOffset(double offset)
          Deprecated. The line start offset.
 void setOffset(double offset)
          Deprecated. The line offset value.
 void setTemplateByRef(ITemplate theTemplate)
          Deprecated. The line template.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILinePropertiesProxy

public ILinePropertiesProxy(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

ILinePropertiesProxy

public ILinePropertiesProxy()
Deprecated. 
For internal use only


ILinePropertiesProxy

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

ILinePropertiesProxy

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

ILinePropertiesProxy

protected ILinePropertiesProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getLineDecoration

public ILineDecoration getLineDecoration()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Line decoration element collection.

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

setLineDecorationByRef

public void setLineDecorationByRef(ILineDecoration lineDecoration)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Line decoration element collection.

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

isDecorationOnTop

public boolean isDecorationOnTop()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the decoration is drawn on top.

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

setDecorationOnTop

public void setDecorationOnTop(boolean onTop)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the decoration is drawn on top.

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

isFlip

public boolean isFlip()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the line symbol is flipped.

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

setFlip

public void setFlip(boolean flip)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Indicates if the line symbol is flipped.

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

getOffset

public double getOffset()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The line offset value.

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

setOffset

public void setOffset(double offset)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The line offset value.

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

getLineStartOffset

public double getLineStartOffset()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The line start offset.

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

setLineStartOffset

public void setLineStartOffset(double offset)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The line start offset.

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

getTemplate

public ITemplate getTemplate()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The line template.

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

setTemplateByRef

public void setTemplateByRef(ITemplate theTemplate)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The line template.

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