com.esri.arcgis.display
Interface ILineStroke

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILineStrokeProxy, LineStroke

public interface ILineStroke
extends java.io.Serializable

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

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

Field Detail

IID84f0a9dd_8b74_4b84_bd38_5eee0154cd34

static final int IID84f0a9dd_8b74_4b84_bd38_5eee0154cd34
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 line stroke.

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.