|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IDataGraphTGeneralPropertiesProxy
public class IDataGraphTGeneralPropertiesProxy
Provides access to members that control general data graph 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 | |
---|---|
|
IDataGraphTGeneralPropertiesProxy()
|
|
IDataGraphTGeneralPropertiesProxy(Object obj)
|
protected |
IDataGraphTGeneralPropertiesProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getFooter()
Footer of the graph. |
String |
getSubTitle()
Subtitle of the graph. |
String |
getTitle()
Title of the graph. |
boolean |
isShow3D()
Indicates if graph is rendered in 3-D. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setFooter(String footer)
Footer of the graph. |
void |
setShow3D(boolean b)
Indicates if graph is rendered in 3-D. |
void |
setSubTitle(String subTitle)
Subtitle of the graph. |
void |
setTitle(String title)
Title of the graph. |
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 IDataGraphTGeneralPropertiesProxy()
public IDataGraphTGeneralPropertiesProxy(Object obj) throws IOException
IOException
protected IDataGraphTGeneralPropertiesProxy(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 String getTitle() throws IOException, AutomationException
getTitle
in interface IDataGraphTGeneralProperties
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 IDataGraphTGeneralProperties
title
- The title (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSubTitle() throws IOException, AutomationException
getSubTitle
in interface IDataGraphTGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubTitle(String subTitle) throws IOException, AutomationException
setSubTitle
in interface IDataGraphTGeneralProperties
subTitle
- The subTitle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFooter() throws IOException, AutomationException
getFooter
in interface IDataGraphTGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFooter(String footer) throws IOException, AutomationException
setFooter
in interface IDataGraphTGeneralProperties
footer
- The footer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShow3D() throws IOException, AutomationException
isShow3D
in interface IDataGraphTGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShow3D(boolean b) throws IOException, AutomationException
setShow3D
in interface IDataGraphTGeneralProperties
b
- The b (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 |