public interface IMapServerLegendPatch
extends java.io.Serializable
Description: 'Provides access to the Map Server Legend Patch Interface.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe8807b4f_a2ed_43cb_954f_73b7ecd94422 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IAreaPatch |
getAreaPatch()
The area patch.
|
ILinePatch |
getLinePatch()
The line patch.
|
double |
getPatchHeight()
The patch height (in points).
|
double |
getPatchResolution()
The patch resolution (dots per inch).
|
double |
getPatchWidth()
The patch width (in points).
|
void |
setAreaPatch(IAreaPatch patch)
The area patch.
|
void |
setLinePatch(ILinePatch patch)
The line patch.
|
void |
setPatchHeight(double heightPts)
The patch height (in points).
|
void |
setPatchResolution(double dpi)
The patch resolution (dots per inch).
|
void |
setPatchWidth(double widthPts)
The patch width (in points).
|
static final int IIDe8807b4f_a2ed_43cb_954f_73b7ecd94422
static final int xxDummy
static final java.lang.String IID
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 widthPts) throws java.io.IOException, AutomationException
widthPts
- The widthPts (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 heightPts) throws java.io.IOException, AutomationException
heightPts
- The heightPts (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPatchResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPatchResolution(double dpi) throws java.io.IOException, AutomationException
dpi
- The dpi (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 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 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 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.