|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataGraphTGeneralProperties
COM Interface 'IDataGraphTGeneralProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control general data graph properties.' 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 |
IID8aa61ce1_0d6c_40eb_acd2_499d4d580e2e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getFooter()
Footer of the graph. |
java.lang.String |
getSubTitle()
Subtitle of the graph. |
java.lang.String |
getTitle()
Title of the graph. |
boolean |
isShow3D()
Indicates if graph is rendered in 3-D. |
void |
setFooter(java.lang.String footer)
Footer of the graph. |
void |
setShow3D(boolean b)
Indicates if graph is rendered in 3-D. |
void |
setSubTitle(java.lang.String subTitle)
Subtitle of the graph. |
void |
setTitle(java.lang.String title)
Title of the graph. |
Field Detail |
---|
static final int IID8aa61ce1_0d6c_40eb_acd2_499d4d580e2e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTitle(java.lang.String title) throws java.io.IOException, AutomationException
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubTitle(java.lang.String subTitle) throws java.io.IOException, AutomationException
subTitle
- The subTitle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFooter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFooter(java.lang.String footer) throws java.io.IOException, AutomationException
footer
- The footer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShow3D() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShow3D(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |