|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.chart.core.ChartSeriesDataLinkInfo
public class ChartSeriesDataLinkInfo
This class stores the link between the chart series element and the column position it refers to.
| Method Summary | |
|---|---|
Integer |
getColumnNum(ChartElement seriesElement)
Returns the column number based on the chart element object (provided as an input). |
int |
getDataSize()
Returns the size of the chart series data hash map size |
boolean |
hasColumnPos(Integer columnPos)
Returns true if the hash map has the given column position, false otherwise. |
boolean |
hasSeriesElement(ChartElement seriesElement)
Returns true if the data set has the given series element. |
void |
setColumnNum(ChartElement seriesElement,
Integer columnPos)
Inserts the series element as the Key and the column position as the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setColumnNum(ChartElement seriesElement,
Integer columnPos)
seriesElement - Series element is put into the hash as a KEY.columnPos - Column position acts as the VALUE for the chart element KEY.public Integer getColumnNum(ChartElement seriesElement)
seriesElement -
public int getDataSize()
public boolean hasColumnPos(Integer columnPos)
columnPos -
public boolean hasSeriesElement(ChartElement seriesElement)
seriesElement -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||