TP2: Simplify the compacter method in the image class.
[TP_POO.git] / TP2 / Image.java
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.