|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGraphTPenProperties
COM Interface 'IDataGraphTPenProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control properties of the line.' 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 |
IIDa4a130e8_45ce_4265_bd2d_25b9399a69f2
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getColor()
Color of the line. |
int |
getStyle()
Style of the line. |
int |
getWidth()
Width of the line. |
boolean |
isVisible()
Indicates if line is visible. |
void |
setColor(int pColor)
Color of the line. |
void |
setStyle(int pType)
Style of the line. |
void |
setVisible(boolean pVisible)
Indicates if line is visible. |
void |
setWidth(int pWidth)
Width of the line. |
Field Detail |
---|
static final int IIDa4a130e8_45ce_4265_bd2d_25b9399a69f2
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean pVisible) throws java.io.IOException, AutomationException
pVisible
- The pVisible (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 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 getStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.carto.esriDataGraphTPenType constant (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 setColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (A COM typedef) (in)
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 |