|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMoveCurvedTextFeedback
COM Interface 'IMoveCurvedTextFeedback'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the move curved text feedback.' 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 |
IID4516b1d1_f799_4902_a4dd_1cbae5035be3
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback |
|---|
IIDd2c13e55_4bea_11d1_b6cc_080009b996cc |
| Method Summary | |
|---|---|
void |
followShape(IGeometry featureGeometry,
double referenceScale)
Specify the shape to follow. |
int |
getConstraint()
Constrain the text. |
double |
getOffset()
Offset the text from the geometry. |
boolean |
isFlip()
Indicates whether to flip the text. |
void |
setConstraint(int constraint)
Constrain the text. |
void |
setFlip(boolean flip)
Indicates whether to flip the text. |
void |
setOffset(double offset)
Offset the text from the geometry. |
void |
start(IPoint fromPoint,
double referenceScale,
IPoint cursorPoint,
double offset,
int constraint,
boolean flipped)
Begins a move feedback of the given shape. |
IGeometry |
stop()
Stops the feedback and returns the shape. |
| Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback |
|---|
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef |
| Field Detail |
|---|
static final int IID4516b1d1_f799_4902_a4dd_1cbae5035be3
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void followShape(IGeometry featureGeometry,
double referenceScale)
throws java.io.IOException,
AutomationException
featureGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)referenceScale - The referenceScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void start(IPoint fromPoint,
double referenceScale,
IPoint cursorPoint,
double offset,
int constraint,
boolean flipped)
throws java.io.IOException,
AutomationException
fromPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)referenceScale - The referenceScale (in)cursorPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)offset - The offset (in)constraint - A com.esri.arcgis.display.esriMoveTextConstraints constant (in)flipped - The flipped (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry stop()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFlip()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlip(boolean flip)
throws java.io.IOException,
AutomationException
flip - The flip (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOffset(double offset)
throws java.io.IOException,
AutomationException
offset - The offset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConstraint()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConstraint(int constraint)
throws java.io.IOException,
AutomationException
constraint - A com.esri.arcgis.display.esriMoveTextConstraints constant (in)
java.io.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 | ||||||||