|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.cartoUI.DataGraphTVerticalAxisProperties
public class DataGraphTVerticalAxisProperties
COM Class 'DataGraphTVerticalAxisProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'A container for the display and manipulation of graph vertical axis 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.IDataGraphTAxisProperties |
---|
IID, IID6d6170e0_f35c_4f35_bc0d_d65e9db779e9, xxDummy |
Constructor Summary | |
---|---|
DataGraphTVerticalAxisProperties(java.lang.Object obj)
Construct a DataGraphTVerticalAxisProperties 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 |
java.lang.String |
getDateTimeFormat()
Format string for axis date/time labels. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.Object |
getMaximum()
Maximum of the axis. |
java.lang.Object |
getMinimum()
Minimum of the axis. |
java.lang.String |
getTitle()
Title of an axis. |
java.lang.String |
getValueFormat()
Format string for axis value labels. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a DataGraphTVerticalAxisProperties. |
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(java.lang.String format)
Format string for axis date/time labels. |
void |
setLogarithmic(boolean b)
Indicates whether the graph axis has logarithmic scale. |
void |
setMaximum(java.lang.Object var)
Maximum of the axis. |
void |
setMinimum(java.lang.Object var)
Minimum of the axis. |
void |
setTitle(java.lang.String title)
Title of an axis. |
void |
setValueFormat(java.lang.String format)
Format string for axis value labels. |
void |
setVisible(boolean b)
Indicates whether the graph axis is visible. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataGraphTVerticalAxisProperties(java.lang.Object obj) throws java.io.IOException
obj
to DataGraphTVerticalAxisProperties
. *
DataGraphTVerticalAxisProperties o = (DataGraphTVerticalAxisProperties)obj; // will not work
DataGraphTVerticalAxisProperties o = new DataGraphTVerticalAxisProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
DataGraphTVerticalAxisProperties theDataGraphTVerticalAxisProperties = (DataGraphTVerticalAxisProperties) 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 IDataGraphTAxisProperties
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 IDataGraphTAxisProperties
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLogarithmic() throws java.io.IOException, AutomationException
isLogarithmic
in interface IDataGraphTAxisProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLogarithmic(boolean b) throws java.io.IOException, AutomationException
setLogarithmic
in interface IDataGraphTAxisProperties
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 IDataGraphTAxisProperties
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 IDataGraphTAxisProperties
title
- The title (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getValueFormat() throws java.io.IOException, AutomationException
getValueFormat
in interface IDataGraphTAxisProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueFormat(java.lang.String format) throws java.io.IOException, AutomationException
setValueFormat
in interface IDataGraphTAxisProperties
format
- The format (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDateTimeFormat() throws java.io.IOException, AutomationException
getDateTimeFormat
in interface IDataGraphTAxisProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDateTimeFormat(java.lang.String format) throws java.io.IOException, AutomationException
setDateTimeFormat
in interface IDataGraphTAxisProperties
format
- The format (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutomaticMinimum() throws java.io.IOException, AutomationException
isAutomaticMinimum
in interface IDataGraphTAxisProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutomaticMinimum(boolean b) throws java.io.IOException, AutomationException
setAutomaticMinimum
in interface IDataGraphTAxisProperties
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutomaticMaximum() throws java.io.IOException, AutomationException
isAutomaticMaximum
in interface IDataGraphTAxisProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutomaticMaximum(boolean b) throws java.io.IOException, AutomationException
setAutomaticMaximum
in interface IDataGraphTAxisProperties
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getMinimum() throws java.io.IOException, AutomationException
getMinimum
in interface IDataGraphTAxisProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimum(java.lang.Object var) throws java.io.IOException, AutomationException
setMinimum
in interface IDataGraphTAxisProperties
var
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getMaximum() throws java.io.IOException, AutomationException
getMaximum
in interface IDataGraphTAxisProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximum(java.lang.Object var) throws java.io.IOException, AutomationException
setMaximum
in interface IDataGraphTAxisProperties
var
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHorizontal() throws java.io.IOException, AutomationException
isHorizontal
in interface IDataGraphTAxisProperties
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 |