com.esri.arcgis.display
Interface IResizeInteraction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IResizeInteractionProxy

public interface IResizeInteraction
extends java.io.Serializable

COM Interface 'IResizeInteraction'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to the parameters of the Resize Representation Tool.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID99a21696_2d0c_4d17_95e9_f4ac339e444b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IID99a21696_2d0c_4d17_95e9_f4ac339e444b

static final int IID99a21696_2d0c_4d17_95e9_f4ac339e444b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCenter

void setCenter(IPoint center)
               throws java.io.IOException,
                      AutomationException
Center of the resize operation.

Parameters:
center - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCenter

IPoint getCenter()
                 throws java.io.IOException,
                        AutomationException
Center of the resize operation.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRatioX

void setRatioX(double ratio)
               throws java.io.IOException,
                      AutomationException
Current horizontal ratio of the resize operation.

Parameters:
ratio - The ratio (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRatioX

double getRatioX()
                 throws java.io.IOException,
                        AutomationException
Current horizontal ratio of the resize operation.

Returns:
The ratio
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRatioY

void setRatioY(double ratio)
               throws java.io.IOException,
                      AutomationException
Current vertical ratio of the resize operation.

Parameters:
ratio - The ratio (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRatioY

double getRatioY()
                 throws java.io.IOException,
                        AutomationException
Current vertical ratio of the resize operation.

Returns:
The ratio
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndividualAnchors

void setIndividualAnchors(boolean individualAnchors)
                          throws java.io.IOException,
                                 AutomationException
Indicates if representations resize around an individual anchor.

Parameters:
individualAnchors - The individualAnchors (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIndividualAnchors

boolean isIndividualAnchors()
                            throws java.io.IOException,
                                   AutomationException
Indicates if representations resize around an individual anchor.

Returns:
The individualAnchors
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.