|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.DataGraphTLegendProperties
public class DataGraphTLegendProperties
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 =
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 |
---|
public DataGraphTLegendProperties(java.lang.Object obj) throws java.io.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
java.io.IOException
- if there are interop problems
DataGraphTLegendProperties theDataGraphTLegendProperties = (DataGraphTLegendProperties) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface IDataGraphTLegendProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean b) throws java.io.IOException, AutomationException
setVisible
in interface IDataGraphTLegendProperties
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTitle() throws java.io.IOException, AutomationException
getTitle
in interface IDataGraphTLegendProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTitle(java.lang.String title) throws java.io.IOException, AutomationException
setTitle
in interface IDataGraphTLegendProperties
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAlignment() throws java.io.IOException, AutomationException
getAlignment
in interface IDataGraphTLegendProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlignment(int pAlignment) throws java.io.IOException, AutomationException
setAlignment
in interface IDataGraphTLegendProperties
pAlignment
- A com.esri.arcgis.carto.esriDataGraphTLegendAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTextStyle() throws java.io.IOException, AutomationException
getTextStyle
in interface IDataGraphTLegendProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextStyle(int style) throws java.io.IOException, AutomationException
setTextStyle
in interface IDataGraphTLegendProperties
style
- A com.esri.arcgis.carto.esriDataGraphTLegendTextSyle constant (in)
java.io.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 |