|
|||||||||
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.display.IResizeInteractionProxy
public class IResizeInteractionProxy
Provides access to the parameters of the Resize Representation Tool.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IResizeInteractionProxy()
|
|
IResizeInteractionProxy(Object obj)
|
protected |
IResizeInteractionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IPoint |
getCenter()
Center of the resize operation. |
double |
getRatioX()
Current horizontal ratio of the resize operation. |
double |
getRatioY()
Current vertical ratio of the resize operation. |
boolean |
isIndividualAnchors()
Indicates if representations resize around an individual anchor. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCenter(IPoint center)
Center of the resize operation. |
void |
setIndividualAnchors(boolean individualAnchors)
Indicates if representations resize around an individual anchor. |
void |
setRatioX(double ratio)
Current horizontal ratio of the resize operation. |
void |
setRatioY(double ratio)
Current vertical ratio of the resize operation. |
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 boolean noncastable
Constructor Detail |
---|
public IResizeInteractionProxy()
public IResizeInteractionProxy(Object obj) throws IOException
IOException
protected IResizeInteractionProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setCenter(IPoint center) throws IOException, AutomationException
setCenter
in interface IResizeInteraction
center
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getCenter() throws IOException, AutomationException
getCenter
in interface IResizeInteraction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRatioX(double ratio) throws IOException, AutomationException
setRatioX
in interface IResizeInteraction
ratio
- The ratio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getRatioX() throws IOException, AutomationException
getRatioX
in interface IResizeInteraction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRatioY(double ratio) throws IOException, AutomationException
setRatioY
in interface IResizeInteraction
ratio
- The ratio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getRatioY() throws IOException, AutomationException
getRatioY
in interface IResizeInteraction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndividualAnchors(boolean individualAnchors) throws IOException, AutomationException
setIndividualAnchors
in interface IResizeInteraction
individualAnchors
- The individualAnchors (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIndividualAnchors() throws IOException, AutomationException
isIndividualAnchors
in interface IResizeInteraction
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 |