|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResizeInteraction
Provides access to the parameters of the Resize Representation Tool.
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. |
Method Detail |
---|
void setCenter(IPoint center) throws IOException, AutomationException
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.IPoint getCenter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRatioX(double ratio) throws IOException, AutomationException
ratio
- The ratio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRatioX() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRatioY(double ratio) throws IOException, AutomationException
ratio
- The ratio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRatioY() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndividualAnchors(boolean individualAnchors) throws IOException, AutomationException
individualAnchors
- The individualAnchors (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIndividualAnchors() throws IOException, AutomationException
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 |