|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.DataGraphTGeneralProperties
public class DataGraphTGeneralProperties
A container for the display and manipulation of graph general properties.
| Constructor Summary | |
|---|---|
DataGraphTGeneralProperties(Object obj)
Construct a DataGraphTGeneralProperties using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getFooter()
Footer of the graph. |
String |
getSubTitle()
Subtitle of the graph. |
String |
getTitle()
Title of the graph. |
int |
hashCode()
the hashcode for this object |
boolean |
isShow3D()
Indicates if graph is rendered in 3-D. |
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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public DataGraphTGeneralProperties(Object obj)
throws IOException
obj to DataGraphTGeneralProperties. *
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
IOException - if there are interop problems
DataGraphTGeneralProperties theDataGraphTGeneralProperties = (DataGraphTGeneralProperties) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getTitle()
throws IOException,
AutomationException
getTitle in interface IDataGraphTGeneralPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(String title)
throws IOException,
AutomationException
setTitle in interface IDataGraphTGeneralPropertiestitle - The title (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSubTitle()
throws IOException,
AutomationException
getSubTitle in interface IDataGraphTGeneralPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSubTitle(String subTitle)
throws IOException,
AutomationException
setSubTitle in interface IDataGraphTGeneralPropertiessubTitle - The subTitle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFooter()
throws IOException,
AutomationException
getFooter in interface IDataGraphTGeneralPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFooter(String footer)
throws IOException,
AutomationException
setFooter in interface IDataGraphTGeneralPropertiesfooter - The footer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShow3D()
throws IOException,
AutomationException
isShow3D in interface IDataGraphTGeneralPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShow3D(boolean b)
throws IOException,
AutomationException
setShow3D in interface IDataGraphTGeneralPropertiesb - The b (in)
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 | ||||||||