|
|||||||||
| 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.IDataGraphTAxisPropertiesProxy
public class IDataGraphTAxisPropertiesProxy
Provides access to members that control graph axis 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 | |
|---|---|
|
IDataGraphTAxisPropertiesProxy()
|
|
IDataGraphTAxisPropertiesProxy(Object obj)
|
protected |
IDataGraphTAxisPropertiesProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getDateTimeFormat()
Format string for axis date/time labels. |
Object |
getMaximum()
Maximum of the axis. |
Object |
getMinimum()
Minimum of the axis. |
String |
getTitle()
Title of an axis. |
String |
getValueFormat()
Format string for axis value labels. |
boolean |
isAutomaticMaximum()
Indicates whether the graph axis calculates it's maximum. |
boolean |
isAutomaticMinimum()
Indicates whether the graph axis calculates it's minimum. |
boolean |
isHorizontal()
Indicates axis orientation. |
boolean |
isLogarithmic()
Indicates whether the graph axis has logarithmic scale. |
boolean |
isVisible()
Indicates whether the graph axis is visible. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAutomaticMaximum(boolean b)
Indicates whether the graph axis calculates it's maximum. |
void |
setAutomaticMinimum(boolean b)
Indicates whether the graph axis calculates it's minimum. |
void |
setDateTimeFormat(String format)
Format string for axis date/time labels. |
void |
setLogarithmic(boolean b)
Indicates whether the graph axis has logarithmic scale. |
void |
setMaximum(Object var)
Maximum of the axis. |
void |
setMinimum(Object var)
Minimum of the axis. |
void |
setTitle(String title)
Title of an axis. |
void |
setValueFormat(String format)
Format string for axis value labels. |
void |
setVisible(boolean b)
Indicates whether the graph axis 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 IDataGraphTAxisPropertiesProxy()
public IDataGraphTAxisPropertiesProxy(Object obj)
throws IOException
IOException
protected IDataGraphTAxisPropertiesProxy(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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean b)
throws IOException,
AutomationException
setVisible in interface IDataGraphTAxisPropertiesb - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLogarithmic()
throws IOException,
AutomationException
isLogarithmic in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLogarithmic(boolean b)
throws IOException,
AutomationException
setLogarithmic in interface IDataGraphTAxisPropertiesb - 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 IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(String title)
throws IOException,
AutomationException
setTitle in interface IDataGraphTAxisPropertiestitle - The title (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getValueFormat()
throws IOException,
AutomationException
getValueFormat in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setValueFormat(String format)
throws IOException,
AutomationException
setValueFormat in interface IDataGraphTAxisPropertiesformat - The format (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDateTimeFormat()
throws IOException,
AutomationException
getDateTimeFormat in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDateTimeFormat(String format)
throws IOException,
AutomationException
setDateTimeFormat in interface IDataGraphTAxisPropertiesformat - The format (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutomaticMinimum()
throws IOException,
AutomationException
isAutomaticMinimum in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutomaticMinimum(boolean b)
throws IOException,
AutomationException
setAutomaticMinimum in interface IDataGraphTAxisPropertiesb - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutomaticMaximum()
throws IOException,
AutomationException
isAutomaticMaximum in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutomaticMaximum(boolean b)
throws IOException,
AutomationException
setAutomaticMaximum in interface IDataGraphTAxisPropertiesb - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getMinimum()
throws IOException,
AutomationException
getMinimum in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimum(Object var)
throws IOException,
AutomationException
setMinimum in interface IDataGraphTAxisPropertiesvar - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getMaximum()
throws IOException,
AutomationException
getMaximum in interface IDataGraphTAxisPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximum(Object var)
throws IOException,
AutomationException
setMaximum in interface IDataGraphTAxisPropertiesvar - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHorizontal()
throws IOException,
AutomationException
isHorizontal in interface IDataGraphTAxisPropertiesIOException - 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 | ||||||||