|
|||||||||
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.ISnapGuidesProxy
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
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.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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ISnapGuidesProxy(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 ISnapGuidesProxy()
public ISnapGuidesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISnapGuidesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISnapGuidesProxy(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 boolean isAreVisible() throws java.io.IOException, AutomationException
isAreVisible
in interface ISnapGuides
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreVisible(boolean areVisible) throws java.io.IOException, AutomationException
setAreVisible
in interface ISnapGuides
areVisible
- The areVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDrawLevel() throws java.io.IOException, AutomationException
getDrawLevel
in interface ISnapGuides
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawLevel(int drawLevel) throws java.io.IOException, AutomationException
setDrawLevel
in interface ISnapGuides
drawLevel
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGuideCount() throws java.io.IOException, AutomationException
getGuideCount
in interface ISnapGuides
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGuide(int idx, double pos) throws java.io.IOException, AutomationException
setGuide
in interface ISnapGuides
idx
- The idx (in)pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGuide(int idx) throws java.io.IOException, AutomationException
getGuide
in interface ISnapGuides
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addGuide(double pos) throws java.io.IOException, AutomationException
addGuide
in interface ISnapGuides
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeGuide(int idx) throws java.io.IOException, AutomationException
removeGuide
in interface ISnapGuides
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllGuides() throws java.io.IOException, AutomationException
removeAllGuides
in interface ISnapGuides
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IDisplay display, boolean isHorizontal) throws java.io.IOException, AutomationException
draw
in interface ISnapGuides
display
- A reference to a com.esri.arcgis.display.IDisplay (in)isHorizontal
- The isHorizontal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawHighlight(IDisplay display, boolean isHorizontal) throws java.io.IOException, AutomationException
drawHighlight
in interface ISnapGuides
display
- A reference to a com.esri.arcgis.display.IDisplay (in)isHorizontal
- The isHorizontal (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 |