com.esri.arcgis.cartoUI
Class DataGraphTPenProperties

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

public class DataGraphTPenProperties
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IDataGraphTPenProperties

COM Class 'DataGraphTPenProperties'. 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 pen 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.IDataGraphTPenProperties
IID, IIDa4a130e8_45ce_4265_bd2d_25b9399a69f2, xxDummy
 
Constructor Summary
DataGraphTPenProperties(java.lang.Object obj)
          Construct a DataGraphTPenProperties 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
 int getColor()
          Color of the line.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int getStyle()
          Style of the line.
 int getWidth()
          Width of the line.
 int hashCode()
          the hashcode for this object
 boolean isVisible()
          Indicates if line is visible.
 void release()
          Release a DataGraphTPenProperties.
 void setColor(int pColor)
          Color of the line.
 void setStyle(int pType)
          Style of the line.
 void setVisible(boolean pVisible)
          Indicates if line is visible.
 void setWidth(int pWidth)
          Width of the line.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataGraphTPenProperties

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

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

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

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

isVisible

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

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

setVisible

public void setVisible(boolean pVisible)
                throws java.io.IOException,
                       AutomationException
Indicates if line is visible.

Specified by:
setVisible in interface IDataGraphTPenProperties
Parameters:
pVisible - The pVisible (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 line.

Specified by:
getWidth in interface IDataGraphTPenProperties
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 line.

Specified by:
setWidth in interface IDataGraphTPenProperties
Parameters:
pWidth - The pWidth (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 line.

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

setStyle

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

Specified by:
setStyle in interface IDataGraphTPenProperties
Parameters:
pType - A com.esri.arcgis.carto.esriDataGraphTPenType 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 line.

Specified by:
getColor in interface IDataGraphTPenProperties
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 line.

Specified by:
setColor in interface IDataGraphTPenProperties
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.