com.esri.arcgis.carto
Interface IDataGraphTLegendProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataGraphTLegendProperties, IDataGraphTLegendPropertiesProxy

public interface IDataGraphTLegendProperties
extends java.io.Serializable

COM Interface 'IDataGraphTLegendProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9134b30d_f03d_4b18_8cf6_c8a402e7fd0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAlignment()
          Options in arranging graph legend.
 int getTextStyle()
          Options in representing values and labels in graph legend.
 java.lang.String getTitle()
          Title of the legend.
 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(java.lang.String title)
          Title of the legend.
 void setVisible(boolean b)
          Indicates if graph legend is visible.
 

Field Detail

IID9134b30d_f03d_4b18_8cf6_c8a402e7fd0c

static final int IID9134b30d_f03d_4b18_8cf6_c8a402e7fd0c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isVisible

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

Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

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

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

getTitle

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

Returns:
The title
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

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

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

getAlignment

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

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

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

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

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

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

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

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.