com.esri.arcgis.carto
Class ISnapGuidesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ISnapGuidesProxy
All Implemented Interfaces:
ISnapGuides, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control the Snapping guides.' 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 ISnapGuidesProxy
extends com.esri.arcgis.interop.Dispatch
implements ISnapGuides, 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.carto.ISnapGuides
IID, IID31e081ab_cb02_11d1_876c_0000f8751720
 
Constructor Summary
  ISnapGuidesProxy()
          Deprecated. For internal use only
  ISnapGuidesProxy(java.lang.Object obj)
          Deprecated.  
protected ISnapGuidesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISnapGuidesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISnapGuidesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addGuide(double pos)
          Deprecated. Adds a guide at the specified position.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void draw(IDisplay display, boolean isHorizontal)
          Deprecated. Draw a fine line showing exactly where objects will snap.
 void drawHighlight(IDisplay display, boolean isHorizontal)
          Deprecated. Draw a highlight around the snap line for a nice visual effect.
 int getDrawLevel()
          Deprecated. Level where guides are drawn.
 double getGuide(int idx)
          Deprecated. The nth guide.
 int getGuideCount()
          Deprecated. The number of guides.
 boolean isAreVisible()
          Deprecated. Indicates if snapping guides are visible.
 void removeAllGuides()
          Deprecated. Removes all the guides.
 void removeGuide(int idx)
          Deprecated. Removes the nth guide.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAreVisible(boolean areVisible)
          Deprecated. Indicates if snapping guides are visible.
 void setDrawLevel(int drawLevel)
          Deprecated. Level where guides are drawn.
 void setGuide(int idx, double pos)
          Deprecated. The nth guide.
 
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

ISnapGuidesProxy

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

ISnapGuidesProxy

public ISnapGuidesProxy()
Deprecated. 
For internal use only


ISnapGuidesProxy

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

ISnapGuidesProxy

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

ISnapGuidesProxy

protected ISnapGuidesProxy(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

isAreVisible

public boolean isAreVisible()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if snapping guides are visible.

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

setAreVisible

public void setAreVisible(boolean areVisible)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if snapping guides are visible.

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

getDrawLevel

public int getDrawLevel()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Level where guides are drawn.

Specified by:
getDrawLevel in interface ISnapGuides
Returns:
A com.esri.arcgis.carto.esriViewDrawPhase constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDrawLevel

public void setDrawLevel(int drawLevel)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Level where guides are drawn.

Specified by:
setDrawLevel in interface ISnapGuides
Parameters:
drawLevel - A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGuideCount

public int getGuideCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of guides.

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

setGuide

public void setGuide(int idx,
                     double pos)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The nth guide. The position is specified in page units.

Specified by:
setGuide in interface ISnapGuides
Parameters:
idx - The idx (in)
pos - The pos (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGuide

public double getGuide(int idx)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The nth guide. The position is specified in page units.

Specified by:
getGuide in interface ISnapGuides
Parameters:
idx - The idx (in)
Returns:
The pos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGuide

public void addGuide(double pos)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds a guide at the specified position. The position is specified in page units.

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

removeGuide

public void removeGuide(int idx)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Removes the nth guide.

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

removeAllGuides

public void removeAllGuides()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Removes all the guides.

Specified by:
removeAllGuides in interface ISnapGuides
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

draw

public void draw(IDisplay display,
                 boolean isHorizontal)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Draw a fine line showing exactly where objects will snap.

Specified by:
draw in interface ISnapGuides
Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
isHorizontal - The isHorizontal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawHighlight

public void drawHighlight(IDisplay display,
                          boolean isHorizontal)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Draw a highlight around the snap line for a nice visual effect.

Specified by:
drawHighlight in interface ISnapGuides
Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
isHorizontal - The isHorizontal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.