|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextDrawSupport
Provides access to members that control how text strings are drawn.
Method Summary | |
---|---|
Object |
getDrawPoints(int hDC,
ITransformation pTransform,
IGeometry pGeometry)
Gets an array of WKSPoints which represent the position at which each line of text is drawn; pGeometry must be a point. |
void |
getDrawText(String origText,
String[] pParsedText,
Object[] pPositions)
Get text the way it will be drawn. |
Method Detail |
---|
void getDrawText(String origText, String[] pParsedText, Object[] pPositions) throws IOException, AutomationException
origText
- The origText (in)pParsedText
- The pParsedText (out: use single element array)pPositions
- A Variant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDrawPoints(int hDC, ITransformation pTransform, IGeometry pGeometry) throws IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)pTransform
- A reference to a com.esri.arcgis.geometry.ITransformation (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
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 |