|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILegendClassFormat
COM Interface 'ILegendClassFormat'. 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 class.' 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 |
IID52aa5bc2_cb21_11d0_87f9_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IAreaPatch |
getAreaPatch()
The area patch. |
ITextSymbol |
getDescriptionSymbol()
Text symbol used to draw legend group descriptions. |
ITextSymbol |
getLabelSymbol()
Text symbol used to draw the legend group labels. |
ILinePatch |
getLinePatch()
The line patch. |
double |
getPatchHeight()
Height of the patch in points. |
double |
getPatchWidth()
Width of the patch in points. |
void |
setAreaPatch(IAreaPatch shape)
The area patch. |
void |
setDescriptionSymbol(ITextSymbol symbol)
Text symbol used to draw legend group descriptions. |
void |
setLabelSymbol(ITextSymbol symbol)
Text symbol used to draw the legend group labels. |
void |
setLinePatch(ILinePatch shape)
The line patch. |
void |
setPatchHeight(double height)
Height of the patch in points. |
void |
setPatchWidth(double width)
Width of the patch in points. |
| Field Detail |
|---|
static final int IID52aa5bc2_cb21_11d0_87f9_080009ec732a
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ITextSymbol getLabelSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelSymbol(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.
ITextSymbol getDescriptionSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescriptionSymbol(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.
double getPatchWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPatchWidth(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 getPatchHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPatchHeight(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 getLinePatch()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLinePatch(ILinePatch shape)
throws java.io.IOException,
AutomationException
shape - 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 getAreaPatch()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAreaPatch(IAreaPatch shape)
throws java.io.IOException,
AutomationException
shape - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||