com.esri.arcgis.carto
Interface IMapServerLegendPatch

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerLegendPatchProxy, MapServerLegendPatch

public interface IMapServerLegendPatch
extends java.io.Serializable

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

IIDe8807b4f_a2ed_43cb_954f_73b7ecd94422

static final int IIDe8807b4f_a2ed_43cb_954f_73b7ecd94422
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPatchWidth

double getPatchWidth()
                     throws java.io.IOException,
                            AutomationException
The patch width (in points).

Returns:
The widthPts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPatchWidth

void setPatchWidth(double widthPts)
                   throws java.io.IOException,
                          AutomationException
The patch width (in points).

Parameters:
widthPts - The widthPts (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPatchHeight

double getPatchHeight()
                      throws java.io.IOException,
                             AutomationException
The patch height (in points).

Returns:
The heightPts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPatchHeight

void setPatchHeight(double heightPts)
                    throws java.io.IOException,
                           AutomationException
The patch height (in points).

Parameters:
heightPts - The heightPts (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPatchResolution

double getPatchResolution()
                          throws java.io.IOException,
                                 AutomationException
The patch resolution (dots per inch).

Returns:
The dpi
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPatchResolution

void setPatchResolution(double dpi)
                        throws java.io.IOException,
                               AutomationException
The patch resolution (dots per inch).

Parameters:
dpi - The dpi (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLinePatch

ILinePatch getLinePatch()
                        throws java.io.IOException,
                               AutomationException
The line patch.

Returns:
A reference to a com.esri.arcgis.carto.ILinePatch
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinePatch

void setLinePatch(ILinePatch patch)
                  throws java.io.IOException,
                         AutomationException
The line patch.

Parameters:
patch - A reference to a com.esri.arcgis.carto.ILinePatch (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreaPatch

IAreaPatch getAreaPatch()
                        throws java.io.IOException,
                               AutomationException
The area patch.

Returns:
A reference to a com.esri.arcgis.carto.IAreaPatch
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAreaPatch

void setAreaPatch(IAreaPatch patch)
                  throws java.io.IOException,
                         AutomationException
The area patch.

Parameters:
patch - A reference to a com.esri.arcgis.carto.IAreaPatch (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.