TP2: Implement the Image class as a Comparator<Image> interface.
[TP_POO.git] / TP2 / Image.java
2018-03-05  Jérôme BenoitTP2: Implement the Image class as a Comparator<Image...
2018-03-05  Jérôme BenoitTP2: Implement Image class as a Comparable<Image> inter...
2018-03-04  Jérôme BenoitTP2: Simplify the compacter method in the image class.
2018-03-04  Jérôme BenoitTP2: Fix the Compactable implementation in Image class.
2018-03-04  Jérôme BenoitAdd the Compactable interface.
2018-02-16  Jérôme BenoitTP2: Add code skeleton for the Compactable interface.
2018-02-16  Jérôme BenoitProperly add Affichable interface.
2018-02-15  Jérôme BenoitTP2: Factor out common code in the abstract class.
2018-02-14  Jérôme BenoitFix the Image adding function.
2018-02-14  Jérôme BenoitAdd method to the Image class.
2018-02-14  Jérôme BenoitAdd the basic code for Image handling.