com.ijchart.xychart.dataset
Class SingleRowDataset

java.lang.Object
  extended by com.ijchart.xychart.dataset.AbstractDataset
      extended by com.ijchart.xychart.dataset.DefaultMatrixDataset
          extended by com.ijchart.xychart.dataset.SingleRowDataset
All Implemented Interfaces:
IDataset, IMatrixDataset, IDatasetChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener

public class SingleRowDataset
extends DefaultMatrixDataset
implements java.io.Serializable, java.lang.Cloneable

Title: IJChart

Description: a chart library for the Java(tm) platform.

This dataset has one row data only.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.
See Also:
Serialized Form

Constructor Summary
SingleRowDataset()
           
 
Method Summary
 void addRowData()
           Add one row to data list.
 void addRowData(int count)
           Add multiple rows to data list.
 
Methods inherited from class com.ijchart.xychart.dataset.DefaultMatrixDataset
addColKey, addData, addDatas, addDatas, addRowKey, deleteColKey, deleteColKey, deleteRow, deleteRowKey, deleteRowKey, equals, getColKey, getColumnCount, getColumnCount, getData, getDatasetColKeys, getDatasetRowKeys, getRowCount, getRowDatas, getRowKey, hashCode, isEmpty, isThisDataType, setColKey, setData, setRowKey, sortRowData
 
Methods inherited from class com.ijchart.xychart.dataset.AbstractDataset
addChangeListener, clone, datasetChanged, fireDatasetChanged, forceDataSetChanged, hasListener, notifyListeners, removeAllChangeListener, removeChangeListener
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ijchart.xychart.dataset.IDataset
addChangeListener, forceDataSetChanged, removeAllChangeListener, removeChangeListener
 

Constructor Detail

SingleRowDataset

public SingleRowDataset()
Method Detail

addRowData

public void addRowData()
Add one row to data list.

Overrides:
addRowData in class DefaultMatrixDataset

addRowData

public void addRowData(int count)
Add multiple rows to data list.

Overrides:
addRowData in class DefaultMatrixDataset
Parameters:
count - int .