|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.ILineLabelPositionProxy
Description: 'Provides access to members that control the relative position of line labels.' 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 =
public class ILineLabelPositionProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.ILineLabelPosition |
---|
IID, IID2442958b_d711_11d2_9f41_00c04f6bc6a5 |
Constructor Summary | |
---|---|
|
ILineLabelPositionProxy()
Deprecated. For internal use only |
|
ILineLabelPositionProxy(java.lang.Object obj)
Deprecated. |
protected |
ILineLabelPositionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILineLabelPositionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILineLabelPositionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getOffset()
Deprecated. Offset from the start/end of lines (in map units). |
boolean |
isAbove()
Deprecated. Indicates if labels are placed above lines. |
boolean |
isAtEnd()
Deprecated. Indicates if labels are placed at the end of lines. |
boolean |
isAtStart()
Deprecated. Indicates if labels are placed at the start of lines. |
boolean |
isBelow()
Deprecated. Indicates if labels are placed below lines. |
boolean |
isHorizontal()
Deprecated. Indicates if labels are placed horizontally. |
boolean |
isInLine()
Deprecated. Indicates if labels are placed along lines at the best position. |
boolean |
isLeft()
Deprecated. Indicates if labels are placed to the left of lines. |
boolean |
isOnTop()
Deprecated. Indicates if labels are placed on top of lines. |
boolean |
isParallel()
Deprecated. Indicates if labels are placed parallel to lines. |
boolean |
isPerpendicular()
Deprecated. Indicates if labels are placed perpendicular to lines. |
boolean |
isProduceCurvedLabels()
Deprecated. Indicates if labels follow lines. |
boolean |
isRight()
Deprecated. Indicates if labels are placed to the right of lines. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAbove(boolean flag)
Deprecated. Indicates if labels are placed above lines. |
void |
setAtEnd(boolean flag)
Deprecated. Indicates if labels are placed at the end of lines. |
void |
setAtStart(boolean flag)
Deprecated. Indicates if labels are placed at the start of lines. |
void |
setBelow(boolean flag)
Deprecated. Indicates if labels are placed below lines. |
void |
setHorizontal(boolean flag)
Deprecated. Indicates if labels are placed horizontally. |
void |
setInLine(boolean flag)
Deprecated. Indicates if labels are placed along lines at the best position. |
void |
setLeft(boolean flag)
Deprecated. Indicates if labels are placed to the left of lines. |
void |
setOffset(double offset)
Deprecated. Offset from the start/end of lines (in map units). |
void |
setOnTop(boolean flag)
Deprecated. Indicates if labels are placed on top of lines. |
void |
setParallel(boolean flag)
Deprecated. Indicates if labels are placed parallel to lines. |
void |
setPerpendicular(boolean flag)
Deprecated. Indicates if labels are placed perpendicular to lines. |
void |
setProduceCurvedLabels(boolean flag)
Deprecated. Indicates if labels follow lines. |
void |
setRight(boolean flag)
Deprecated. Indicates if labels are placed to the right of lines. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ILineLabelPositionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ILineLabelPositionProxy()
public ILineLabelPositionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILineLabelPositionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILineLabelPositionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isProduceCurvedLabels() throws java.io.IOException, AutomationException
isProduceCurvedLabels
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProduceCurvedLabels(boolean flag) throws java.io.IOException, AutomationException
setProduceCurvedLabels
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAbove() throws java.io.IOException, AutomationException
isAbove
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAbove(boolean flag) throws java.io.IOException, AutomationException
setAbove
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBelow() throws java.io.IOException, AutomationException
isBelow
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBelow(boolean flag) throws java.io.IOException, AutomationException
setBelow
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOnTop() throws java.io.IOException, AutomationException
isOnTop
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOnTop(boolean flag) throws java.io.IOException, AutomationException
setOnTop
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLeft() throws java.io.IOException, AutomationException
isLeft
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeft(boolean flag) throws java.io.IOException, AutomationException
setLeft
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRight() throws java.io.IOException, AutomationException
isRight
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRight(boolean flag) throws java.io.IOException, AutomationException
setRight
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInLine() throws java.io.IOException, AutomationException
isInLine
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInLine(boolean flag) throws java.io.IOException, AutomationException
setInLine
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAtStart() throws java.io.IOException, AutomationException
isAtStart
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAtStart(boolean flag) throws java.io.IOException, AutomationException
setAtStart
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAtEnd() throws java.io.IOException, AutomationException
isAtEnd
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAtEnd(boolean flag) throws java.io.IOException, AutomationException
setAtEnd
in interface ILineLabelPosition
flag
- The flag (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
isParallel
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParallel(boolean flag) throws java.io.IOException, AutomationException
setParallel
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPerpendicular() throws java.io.IOException, AutomationException
isPerpendicular
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPerpendicular(boolean flag) throws java.io.IOException, AutomationException
setPerpendicular
in interface ILineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHorizontal() throws java.io.IOException, AutomationException
isHorizontal
in interface ILineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHorizontal(boolean flag) throws java.io.IOException, AutomationException
setHorizontal
in interface ILineLabelPosition
flag
- The flag (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
getOffset
in interface ILineLabelPosition
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
setOffset
in interface ILineLabelPosition
offset
- The offset (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 |