|
|||||||||
| 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.ILegendItem3Proxy
Description: 'Provides access to members that control how a layer appears in a legend. Can be stored in a style.' 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 ILegendItem3Proxy
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.ILegendItem3 |
|---|
IID, IID1dc64b35_9613_4007_bec5_3ad4f1b9dfb7 |
| Constructor Summary | |
|---|---|
|
ILegendItem3Proxy()
Deprecated. For internal use only |
|
ILegendItem3Proxy(java.lang.Object obj)
Deprecated. |
protected |
ILegendItem3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILegendItem3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILegendItem3Proxy(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. |
void |
changeFlowDirection(boolean rightToLeft)
Deprecated. Indicates if a legend's flow direction changes. |
void |
createGraphics(IDisplay display,
ILegendFormat legendFormat)
Deprecated. Rebuilds the list of graphics. |
short |
getColumns()
Deprecated. Number of columns in the legend item. |
IEnumElement |
getGraphics()
Deprecated. List of graphics that represent the legend item. |
int |
getGroupIndex()
Deprecated. Zero-based index of the legend group shown by this item. |
ITextSymbol |
getHeadingSymbol()
Deprecated. Text symbol used to draw the heading. |
double |
getHeight()
Deprecated. Height of the item in points. |
ILayer |
getLayer()
Deprecated. Associated layer. |
ITextSymbol |
getLayerNameSymbol()
Deprecated. Text symbol used to draw the layer name. |
ILegendClassFormat |
getLegendClassFormat()
Deprecated. Default formatting information for the legend classes. |
java.lang.String |
getName()
Deprecated. Name of the style. |
double |
getReferenceScaleRatio()
Deprecated. The ratio calculated by dividing the map reference scale by the map scale. |
double |
getWidth()
Deprecated. Width of the item in points. |
boolean |
isCanDisplay(ILayer layer)
Deprecated. Indicates if the style is compatible with the specified layer. |
boolean |
isKeepTogether()
Deprecated. Indicates if classes must appear in a single column or whether they can be split across multiple columns. |
boolean |
isNewColumn()
Deprecated. Indicates if the item starts a new column in the legend. |
boolean |
isShowDescriptions()
Deprecated. Indicates if descriptions are visible. |
boolean |
isShowHeading()
Deprecated. Indicates if heading is visibile. |
boolean |
isShowLabels()
Deprecated. Indicates if labels are visible. |
boolean |
isShowLayerName()
Deprecated. Indicates if layer name is visibile. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColumns(short columns)
Deprecated. Number of columns in the legend item. |
void |
setGroupIndex(int index)
Deprecated. Zero-based index of the legend group shown by this item. |
void |
setHeadingSymbol(ITextSymbol symbol)
Deprecated. Text symbol used to draw the heading. |
void |
setKeepTogether(boolean flag)
Deprecated. Indicates if classes must appear in a single column or whether they can be split across multiple columns. |
void |
setLayerByRef(ILayer layer)
Deprecated. Associated layer. |
void |
setLayerNameSymbol(ITextSymbol symbol)
Deprecated. Text symbol used to draw the layer name. |
void |
setLegendClassFormat(ILegendClassFormat format)
Deprecated. Default formatting information for the legend classes. |
void |
setNewColumn(boolean flag)
Deprecated. Indicates if the item starts a new column in the legend. |
void |
setReferenceScaleRatio(double ratio)
Deprecated. The ratio calculated by dividing the map reference scale by the map scale. |
void |
setShowDescriptions(boolean showDescriptions)
Deprecated. Indicates if descriptions are visible. |
void |
setShowHeading(boolean showHeading)
Deprecated. Indicates if heading is visibile. |
void |
setShowLabels(boolean showLabels)
Deprecated. Indicates if labels are visible. |
void |
setShowLayerName(boolean showLayerName)
Deprecated. Indicates if layer name is visibile. |
| 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 ILegendItem3Proxy(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.IOExceptionpublic ILegendItem3Proxy()
public ILegendItem3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ILegendItem3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ILegendItem3Proxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanDisplay(ILayer layer)
throws java.io.IOException,
AutomationException
isCanDisplay in interface ILegendItem3layer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getLayer()
throws java.io.IOException,
AutomationException
getLayer in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerByRef(ILayer layer)
throws java.io.IOException,
AutomationException
setLayerByRef in interface ILegendItem3layer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNewColumn()
throws java.io.IOException,
AutomationException
isNewColumn in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNewColumn(boolean flag)
throws java.io.IOException,
AutomationException
setNewColumn in interface ILegendItem3flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getColumns()
throws java.io.IOException,
AutomationException
getColumns in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColumns(short columns)
throws java.io.IOException,
AutomationException
setColumns in interface ILegendItem3columns - The columns (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isKeepTogether()
throws java.io.IOException,
AutomationException
isKeepTogether in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKeepTogether(boolean flag)
throws java.io.IOException,
AutomationException
setKeepTogether in interface ILegendItem3flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowLayerName()
throws java.io.IOException,
AutomationException
isShowLayerName in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowLayerName(boolean showLayerName)
throws java.io.IOException,
AutomationException
setShowLayerName in interface ILegendItem3showLayerName - The showLayerName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getLayerNameSymbol()
throws java.io.IOException,
AutomationException
getLayerNameSymbol in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerNameSymbol(ITextSymbol symbol)
throws java.io.IOException,
AutomationException
setLayerNameSymbol in interface ILegendItem3symbol - 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.
public int getGroupIndex()
throws java.io.IOException,
AutomationException
getGroupIndex in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGroupIndex(int index)
throws java.io.IOException,
AutomationException
setGroupIndex in interface ILegendItem3index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowHeading()
throws java.io.IOException,
AutomationException
isShowHeading in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowHeading(boolean showHeading)
throws java.io.IOException,
AutomationException
setShowHeading in interface ILegendItem3showHeading - The showHeading (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getHeadingSymbol()
throws java.io.IOException,
AutomationException
getHeadingSymbol in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeadingSymbol(ITextSymbol symbol)
throws java.io.IOException,
AutomationException
setHeadingSymbol in interface ILegendItem3symbol - 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.
public ILegendClassFormat getLegendClassFormat()
throws java.io.IOException,
AutomationException
getLegendClassFormat in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLegendClassFormat(ILegendClassFormat format)
throws java.io.IOException,
AutomationException
setLegendClassFormat in interface ILegendItem3format - A reference to a com.esri.arcgis.carto.ILegendClassFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowLabels()
throws java.io.IOException,
AutomationException
isShowLabels in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowLabels(boolean showLabels)
throws java.io.IOException,
AutomationException
setShowLabels in interface ILegendItem3showLabels - The showLabels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowDescriptions()
throws java.io.IOException,
AutomationException
isShowDescriptions in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowDescriptions(boolean showDescriptions)
throws java.io.IOException,
AutomationException
setShowDescriptions in interface ILegendItem3showDescriptions - The showDescriptions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createGraphics(IDisplay display,
ILegendFormat legendFormat)
throws java.io.IOException,
AutomationException
createGraphics in interface ILegendItem3display - A reference to a com.esri.arcgis.display.IDisplay (in)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 double getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHeight()
throws java.io.IOException,
AutomationException
getHeight in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumElement getGraphics()
throws java.io.IOException,
AutomationException
getGraphics in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void changeFlowDirection(boolean rightToLeft)
throws java.io.IOException,
AutomationException
changeFlowDirection in interface ILegendItem3rightToLeft - The rightToLeft (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getReferenceScaleRatio()
throws java.io.IOException,
AutomationException
getReferenceScaleRatio in interface ILegendItem3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReferenceScaleRatio(double ratio)
throws java.io.IOException,
AutomationException
setReferenceScaleRatio in interface ILegendItem3ratio - The ratio (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 | ||||||||