com.esri.arcgis.carto
Class IDataGraphTGeneralPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IDataGraphTGeneralPropertiesProxy
All Implemented Interfaces:
IDataGraphTGeneralProperties, Externalizable, Serializable

public class IDataGraphTGeneralPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IDataGraphTGeneralProperties, Serializable

Provides access to members that control general data graph properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IDataGraphTGeneralPropertiesProxy()
           
  IDataGraphTGeneralPropertiesProxy(Object obj)
           
protected IDataGraphTGeneralPropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getFooter()
          Footer of the graph.
 String getSubTitle()
          Subtitle of the graph.
 String getTitle()
          Title of the graph.
 boolean isShow3D()
          Indicates if graph is rendered in 3-D.
 void removeListener(String iidStr, Object theListener)
           
 void setFooter(String footer)
          Footer of the graph.
 void setShow3D(boolean b)
          Indicates if graph is rendered in 3-D.
 void setSubTitle(String subTitle)
          Subtitle of the graph.
 void setTitle(String title)
          Title of the graph.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IDataGraphTGeneralPropertiesProxy

public IDataGraphTGeneralPropertiesProxy()

IDataGraphTGeneralPropertiesProxy

public IDataGraphTGeneralPropertiesProxy(Object obj)
                                  throws IOException
Throws:
IOException

IDataGraphTGeneralPropertiesProxy

protected IDataGraphTGeneralPropertiesProxy(Object obj,
                                            String iid)
                                     throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getTitle

public String getTitle()
                throws IOException,
                       AutomationException
Title of the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getTitle in interface IDataGraphTGeneralProperties
Returns:
The title
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

public void setTitle(String title)
              throws IOException,
                     AutomationException
Title of the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setTitle in interface IDataGraphTGeneralProperties
Parameters:
title - The title (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubTitle

public String getSubTitle()
                   throws IOException,
                          AutomationException
Subtitle of the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getSubTitle in interface IDataGraphTGeneralProperties
Returns:
The subTitle
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSubTitle

public void setSubTitle(String subTitle)
                 throws IOException,
                        AutomationException
Subtitle of the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setSubTitle in interface IDataGraphTGeneralProperties
Parameters:
subTitle - The subTitle (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFooter

public String getFooter()
                 throws IOException,
                        AutomationException
Footer of the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFooter in interface IDataGraphTGeneralProperties
Returns:
The footer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFooter

public void setFooter(String footer)
               throws IOException,
                      AutomationException
Footer of the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setFooter in interface IDataGraphTGeneralProperties
Parameters:
footer - The footer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShow3D

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isShow3D in interface IDataGraphTGeneralProperties
Returns:
The b
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShow3D

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setShow3D in interface IDataGraphTGeneralProperties
Parameters:
b - The b (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.