com.esri.arcgis.carto
Interface IDataGraphTGeneralProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTGeneralProperties, IDataGraphTGeneralPropertiesProxy

public interface IDataGraphTGeneralProperties
extends java.io.Serializable

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

IID8aa61ce1_0d6c_40eb_acd2_499d4d580e2e

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

getTitle

java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Title of the graph.

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

setTitle

void setTitle(java.lang.String title)
              throws java.io.IOException,
                     AutomationException
Title of the graph.

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

getSubTitle

java.lang.String getSubTitle()
                             throws java.io.IOException,
                                    AutomationException
Subtitle of the graph.

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

setSubTitle

void setSubTitle(java.lang.String subTitle)
                 throws java.io.IOException,
                        AutomationException
Subtitle of the graph.

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

getFooter

java.lang.String getFooter()
                           throws java.io.IOException,
                                  AutomationException
Footer of the graph.

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

setFooter

void setFooter(java.lang.String footer)
               throws java.io.IOException,
                      AutomationException
Footer of the graph.

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

isShow3D

boolean isShow3D()
                 throws java.io.IOException,
                        AutomationException
Indicates if graph is rendered in 3-D.

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

setShow3D

void setShow3D(boolean b)
               throws java.io.IOException,
                      AutomationException
Indicates if graph is rendered in 3-D.

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