|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextPath
COM Interface 'ITextPath'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the text path.' 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 |
IIDb65a3e75_2993_11d1_9a43_0080c7ec5c96
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IGeometry |
getGeometry()
The geometry used for the path. |
double |
getXOffset()
The X offset value. |
double |
getYOffset()
The Y offset value. |
void |
next(double[] x,
double[] y,
double[] angle)
Returns the next coordinate. |
void |
reset()
Resets the coordinate enumerator. |
void |
setGeometryByRef(IGeometry geometry)
The geometry used for the path. |
void |
setup(int hDC,
ITransformation transformation,
ITextSymbol textSym)
Set up items needed by text path. |
void |
setXOffset(double xOffset)
The X offset value. |
void |
setYOffset(double yOffset)
The Y offset value. |
Field Detail |
---|
static final int IIDb65a3e75_2993_11d1_9a43_0080c7ec5c96
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setup(int hDC, ITransformation transformation, ITextSymbol textSym) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)textSym
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXOffset(double xOffset) throws java.io.IOException, AutomationException
xOffset
- The xOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYOffset(double yOffset) throws java.io.IOException, AutomationException
yOffset
- The yOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void next(double[] x, double[] y, double[] angle) throws java.io.IOException, AutomationException
x
- The x (out: use single element array)y
- The y (out: use single element array)angle
- The angle (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
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 |