|
|||||||||
| 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.ILegendFormat2Proxy
Description: 'Provides access to members that control formatting information for 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 ILegendFormat2Proxy
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.ILegendFormat2 |
|---|
IID, IID9189da4d_05a6_4746_86b5_4d214b742147 |
| Constructor Summary | |
|---|---|
|
ILegendFormat2Proxy()
Deprecated. For internal use only |
|
ILegendFormat2Proxy(java.lang.Object obj)
Deprecated. |
protected |
ILegendFormat2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILegendFormat2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILegendFormat2Proxy(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. |
IAreaPatch |
getDefaultAreaPatch()
Deprecated. Area patch. |
ILinePatch |
getDefaultLinePatch()
Deprecated. Line patch. |
double |
getDefaultPatchHeight()
Deprecated. Patch height in points. |
double |
getDefaultPatchWidth()
Deprecated. Patch width in points. |
double |
getDescriptionWidth()
Deprecated. getDescriptionWidth |
double |
getGroupGap()
Deprecated. Vertical distance in points between legend groups. |
double |
getHeadingGap()
Deprecated. Vertical distance in points between a heading and the legend graphics that follow. |
double |
getHorizontalItemGap()
Deprecated. Horizontal distance in points between legend item columns. |
double |
getHorizontalPatchGap()
Deprecated. Horizontal distance in points between a patch and the legend graphics before and after. |
double |
getLabelWidth()
Deprecated. getLabelWidth |
double |
getLayerNameGap()
Deprecated. Vertical distance in points between layer names and the legend graphics that follow. |
double |
getTextGap()
Deprecated. Horizontal distance in points between labels and descriptions. |
double |
getTitleGap()
Deprecated. Vertical distance in points between title and first legend item. |
int |
getTitlePosition()
Deprecated. Legend title position. |
ITextSymbol |
getTitleSymbol()
Deprecated. Text symbol used to draw the legend title. |
double |
getVerticalItemGap()
Deprecated. Vertical distance in points between legend items. |
double |
getVerticalPatchGap()
Deprecated. Vertical distance in points between patches. |
boolean |
isShowTitle()
Deprecated. Indicates if title is visibile. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
scale(double xScale,
double yScale)
Deprecated. Multiply all distances, gaps, and size property values on this interface by the specified scale factors. |
void |
setDefaultAreaPatch(IAreaPatch patch)
Deprecated. Area patch. |
void |
setDefaultLinePatch(ILinePatch patch)
Deprecated. Line patch. |
void |
setDefaultPatchHeight(double height)
Deprecated. Patch height in points. |
void |
setDefaultPatchWidth(double width)
Deprecated. Patch width in points. |
void |
setDescriptionWidth(double width)
Deprecated. setDescriptionWidth |
void |
setGroupGap(double gap)
Deprecated. Vertical distance in points between legend groups. |
void |
setHeadingGap(double gap)
Deprecated. Vertical distance in points between a heading and the legend graphics that follow. |
void |
setHorizontalItemGap(double gap)
Deprecated. Horizontal distance in points between legend item columns. |
void |
setHorizontalPatchGap(double gap)
Deprecated. Horizontal distance in points between a patch and the legend graphics before and after. |
void |
setLabelWidth(double width)
Deprecated. setLabelWidth |
void |
setLayerNameGap(double gap)
Deprecated. Vertical distance in points between layer names and the legend graphics that follow. |
void |
setShowTitle(boolean showTitle)
Deprecated. Indicates if title is visibile. |
void |
setTextGap(double gap)
Deprecated. Horizontal distance in points between labels and descriptions. |
void |
setTitleGap(double gap)
Deprecated. Vertical distance in points between title and first legend item. |
void |
setTitlePosition(int pos)
Deprecated. Legend title position. |
void |
setTitleSymbol(ITextSymbol symbol)
Deprecated. Text symbol used to draw the legend title. |
void |
setVerticalItemGap(double gap)
Deprecated. Vertical distance in points between legend items. |
void |
setVerticalPatchGap(double gap)
Deprecated. Vertical distance in points between patches. |
| 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 ILegendFormat2Proxy(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 ILegendFormat2Proxy()
public ILegendFormat2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ILegendFormat2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ILegendFormat2Proxy(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 boolean isShowTitle()
throws java.io.IOException,
AutomationException
isShowTitle in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowTitle(boolean showTitle)
throws java.io.IOException,
AutomationException
setShowTitle in interface ILegendFormat2showTitle - The showTitle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTitleSymbol()
throws java.io.IOException,
AutomationException
getTitleSymbol in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitleSymbol(ITextSymbol symbol)
throws java.io.IOException,
AutomationException
setTitleSymbol in interface ILegendFormat2symbol - 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 getTitlePosition()
throws java.io.IOException,
AutomationException
getTitlePosition in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitlePosition(int pos)
throws java.io.IOException,
AutomationException
setTitlePosition in interface ILegendFormat2pos - A com.esri.arcgis.carto.esriRectanglePosition constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getTitleGap()
throws java.io.IOException,
AutomationException
getTitleGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitleGap(double gap)
throws java.io.IOException,
AutomationException
setTitleGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getVerticalItemGap()
throws java.io.IOException,
AutomationException
getVerticalItemGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticalItemGap(double gap)
throws java.io.IOException,
AutomationException
setVerticalItemGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHorizontalItemGap()
throws java.io.IOException,
AutomationException
getHorizontalItemGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontalItemGap(double gap)
throws java.io.IOException,
AutomationException
setHorizontalItemGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLayerNameGap()
throws java.io.IOException,
AutomationException
getLayerNameGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerNameGap(double gap)
throws java.io.IOException,
AutomationException
setLayerNameGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getGroupGap()
throws java.io.IOException,
AutomationException
getGroupGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGroupGap(double gap)
throws java.io.IOException,
AutomationException
setGroupGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHeadingGap()
throws java.io.IOException,
AutomationException
getHeadingGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeadingGap(double gap)
throws java.io.IOException,
AutomationException
setHeadingGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getTextGap()
throws java.io.IOException,
AutomationException
getTextGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextGap(double gap)
throws java.io.IOException,
AutomationException
setTextGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getVerticalPatchGap()
throws java.io.IOException,
AutomationException
getVerticalPatchGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticalPatchGap(double gap)
throws java.io.IOException,
AutomationException
setVerticalPatchGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHorizontalPatchGap()
throws java.io.IOException,
AutomationException
getHorizontalPatchGap in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontalPatchGap(double gap)
throws java.io.IOException,
AutomationException
setHorizontalPatchGap in interface ILegendFormat2gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDefaultPatchWidth()
throws java.io.IOException,
AutomationException
getDefaultPatchWidth in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultPatchWidth(double width)
throws java.io.IOException,
AutomationException
setDefaultPatchWidth in interface ILegendFormat2width - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDefaultPatchHeight()
throws java.io.IOException,
AutomationException
getDefaultPatchHeight in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultPatchHeight(double height)
throws java.io.IOException,
AutomationException
setDefaultPatchHeight in interface ILegendFormat2height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILinePatch getDefaultLinePatch()
throws java.io.IOException,
AutomationException
getDefaultLinePatch in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultLinePatch(ILinePatch patch)
throws java.io.IOException,
AutomationException
setDefaultLinePatch in interface ILegendFormat2patch - A reference to a com.esri.arcgis.carto.ILinePatch (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAreaPatch getDefaultAreaPatch()
throws java.io.IOException,
AutomationException
getDefaultAreaPatch in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultAreaPatch(IAreaPatch patch)
throws java.io.IOException,
AutomationException
setDefaultAreaPatch in interface ILegendFormat2patch - A reference to a com.esri.arcgis.carto.IAreaPatch (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void scale(double xScale,
double yScale)
throws java.io.IOException,
AutomationException
scale in interface ILegendFormat2xScale - The xScale (in)yScale - The yScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLabelWidth()
throws java.io.IOException,
AutomationException
getLabelWidth in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelWidth(double width)
throws java.io.IOException,
AutomationException
setLabelWidth in interface ILegendFormat2width - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDescriptionWidth()
throws java.io.IOException,
AutomationException
getDescriptionWidth in interface ILegendFormat2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescriptionWidth(double width)
throws java.io.IOException,
AutomationException
setDescriptionWidth in interface ILegendFormat2width - The width (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 | ||||||||