Skip to content
Snippets Groups Projects
  1. Oct 04, 2019
  2. Oct 02, 2019
  3. Oct 01, 2019
  4. Sep 30, 2019
  5. Sep 25, 2019
  6. Sep 24, 2019
  7. Sep 12, 2019
  8. Aug 30, 2019
  9. Aug 27, 2019
  10. Aug 26, 2019
  11. Aug 20, 2019
  12. Aug 11, 2019
  13. Aug 09, 2019
  14. Aug 07, 2019
  15. Aug 01, 2019
  16. Jul 31, 2019
  17. Jul 30, 2019
    • Andrey Ruzhanskiy's avatar
      Changed package in classes. · 542d46c8
      Andrey Ruzhanskiy authored
      542d46c8
    • Andrey Ruzhanskiy's avatar
      Renamed package. · e5b9d646
      Andrey Ruzhanskiy authored
      e5b9d646
    • Georg Graßnick's avatar
      Create new layout package · c6fe24a7
      Georg Graßnick authored
      Move Canvas and associated classes from "rendering" to a new package "layout".
      c6fe24a7
    • Andrey Ruzhanskiy's avatar
      Added new Resource File for tests. · 2fc60440
      Andrey Ruzhanskiy authored
      2fc60440
    • Andrey Ruzhanskiy's avatar
      Added tests. · c6ff6fb9
      Andrey Ruzhanskiy authored
      c6ff6fb9
    • 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
  18. Jul 26, 2019
  19. Jul 25, 2019
  20. Jul 23, 2019
Loading