public interface IPatch
extends java.io.Serializable
Description: 'Provides access to members that work with a legend patch.' 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 |
IIDbeb4edb5_e3b4_11d2_b868_00600802e603 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
get_Geometry(IEnvelope bounds)
Patch geometry sized to fit the specified bounds.
|
java.lang.String |
getName()
Name of the patch.
|
boolean |
isPreserveAspectRatio()
Indicates if aspect ratio of patch is preserved.
|
void |
setGeometry(IGeometry rhs1)
Patch geometry.
|
void |
setName(java.lang.String name)
Name of the patch.
|
void |
setPreserveAspectRatio(boolean flag)
Indicates if aspect ratio of patch is preserved.
|
static final int IIDbeb4edb5_e3b4_11d2_b868_00600802e603
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isPreserveAspectRatio() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPreserveAspectRatio(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometry(IGeometry rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry get_Geometry(IEnvelope bounds) throws java.io.IOException, AutomationException
bounds
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.