|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineInkGenericDrawTool
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 |
---|
static final int IID2e100f02_43fe_43bd_8358_f8908d978fbb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparency(int pTrans) throws java.io.IOException, AutomationException
pTrans
- The pTrans (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransparency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTipType(int pTipType) throws java.io.IOException, AutomationException
pTipType
- A com.esri.arcgis.carto.ESRITPCStylusType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTipType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |