|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that control the move text along shape feedback.
| 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 |
| Method Detail |
public 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.
public 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.
public 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.
public IGeometry stop()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFlip()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public double getOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public boolean isParallel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public int getConstraint()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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 | |||||||||