|
|||||||||
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.ILegendFormatProxy
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 ILegendFormatProxy
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.ILegendFormat |
---|
IID, IID52aa5bc1_cb21_11d0_87f9_080009ec732a |
Constructor Summary | |
---|---|
|
ILegendFormatProxy()
Deprecated. For internal use only |
|
ILegendFormatProxy(java.lang.Object obj)
Deprecated. |
protected |
ILegendFormatProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILegendFormatProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILegendFormatProxy(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 |
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 |
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 |
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 |
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 ILegendFormatProxy(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 ILegendFormatProxy()
public ILegendFormatProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILegendFormatProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILegendFormatProxy(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 isShowTitle() throws java.io.IOException, AutomationException
isShowTitle
in interface ILegendFormat
java.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 ILegendFormat
showTitle
- 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 ILegendFormat
java.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 ILegendFormat
symbol
- 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 ILegendFormat
java.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 ILegendFormat
pos
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
gap
- 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 ILegendFormat
java.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 ILegendFormat
width
- 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 ILegendFormat
java.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 ILegendFormat
height
- 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 ILegendFormat
java.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 ILegendFormat
patch
- 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 ILegendFormat
java.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 ILegendFormat
patch
- 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 ILegendFormat
xScale
- The xScale (in)yScale
- The yScale (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 |