com.esri.arcgis.cartoUI
Class DataGraphTGeneralProperties

java.lang.Object
  extended by com.esri.arcgis.cartoUI.DataGraphTGeneralProperties
All Implemented Interfaces:
IDataGraphTGeneralProperties, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class DataGraphTGeneralProperties
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IDataGraphTGeneralProperties

COM Class 'DataGraphTGeneralProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description 'A container for the display and manipulation of graph general 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IDataGraphTGeneralProperties
IID, IID8aa61ce1_0d6c_40eb_acd2_499d4d580e2e, xxDummy
 
Constructor Summary
DataGraphTGeneralProperties(java.lang.Object obj)
          Construct a DataGraphTGeneralProperties using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.String getFooter()
          Footer of the graph.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getSubTitle()
          Subtitle of the graph.
 java.lang.String getTitle()
          Title of the graph.
 int hashCode()
          the hashcode for this object
 boolean isShow3D()
          Indicates if graph is rendered in 3-D.
 void release()
          Release a DataGraphTGeneralProperties.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataGraphTGeneralProperties

public DataGraphTGeneralProperties(java.lang.Object obj)
                            throws java.io.IOException
Construct a DataGraphTGeneralProperties using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DataGraphTGeneralProperties.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
DataGraphTGeneralProperties o = (DataGraphTGeneralProperties)obj; // will not work

DataGraphTGeneralProperties o = new DataGraphTGeneralProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems DataGraphTGeneralProperties theDataGraphTGeneralProperties = (DataGraphTGeneralProperties) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a DataGraphTGeneralProperties.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getTitle

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

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

setTitle

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

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

getSubTitle

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

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

setSubTitle

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

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

getFooter

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

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

setFooter

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

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

isShow3D

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

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

setShow3D

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

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