com.esri.arcgis.cartoUI
Class DataGraphTVerticalAxisProperties

java.lang.Object
  extended by com.esri.arcgis.cartoUI.DataGraphTVerticalAxisProperties
All Implemented Interfaces:
IDataGraphTAxisProperties, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class DataGraphTVerticalAxisProperties
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IDataGraphTAxisProperties

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 =

See Also:
Serialized Form

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

DataGraphTVerticalAxisProperties

public DataGraphTVerticalAxisProperties(java.lang.Object obj)
                                 throws java.io.IOException
Construct a DataGraphTVerticalAxisProperties using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DataGraphTVerticalAxisProperties.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
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

Throws:
java.io.IOException - if there are interop problems DataGraphTVerticalAxisProperties theDataGraphTVerticalAxisProperties = (DataGraphTVerticalAxisProperties) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a DataGraphTVerticalAxisProperties.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the graph axis is visible.

Specified by:
isVisible in interface IDataGraphTAxisProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

public void setVisible(boolean b)
                throws java.io.IOException,
                       AutomationException
Indicates whether the graph axis is visible.

Specified by:
setVisible in interface IDataGraphTAxisProperties
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLogarithmic

public boolean isLogarithmic()
                      throws java.io.IOException,
                             AutomationException
Indicates whether the graph axis has logarithmic scale.

Specified by:
isLogarithmic in interface IDataGraphTAxisProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLogarithmic

public void setLogarithmic(boolean b)
                    throws java.io.IOException,
                           AutomationException
Indicates whether the graph axis has logarithmic scale.

Specified by:
setLogarithmic in interface IDataGraphTAxisProperties
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

public java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Title of an axis.

Specified by:
getTitle in interface IDataGraphTAxisProperties
Returns:
The title
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

public void setTitle(java.lang.String title)
              throws java.io.IOException,
                     AutomationException
Title of an axis.

Specified by:
setTitle in interface IDataGraphTAxisProperties
Parameters:
title - The title (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueFormat

public java.lang.String getValueFormat()
                                throws java.io.IOException,
                                       AutomationException
Format string for axis value labels.

Specified by:
getValueFormat in interface IDataGraphTAxisProperties
Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueFormat

public void setValueFormat(java.lang.String format)
                    throws java.io.IOException,
                           AutomationException
Format string for axis value labels.

Specified by:
setValueFormat in interface IDataGraphTAxisProperties
Parameters:
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDateTimeFormat

public java.lang.String getDateTimeFormat()
                                   throws java.io.IOException,
                                          AutomationException
Format string for axis date/time labels.

Specified by:
getDateTimeFormat in interface IDataGraphTAxisProperties
Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDateTimeFormat

public void setDateTimeFormat(java.lang.String format)
                       throws java.io.IOException,
                              AutomationException
Format string for axis date/time labels.

Specified by:
setDateTimeFormat in interface IDataGraphTAxisProperties
Parameters:
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutomaticMinimum

public boolean isAutomaticMinimum()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the graph axis calculates it's minimum.

Specified by:
isAutomaticMinimum in interface IDataGraphTAxisProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutomaticMinimum

public void setAutomaticMinimum(boolean b)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the graph axis calculates it's minimum.

Specified by:
setAutomaticMinimum in interface IDataGraphTAxisProperties
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutomaticMaximum

public boolean isAutomaticMaximum()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether the graph axis calculates it's maximum.

Specified by:
isAutomaticMaximum in interface IDataGraphTAxisProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutomaticMaximum

public void setAutomaticMaximum(boolean b)
                         throws java.io.IOException,
                                AutomationException
Indicates whether the graph axis calculates it's maximum.

Specified by:
setAutomaticMaximum in interface IDataGraphTAxisProperties
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimum

public java.lang.Object getMinimum()
                            throws java.io.IOException,
                                   AutomationException
Minimum of the axis.

Specified by:
getMinimum in interface IDataGraphTAxisProperties
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinimum

public void setMinimum(java.lang.Object var)
                throws java.io.IOException,
                       AutomationException
Minimum of the axis.

Specified by:
setMinimum in interface IDataGraphTAxisProperties
Parameters:
var - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximum

public java.lang.Object getMaximum()
                            throws java.io.IOException,
                                   AutomationException
Maximum of the axis.

Specified by:
getMaximum in interface IDataGraphTAxisProperties
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximum

public void setMaximum(java.lang.Object var)
                throws java.io.IOException,
                       AutomationException
Maximum of the axis.

Specified by:
setMaximum in interface IDataGraphTAxisProperties
Parameters:
var - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHorizontal

public boolean isHorizontal()
                     throws java.io.IOException,
                            AutomationException
Indicates axis orientation.

Specified by:
isHorizontal in interface IDataGraphTAxisProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.