com.esri.arcgis.cartoUI
Class DataGraphTSymbolProperties

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

public class DataGraphTSymbolProperties
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IDataGraphTSymbolProperties

COM Class 'DataGraphTSymbolProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description 'A container for the display and manipulation of graph series symbol 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.IDataGraphTSymbolProperties
IID, IID70369858_a2a3_49b5_b9e8_e7cb9cf2ffc4, xxDummy
 
Constructor Summary
DataGraphTSymbolProperties(java.lang.Object obj)
          Construct a DataGraphTSymbolProperties 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
 IDataGraphTPenProperties getBorderProperties()
          Properties of the symbol border.
 int getColor()
          Color of the symbol fill.
 int getHeight()
          Height of the symbol.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int getStyle()
          Style of the symbol.
 int getWidth()
          Width of the symbol.
 int hashCode()
          the hashcode for this object
 boolean isVisible()
          Indicates if symbol is visible.
 void release()
          Release a DataGraphTSymbolProperties.
 void setColor(int pColor)
          Color of the symbol fill.
 void setHeight(int pHeight)
          Height of the symbol.
 void setStyle(int pStyle)
          Style of the symbol.
 void setVisible(boolean b)
          Indicates if symbol is visible.
 void setWidth(int pWidth)
          Width of the symbol.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataGraphTSymbolProperties

public DataGraphTSymbolProperties(java.lang.Object obj)
                           throws java.io.IOException
Construct a DataGraphTSymbolProperties using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DataGraphTSymbolProperties.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
DataGraphTSymbolProperties o = (DataGraphTSymbolProperties)obj; // will not work

DataGraphTSymbolProperties o = new DataGraphTSymbolProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems DataGraphTSymbolProperties theDataGraphTSymbolProperties = (DataGraphTSymbolProperties) 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 DataGraphTSymbolProperties.

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

isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if symbol is visible.

Specified by:
isVisible in interface IDataGraphTSymbolProperties
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 if symbol is visible.

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

getWidth

public int getWidth()
             throws java.io.IOException,
                    AutomationException
Width of the symbol.

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

setWidth

public void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
Width of the symbol.

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

getHeight

public int getHeight()
              throws java.io.IOException,
                     AutomationException
Height of the symbol.

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

setHeight

public void setHeight(int pHeight)
               throws java.io.IOException,
                      AutomationException
Height of the symbol.

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

getStyle

public int getStyle()
             throws java.io.IOException,
                    AutomationException
Style of the symbol.

Specified by:
getStyle in interface IDataGraphTSymbolProperties
Returns:
A com.esri.arcgis.carto.esriDataGraphTSymbolType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStyle

public void setStyle(int pStyle)
              throws java.io.IOException,
                     AutomationException
Style of the symbol.

Specified by:
setStyle in interface IDataGraphTSymbolProperties
Parameters:
pStyle - A com.esri.arcgis.carto.esriDataGraphTSymbolType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

public int getColor()
             throws java.io.IOException,
                    AutomationException
Color of the symbol fill.

Specified by:
getColor in interface IDataGraphTSymbolProperties
Returns:
The pColor (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColor

public void setColor(int pColor)
              throws java.io.IOException,
                     AutomationException
Color of the symbol fill.

Specified by:
setColor in interface IDataGraphTSymbolProperties
Parameters:
pColor - The pColor (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBorderProperties

public IDataGraphTPenProperties getBorderProperties()
                                             throws java.io.IOException,
                                                    AutomationException
Properties of the symbol border.

Specified by:
getBorderProperties in interface IDataGraphTSymbolProperties
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTPenProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.