com.esri.arcgis.controls
Interface IEngineInkGenericDrawTool

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ControlsInkGenericDrawTool, IEngineInkGenericDrawToolProxy

public interface IEngineInkGenericDrawTool
extends java.io.Serializable

COM Interface 'IEngineInkGenericDrawTool'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to the ink properties of the ControlsInkGenericDrawTool.' 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 IID2e100f02_43fe_43bd_8358_f8908d978fbb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getColor()
          The color used to render the element created by this tool.
 int getTipType()
          The pen tip type used to render the element created by this tool.
 int getTransparency()
          The transparency used to render the element created by this tool.
 int getWidth()
          The width (in mm) used to render the element created by this tool.
 void setColor(int pColor)
          The color used to render the element created by this tool.
 void setTipType(int pTipType)
          The pen tip type used to render the element created by this tool.
 void setTransparency(int pTrans)
          The transparency used to render the element created by this tool.
 void setWidth(int pWidth)
          The width (in mm) used to render the element created by this tool.
 

Field Detail

IID2e100f02_43fe_43bd_8358_f8908d978fbb

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

setColor

void setColor(int pColor)
              throws java.io.IOException,
                     AutomationException
The color used to render the element created by this tool.

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

getColor

int getColor()
             throws java.io.IOException,
                    AutomationException
The color used to render the element created by this tool.

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

setWidth

void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
The width (in mm) used to render the element created by this tool.

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

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width (in mm) used to render the element created by this tool.

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

setTransparency

void setTransparency(int pTrans)
                     throws java.io.IOException,
                            AutomationException
The transparency used to render the element created by this tool.

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

getTransparency

int getTransparency()
                    throws java.io.IOException,
                           AutomationException
The transparency used to render the element created by this tool.

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

setTipType

void setTipType(int pTipType)
                throws java.io.IOException,
                       AutomationException
The pen tip type used to render the element created by this tool.

Parameters:
pTipType - A com.esri.arcgis.carto.ESRITPCStylusType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTipType

int getTipType()
               throws java.io.IOException,
                      AutomationException
The pen tip type used to render the element created by this tool.

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