Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
  2. Aug 07, 2019
  3. Jul 31, 2019
  4. Jul 30, 2019
    • Georg Graßnick's avatar
      Update Javadoc · 45a9afc4
      Georg Graßnick authored
      45a9afc4
    • Georg Graßnick's avatar
      Fix Javadoc · c69adf52
      Georg Graßnick authored
      c69adf52
    • Georg Graßnick's avatar
      Refactor "datacontainers" package · 79cce416
      Georg Graßnick authored
      The new classes are intended to be more flexible than the old ones.
      Additionally, the functionality is now defined by interfaces, so that the actual implementations
      can be echanged easily if required.
      
      This commit introduces the following changes:
      * Remove old PointListList related classes and introduce own data reprenentation interfaced
      by PointList and PointListContainer interfaces.
      * Reuse Point classes from the "printabledata package (which are now in their own java package).
      * Adjust classes in "diagrams" package to the new data container.
      (only Barchart yet, other classes need to be adjusted later on)
      * Adjust "csvparser" classes to the new data container.
      * Apply small changes to the current BarChartRenderer in order to make things run.
      * Add example hardcoded renderer call in App.run() and log the rendered MatrixData.
      79cce416
  5. Jul 28, 2019
  6. Jul 26, 2019
  7. Jul 25, 2019
Loading