|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMoveTextAlongShapeFeedback
COM Interface 'IMoveTextAlongShapeFeedback'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the move text along shape 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 |
IIDb44637c6_f488_41b4_b222_07aa9c04a3d6
|
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. |
boolean |
isParallel()
Indicates whether to make the text parallel. |
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 |
setParallel(boolean parallel)
Indicates whether to make the text parallel. |
void |
startCurved(IPoint fromPoint,
double referenceScale,
IPoint cursorPoint,
double offset,
int constraint,
boolean flipped)
Begins a move feedback of the given shape. |
void |
startStraight(IGeometry textGeometry,
double labelWidth,
double labelHeight,
double referenceScale,
IPoint point,
double offset,
boolean parallel,
int constraint)
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 IIDb44637c6_f488_41b4_b222_07aa9c04a3d6
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 startCurved(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.void startStraight(IGeometry textGeometry, double labelWidth, double labelHeight, double referenceScale, IPoint point, double offset, boolean parallel, int constraint) throws java.io.IOException, AutomationException
textGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)labelWidth
- The labelWidth (in)labelHeight
- The labelHeight (in)referenceScale
- The referenceScale (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)offset
- The offset (in)parallel
- The parallel (in)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.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.boolean isParallel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParallel(boolean parallel) throws java.io.IOException, AutomationException
parallel
- The parallel (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 |