|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.DataGraphTLegendProperties
public class DataGraphTLegendProperties
A container for the display and manipulation of graph legend properties.
| Constructor Summary | |
|---|---|
DataGraphTLegendProperties(Object obj)
Construct a DataGraphTLegendProperties using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getAlignment()
Options in arranging graph legend. |
int |
getTextStyle()
Options in representing values and labels in graph legend. |
String |
getTitle()
Title of the legend. |
int |
hashCode()
the hashcode for this object |
boolean |
isVisible()
Indicates if graph legend is visible. |
void |
setAlignment(int pAlignment)
Options in arranging graph legend. |
void |
setTextStyle(int style)
Options in representing values and labels in graph legend. |
void |
setTitle(String title)
Title of the legend. |
void |
setVisible(boolean b)
Indicates if graph legend is visible. |
| 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 DataGraphTLegendProperties(Object obj)
throws IOException
obj to DataGraphTLegendProperties. *
DataGraphTLegendProperties o = (DataGraphTLegendProperties)obj; // will not work
DataGraphTLegendProperties o = new DataGraphTLegendProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
DataGraphTLegendProperties theDataGraphTLegendProperties = (DataGraphTLegendProperties) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface IDataGraphTLegendPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean b)
throws IOException,
AutomationException
setVisible in interface IDataGraphTLegendPropertiesb - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTitle()
throws IOException,
AutomationException
getTitle in interface IDataGraphTLegendPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(String title)
throws IOException,
AutomationException
setTitle in interface IDataGraphTLegendPropertiestitle - The title (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAlignment()
throws IOException,
AutomationException
getAlignment in interface IDataGraphTLegendPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlignment(int pAlignment)
throws IOException,
AutomationException
setAlignment in interface IDataGraphTLegendPropertiespAlignment - A com.esri.arcgis.carto.esriDataGraphTLegendAlignment constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTextStyle()
throws IOException,
AutomationException
getTextStyle in interface IDataGraphTLegendPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextStyle(int style)
throws IOException,
AutomationException
setTextStyle in interface IDataGraphTLegendPropertiesstyle - A com.esri.arcgis.carto.esriDataGraphTLegendTextSyle constant (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 | ||||||||