|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IResizeInteractionProxy
public class IResizeInteractionProxy
Provides access to the parameters of the Resize Representation Tool.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| 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 resize. |
double |
getRatioX()
Current horizontal ratio. |
double |
getRatioY()
Current vertical ratio. |
boolean |
isIndividualAnchors()
Indicates if representations resize around an individual anchor. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCenter(IPoint center)
Center of resize. |
void |
setIndividualAnchors(boolean individualAnchors)
Indicates if representations resize around an individual anchor. |
void |
setRatioX(double ratio)
Current horizontal ratio. |
void |
setRatioY(double ratio)
Current vertical ratio. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void setCenter(IPoint center)
throws IOException,
AutomationException
setCenter in interface IResizeInteractioncenter - 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 IResizeInteractionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRatioX(double ratio)
throws IOException,
AutomationException
setRatioX in interface IResizeInteractionratio - 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 IResizeInteractionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRatioY(double ratio)
throws IOException,
AutomationException
setRatioY in interface IResizeInteractionratio - 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 IResizeInteractionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndividualAnchors(boolean individualAnchors)
throws IOException,
AutomationException
setIndividualAnchors in interface IResizeInteractionindividualAnchors - 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 IResizeInteractionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||