com.aspose.slides
Class ChartDataCell

java.lang.Object
  extended by com.aspose.slides.ChartDataCell

public class ChartDataCell
extends java.lang.Object

Represents cell for chart data


Method Summary
 boolean equals(ChartDataCell dataCell)
           Determines whether the specified ChartDataCell is equal to this instance.
 boolean equals(java.lang.Object obj)
           Determines whether the specified System.Object is equal to this instance.
 ChartDataWorksheet getChartDataWorksheet()
           Gets the worksheet.
 int getColumn()
           Gets the column.
 int getRow()
           Gets the row.
 java.lang.Object getValue()
           Gets or sets the value.
 int hashCode()
           Returns a hash code for this instance.
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRow

public int getRow()

Gets the row.


getColumn

public int getColumn()

Gets the column.


getValue

public java.lang.Object getValue()

Gets or sets the value.

Value: The value.


setValue

public void setValue(java.lang.Object value)

getChartDataWorksheet

public ChartDataWorksheet getChartDataWorksheet()

Gets the worksheet.


equals

public boolean equals(ChartDataCell dataCell)

Determines whether the specified ChartDataCell is equal to this instance.

Parameters:
dataCell - The data cell.
Returns:

equals

public boolean equals(java.lang.Object obj)

Determines whether the specified System.Object is equal to this instance.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The System.Object to compare with this instance.
Returns:
true if the specified System.Object is equal to this instance; otherwise, false.
Throws:
T:System.NullReferenceException - The obj parameter is null.

hashCode

public int hashCode()

Returns a hash code for this instance.

Overrides:
hashCode in class java.lang.Object
Returns:
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.