com.esri.arcgis.display
Interface IFillPattern

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GradientPattern, IFillPatternProxy, LinePattern, SolidColorPattern

public interface IFillPattern
extends java.io.Serializable

COM Interface 'IFillPattern'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to methods that control the fill pattern.' 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 IIDa8c6cf51_202c_46c7_9dbb_9900c9cd9c2e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void draw(IOutputContext context, IGeometry geometry, IEnvelope envelope)
          Draws the fill pattern.
 

Field Detail

IIDa8c6cf51_202c_46c7_9dbb_9900c9cd9c2e

static final int IIDa8c6cf51_202c_46c7_9dbb_9900c9cd9c2e
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

draw

void draw(IOutputContext context,
          IGeometry geometry,
          IEnvelope envelope)
          throws java.io.IOException,
                 AutomationException
Draws the fill pattern.

Parameters:
context - A reference to a com.esri.arcgis.display.IOutputContext (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.