| 
|||||||||
| 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.IACLineLabelPositionProxy
public class IACLineLabelPositionProxy
Provides access to members that control ArcIMS line label position.
| Field Summary | |
|---|---|
 boolean | 
noncastable
 | 
| Fields inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef | 
| Constructor Summary | |
|---|---|
  | 
IACLineLabelPositionProxy()
 | 
  | 
IACLineLabelPositionProxy(Object obj)
 | 
protected  | 
IACLineLabelPositionProxy(Object obj,
                          String iid)
 | 
| Method Summary | |
|---|---|
 void | 
addListener(String iidStr,
            Object theListener,
            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(String iidStr,
               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 boolean noncastable
| Constructor Detail | 
|---|
public IACLineLabelPositionProxy()
public IACLineLabelPositionProxy(Object obj)
                          throws IOException
IOException
protected IACLineLabelPositionProxy(Object obj,
                                    String iid)
                             throws IOException
IOException| Method Detail | 
|---|
public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public boolean isNone()
               throws IOException,
                      AutomationException
isNone in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNone(boolean flag)
             throws IOException,
                    AutomationException
setNone in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAbove()
                throws IOException,
                       AutomationException
isAbove in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAbove(boolean flag)
              throws IOException,
                     AutomationException
setAbove in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBelow()
                throws IOException,
                       AutomationException
isBelow in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBelow(boolean flag)
              throws IOException,
                     AutomationException
setBelow in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOnTop()
                throws IOException,
                       AutomationException
isOnTop in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOnTop(boolean flag)
              throws IOException,
                     AutomationException
setOnTop in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLeft()
               throws IOException,
                      AutomationException
isLeft in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeft(boolean flag)
             throws IOException,
                    AutomationException
setLeft in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRight()
                throws IOException,
                       AutomationException
isRight in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRight(boolean flag)
              throws IOException,
                     AutomationException
setRight in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInLine()
                 throws IOException,
                        AutomationException
isInLine in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInLine(boolean flag)
               throws IOException,
                      AutomationException
setInLine in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAtStart()
                  throws IOException,
                         AutomationException
isAtStart in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAtStart(boolean flag)
                throws IOException,
                       AutomationException
setAtStart in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAtEnd()
                throws IOException,
                       AutomationException
isAtEnd in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAtEnd(boolean flag)
              throws IOException,
                     AutomationException
setAtEnd in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isParallel()
                   throws IOException,
                          AutomationException
isParallel in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParallel(boolean flag)
                 throws IOException,
                        AutomationException
setParallel in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPerpendicular()
                        throws IOException,
                               AutomationException
isPerpendicular in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPerpendicular(boolean flag)
                      throws IOException,
                             AutomationException
setPerpendicular in interface IACLineLabelPositionflag - The flag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHorizontal()
                     throws IOException,
                            AutomationException
isHorizontal in interface IACLineLabelPositionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontal(boolean flag)
                   throws IOException,
                          AutomationException
setHorizontal in interface IACLineLabelPositionflag - The flag  (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 | ||||||||