|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILegendFormat
COM Interface 'ILegendFormat'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID52aa5bc1_cb21_11d0_87f9_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IAreaPatch |
getDefaultAreaPatch()
Area patch. |
ILinePatch |
getDefaultLinePatch()
Line patch. |
double |
getDefaultPatchHeight()
Patch height in points. |
double |
getDefaultPatchWidth()
Patch width in points. |
double |
getGroupGap()
Vertical distance in points between legend groups. |
double |
getHeadingGap()
Vertical distance in points between a heading and the legend graphics that follow. |
double |
getHorizontalItemGap()
Horizontal distance in points between legend item columns. |
double |
getHorizontalPatchGap()
Horizontal distance in points between a patch and the legend graphics before and after. |
double |
getLayerNameGap()
Vertical distance in points between layer names and the legend graphics that follow. |
double |
getTextGap()
Horizontal distance in points between labels and descriptions. |
double |
getTitleGap()
Vertical distance in points between title and first legend item. |
int |
getTitlePosition()
Legend title position. |
ITextSymbol |
getTitleSymbol()
Text symbol used to draw the legend title. |
double |
getVerticalItemGap()
Vertical distance in points between legend items. |
double |
getVerticalPatchGap()
Vertical distance in points between patches. |
boolean |
isShowTitle()
Indicates if title is visibile. |
void |
scale(double xScale,
double yScale)
Multiply all distances, gaps, and size property values on this interface by the specified scale factors. |
void |
setDefaultAreaPatch(IAreaPatch patch)
Area patch. |
void |
setDefaultLinePatch(ILinePatch patch)
Line patch. |
void |
setDefaultPatchHeight(double height)
Patch height in points. |
void |
setDefaultPatchWidth(double width)
Patch width in points. |
void |
setGroupGap(double gap)
Vertical distance in points between legend groups. |
void |
setHeadingGap(double gap)
Vertical distance in points between a heading and the legend graphics that follow. |
void |
setHorizontalItemGap(double gap)
Horizontal distance in points between legend item columns. |
void |
setHorizontalPatchGap(double gap)
Horizontal distance in points between a patch and the legend graphics before and after. |
void |
setLayerNameGap(double gap)
Vertical distance in points between layer names and the legend graphics that follow. |
void |
setShowTitle(boolean showTitle)
Indicates if title is visibile. |
void |
setTextGap(double gap)
Horizontal distance in points between labels and descriptions. |
void |
setTitleGap(double gap)
Vertical distance in points between title and first legend item. |
void |
setTitlePosition(int pos)
Legend title position. |
void |
setTitleSymbol(ITextSymbol symbol)
Text symbol used to draw the legend title. |
void |
setVerticalItemGap(double gap)
Vertical distance in points between legend items. |
void |
setVerticalPatchGap(double gap)
Vertical distance in points between patches. |
| Field Detail |
|---|
static final int IID52aa5bc1_cb21_11d0_87f9_080009ec732a
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isShowTitle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowTitle(boolean showTitle)
throws java.io.IOException,
AutomationException
showTitle - The showTitle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getTitleSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTitleSymbol(ITextSymbol symbol)
throws java.io.IOException,
AutomationException
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.
int getTitlePosition()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTitlePosition(int pos)
throws java.io.IOException,
AutomationException
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.
double getTitleGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTitleGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getVerticalItemGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalItemGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getHorizontalItemGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHorizontalItemGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLayerNameGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayerNameGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getGroupGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGroupGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getHeadingGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeadingGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getTextGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getVerticalPatchGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalPatchGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getHorizontalPatchGap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHorizontalPatchGap(double gap)
throws java.io.IOException,
AutomationException
gap - The gap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDefaultPatchWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultPatchWidth(double width)
throws java.io.IOException,
AutomationException
width - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDefaultPatchHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultPatchHeight(double height)
throws java.io.IOException,
AutomationException
height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILinePatch getDefaultLinePatch()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultLinePatch(ILinePatch patch)
throws java.io.IOException,
AutomationException
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.
IAreaPatch getDefaultAreaPatch()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultAreaPatch(IAreaPatch patch)
throws java.io.IOException,
AutomationException
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.
void scale(double xScale,
double yScale)
throws java.io.IOException,
AutomationException
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 | ||||||||