|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartDataCell
public class ChartDataCell
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 |
---|
public int getRow()
Gets the row.
public int getColumn()
Gets the column.
public java.lang.Object getValue()
Gets or sets the value.
Value: The value.
public void setValue(java.lang.Object value)
public ChartDataWorksheet getChartDataWorksheet()
Gets the worksheet.
public boolean equals(ChartDataCell dataCell)
Determines whether the specified ChartDataCell
is equal to this instance.
dataCell
- The data cell.
public boolean equals(java.lang.Object obj)
Determines whether the specified System.Object
is equal to this instance.
equals
in class java.lang.Object
obj
- The System.Object
to compare with this instance.
true
if the specified System.Object
is equal to this instance; otherwise, false
.
T:System.NullReferenceException
- The obj
parameter is null.public int hashCode()
Returns a hash code for this instance.
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |