|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IDataGraphTLegendPropertiesProxy
public class IDataGraphTLegendPropertiesProxy
Provides access to members that control graph legend properties.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IDataGraphTLegendPropertiesProxy()
|
|
IDataGraphTLegendPropertiesProxy(Object obj)
|
protected |
IDataGraphTLegendPropertiesProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getAlignment()
Options in arranging graph legend. |
int |
getTextStyle()
Options in representing values and labels in graph legend. |
String |
getTitle()
Title of the legend. |
boolean |
isVisible()
Indicates if graph legend is visible. |
void |
removeListener(String iidStr,
Object theListener)
|
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 com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IDataGraphTLegendPropertiesProxy()
public IDataGraphTLegendPropertiesProxy(Object obj) throws IOException
IOException
protected IDataGraphTLegendPropertiesProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isVisible() throws IOException, AutomationException
isVisible
in interface IDataGraphTLegendProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean b) throws IOException, AutomationException
setVisible
in interface IDataGraphTLegendProperties
b
- 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 IDataGraphTLegendProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTitle(String title) throws IOException, AutomationException
setTitle
in interface IDataGraphTLegendProperties
title
- 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 IDataGraphTLegendProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlignment(int pAlignment) throws IOException, AutomationException
setAlignment
in interface IDataGraphTLegendProperties
pAlignment
- 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 IDataGraphTLegendProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextStyle(int style) throws IOException, AutomationException
setTextStyle
in interface IDataGraphTLegendProperties
style
- 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 |