|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapServerLegendPatch
COM Interface 'IMapServerLegendPatch'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe8807b4f_a2ed_43cb_954f_73b7ecd94422
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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). |
| Field Detail |
|---|
static final int IIDe8807b4f_a2ed_43cb_954f_73b7ecd94422
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||