|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMapSurroundProxy com.esri.arcgis.carto.ILegendProxy
Description: 'Provides access to members that control a legend.' 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 ILegendProxy
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.ILegend |
---|
IID, IID3141f307_38e2_11d1_8809_080009ec732a |
Fields inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
IIDfe3115e9_ed6c_11d0_8683_0000f8751720 |
Constructor Summary | |
---|---|
|
ILegendProxy()
Deprecated. For internal use only |
|
ILegendProxy(java.lang.Object obj)
Deprecated. |
protected |
ILegendProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILegendProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILegendProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addItem(ILegendItem item)
Deprecated. Adds a new item to the legend (to the end of the list). |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clearItems()
Deprecated. Removes all items from the legend. |
ILegendFormat |
getFormat()
Deprecated. The formatting options for the legend (can be stored in the style gallery). |
ILegendItem |
getItem(int index)
Deprecated. The specified item from the legend. |
int |
getItemCount()
Deprecated. Number of items in the legend. |
java.lang.String |
getTitle()
Deprecated. Title. |
void |
insertItem(int index,
ILegendItem item)
Deprecated. Inserts a new item into the legend (at the location specified by index). |
boolean |
isAutoAdd()
Deprecated. Indicates if a new item should be added when a new layer is added to the map. |
boolean |
isAutoReorder()
Deprecated. Indicates if the legend items should be kept in the same order as the layers. |
boolean |
isAutoVisibility()
Deprecated. Indicates if items should be shown only when associated layers are visible. |
boolean |
isFlowRight()
Deprecated. Reserved for future use. |
void |
removeItem(int index)
Deprecated. Removes the specified item from the legend. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAutoAdd(boolean autoAdd)
Deprecated. Indicates if a new item should be added when a new layer is added to the map. |
void |
setAutoReorder(boolean autoReorder)
Deprecated. Indicates if the legend items should be kept in the same order as the layers. |
void |
setAutoVisibility(boolean autoVisibility)
Deprecated. Indicates if items should be shown only when associated layers are visible. |
void |
setFlowRight(boolean flag)
Deprecated. Reserved for future use. |
void |
setFormatByRef(ILegendFormat legendFormat)
Deprecated. The formatting options for the legend (can be stored in the style gallery). |
void |
setTitle(java.lang.String title)
Deprecated. Title. |
Methods inherited from class com.esri.arcgis.carto.IMapSurroundProxy |
---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
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 |
Methods inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ILegendProxy(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 ILegendProxy()
public ILegendProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILegendProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILegendProxy(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 IMapSurroundProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IMapSurroundProxy
java.io.IOException
public ILegendFormat getFormat() throws java.io.IOException, AutomationException
getFormat
in interface ILegend
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFormatByRef(ILegendFormat legendFormat) throws java.io.IOException, AutomationException
setFormatByRef
in interface ILegend
legendFormat
- A reference to a com.esri.arcgis.carto.ILegendFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTitle() throws java.io.IOException, AutomationException
getTitle
in interface ILegend
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTitle(java.lang.String title) throws java.io.IOException, AutomationException
setTitle
in interface ILegend
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoAdd() throws java.io.IOException, AutomationException
isAutoAdd
in interface ILegend
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoAdd(boolean autoAdd) throws java.io.IOException, AutomationException
setAutoAdd
in interface ILegend
autoAdd
- The autoAdd (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoReorder() throws java.io.IOException, AutomationException
isAutoReorder
in interface ILegend
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoReorder(boolean autoReorder) throws java.io.IOException, AutomationException
setAutoReorder
in interface ILegend
autoReorder
- The autoReorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoVisibility() throws java.io.IOException, AutomationException
isAutoVisibility
in interface ILegend
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoVisibility(boolean autoVisibility) throws java.io.IOException, AutomationException
setAutoVisibility
in interface ILegend
autoVisibility
- The autoVisibility (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFlowRight() throws java.io.IOException, AutomationException
isFlowRight
in interface ILegend
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFlowRight(boolean flag) throws java.io.IOException, AutomationException
setFlowRight
in interface ILegend
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getItemCount() throws java.io.IOException, AutomationException
getItemCount
in interface ILegend
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILegendItem getItem(int index) throws java.io.IOException, AutomationException
getItem
in interface ILegend
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addItem(ILegendItem item) throws java.io.IOException, AutomationException
addItem
in interface ILegend
item
- A reference to a com.esri.arcgis.carto.ILegendItem (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertItem(int index, ILegendItem item) throws java.io.IOException, AutomationException
insertItem
in interface ILegend
index
- The index (in)item
- A reference to a com.esri.arcgis.carto.ILegendItem (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeItem(int index) throws java.io.IOException, AutomationException
removeItem
in interface ILegend
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearItems() throws java.io.IOException, AutomationException
clearItems
in interface ILegend
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 |