|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGraphTSymbolProperties
COM Interface 'IDataGraphTSymbolProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control properties of the symbols for line graph, scatter plot, or box plot.' 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 |
IID70369858_a2a3_49b5_b9e8_e7cb9cf2ffc4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IDataGraphTPenProperties |
getBorderProperties()
Properties of the symbol border. |
int |
getColor()
Color of the symbol fill. |
int |
getHeight()
Height of the symbol. |
int |
getStyle()
Style of the symbol. |
int |
getWidth()
Width of the symbol. |
boolean |
isVisible()
Indicates if symbol is visible. |
void |
setColor(int pColor)
Color of the symbol fill. |
void |
setHeight(int pHeight)
Height of the symbol. |
void |
setStyle(int pStyle)
Style of the symbol. |
void |
setVisible(boolean b)
Indicates if symbol is visible. |
void |
setWidth(int pWidth)
Width of the symbol. |
Field Detail |
---|
static final int IID70369858_a2a3_49b5_b9e8_e7cb9cf2ffc4
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 b) throws java.io.IOException, AutomationException
b
- The b (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 getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(int pHeight) throws java.io.IOException, AutomationException
pHeight
- The pHeight (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 pStyle) throws java.io.IOException, AutomationException
pStyle
- A com.esri.arcgis.carto.esriDataGraphTSymbolType 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.IDataGraphTPenProperties getBorderProperties() 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 |