|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IACLineLabelPositionProxy
public class IACLineLabelPositionProxy
Internal use class Proxy for COM Interface 'IACLineLabelPosition'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS line label position.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.IACLineLabelPosition |
---|
IID, IID3991fa8d_addc_4481_9cc8_4ed047324ac4 |
Constructor Summary | |
---|---|
|
IACLineLabelPositionProxy()
For internal use only |
|
IACLineLabelPositionProxy(java.lang.Object obj)
|
protected |
IACLineLabelPositionProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IACLineLabelPositionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IACLineLabelPositionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
boolean |
isAbove()
Indicates whether to place the label above the line. |
boolean |
isAtEnd()
Indicates whether to place the label at the end of the line. |
boolean |
isAtStart()
Indicates whether to place the label at the start of the line. |
boolean |
isBelow()
Indicates whether to place the label below the line. |
boolean |
isHorizontal()
Indicates whether to place the label horizontally. |
boolean |
isInLine()
Indicates whether to place the label in the line. |
boolean |
isLeft()
Indicates whether to place the label left of the line. |
boolean |
isNone()
Indicates whether the label should not be placed. |
boolean |
isOnTop()
Indicates whether to place the label on top of the line. |
boolean |
isParallel()
Indicates whether to place the label parallel to the line. |
boolean |
isPerpendicular()
Indicates whether to place the label perpendicular to the line. |
boolean |
isRight()
Indicates whether to place the label right of the line. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAbove(boolean flag)
Indicates whether to place the label above the line. |
void |
setAtEnd(boolean flag)
Indicates whether to place the label at the end of the line. |
void |
setAtStart(boolean flag)
Indicates whether to place the label at the start of the line. |
void |
setBelow(boolean flag)
Indicates whether to place the label below the line. |
void |
setHorizontal(boolean flag)
Indicates whether to place the label horizontally. |
void |
setInLine(boolean flag)
Indicates whether to place the label in the line. |
void |
setLeft(boolean flag)
Indicates whether to place the label left of the line. |
void |
setNone(boolean flag)
Indicates whether the label should not be placed. |
void |
setOnTop(boolean flag)
Indicates whether to place the label on top of the line. |
void |
setParallel(boolean flag)
Indicates whether to place the label parallel to the line. |
void |
setPerpendicular(boolean flag)
Indicates whether to place the label perpendicular to the line. |
void |
setRight(boolean flag)
Indicates whether to place the label right of the line. |
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 IACLineLabelPositionProxy(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 IACLineLabelPositionProxy()
public IACLineLabelPositionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IACLineLabelPositionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IACLineLabelPositionProxy(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 isNone() throws java.io.IOException, AutomationException
isNone
in interface IACLineLabelPosition
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNone(boolean flag) throws java.io.IOException, AutomationException
setNone
in interface IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
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 IACLineLabelPosition
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |