|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResizeTextFeedback
Provides access to members that control the resize of a text element.
Method Summary | |
---|---|
void |
start(ITextSymbol textSymbol,
IGeometry textGeom,
double referenceScale,
IGeometry envelope,
IPoint point)
Begins a resize feedback of the given text symbol. |
double |
stop()
Stops the feedback and returns the new size. |
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback |
---|
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef |
Method Detail |
---|
void start(ITextSymbol textSymbol, IGeometry textGeom, double referenceScale, IGeometry envelope, IPoint point) throws IOException, AutomationException
textSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)textGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)referenceScale
- The referenceScale (in)envelope
- A reference to a com.esri.arcgis.geometry.IGeometry (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double stop() 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 |