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, Serializable

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

A container for the display and manipulation of graph series symbol properties.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Constructor Summary
DataGraphTSymbolProperties(Object obj)
          Construct a DataGraphTSymbolProperties using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(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.
 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 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
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

DataGraphTSymbolProperties

public DataGraphTSymbolProperties(Object obj)
                           throws 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:
IOException - if there are interop problems DataGraphTSymbolProperties theDataGraphTSymbolProperties = (DataGraphTSymbolProperties) obj;
Method Detail

equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

isVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setVisible

public void setVisible(boolean b)
                throws IOException,
                       AutomationException
Indicates if symbol is visible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getHeight

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setHeight

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getStyle

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setStyle

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getColor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setColor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getBorderProperties

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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