|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRotateInteraction
Provides access to the parameters of the Rotate Representation Tool.
Method Summary | |
---|---|
double |
getAngle()
Current angle of the rotate operation. |
IPoint |
getCenter()
Center of the rotate operation. |
boolean |
isIndividualAnchors()
Indicates if representations rotate around an individual anchor. |
void |
setAngle(double angle)
Current angle of the rotate operation. |
void |
setCenter(IPoint center)
Center of the rotate operation. |
void |
setIndividualAnchors(boolean individualAnchors)
Indicates if representations rotate around an individual anchor. |
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 setAngle(double angle) throws IOException, AutomationException
angle
- The angle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngle() 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 |