com.esri.arcgis.cartoUI
Class DataGraphTLegendProperties

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

public class DataGraphTLegendProperties
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IDataGraphTLegendProperties

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

Description 'A container for the display and manipulation of graph legend 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.IDataGraphTLegendProperties
IID, IID9134b30d_f03d_4b18_8cf6_c8a402e7fd0c, xxDummy
 
Constructor Summary
DataGraphTLegendProperties(java.lang.Object obj)
          Construct a DataGraphTLegendProperties 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
 int getAlignment()
          Options in arranging graph legend.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int getTextStyle()
          Options in representing values and labels in graph legend.
 java.lang.String getTitle()
          Title of the legend.
 int hashCode()
          the hashcode for this object
 boolean isVisible()
          Indicates if graph legend is visible.
 void release()
          Release a DataGraphTLegendProperties.
 void setAlignment(int pAlignment)
          Options in arranging graph legend.
 void setTextStyle(int style)
          Options in representing values and labels in graph legend.
 void setTitle(java.lang.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
 

Constructor Detail

DataGraphTLegendProperties

public DataGraphTLegendProperties(java.lang.Object obj)
                           throws java.io.IOException
Construct a DataGraphTLegendProperties using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DataGraphTLegendProperties.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
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

Throws:
java.io.IOException - if there are interop problems DataGraphTLegendProperties theDataGraphTLegendProperties = (DataGraphTLegendProperties) 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 DataGraphTLegendProperties.

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

isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if graph legend is visible.

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

setVisible

public void setVisible(boolean b)
                throws java.io.IOException,
                       AutomationException
Indicates if graph legend is visible.

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

getTitle

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

Specified by:
getTitle in interface IDataGraphTLegendProperties
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 legend.

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

getAlignment

public int getAlignment()
                 throws java.io.IOException,
                        AutomationException
Options in arranging graph legend.

Specified by:
getAlignment in interface IDataGraphTLegendProperties
Returns:
A com.esri.arcgis.carto.esriDataGraphTLegendAlignment constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAlignment

public void setAlignment(int pAlignment)
                  throws java.io.IOException,
                         AutomationException
Options in arranging graph legend.

Specified by:
setAlignment in interface IDataGraphTLegendProperties
Parameters:
pAlignment - A com.esri.arcgis.carto.esriDataGraphTLegendAlignment constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextStyle

public int getTextStyle()
                 throws java.io.IOException,
                        AutomationException
Options in representing values and labels in graph legend.

Specified by:
getTextStyle in interface IDataGraphTLegendProperties
Returns:
A com.esri.arcgis.carto.esriDataGraphTLegendTextSyle constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextStyle

public void setTextStyle(int style)
                  throws java.io.IOException,
                         AutomationException
Options in representing values and labels in graph legend.

Specified by:
setTextStyle in interface IDataGraphTLegendProperties
Parameters:
style - A com.esri.arcgis.carto.esriDataGraphTLegendTextSyle constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.