Class RandomDataSource

    • Constructor Summary

      Constructors 
      Constructor Description
      RandomDataSource​(int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getFieldValue​(JRField field)
      Gets the field value for the current position.
      void moveFirst()
      Moves back to the first element in the data source.
      boolean next()
      Tries to position the cursor on the next element in the data source.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomDataSource

        public RandomDataSource​(int count)