Package net.sf.jasperreports.data.random
Class RandomDataSource
java.lang.Object
net.sf.jasperreports.data.random.RandomDataSource
- All Implemented Interfaces:
JRDataSource,JRRewindableDataSource
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomDataSource
public RandomDataSource(int count)
-
-
Method Details
-
next
- Specified by:
nextin interfaceJRDataSource- Throws:
JRException
-
getFieldValue
- Specified by:
getFieldValuein interfaceJRDataSource- Throws:
JRException
-
moveFirst
- Specified by:
moveFirstin interfaceJRRewindableDataSource- Throws:
JRException
-