Section Header
    + name := G_IMG;
    - author := "Sonntag Benoit (bsonntag@loria.fr)";
    - comment := "Output text for GUI.";
Section Inherit
    + parent_area:Expanded AREA;
    + parent_g_expr:Expanded G_EXPR;
Section Public
    + bitmap:ABSTRACT_BITMAP;
Width / Height
    - width_min :INTEGER <-
    - height_min:INTEGER <-
    - width_max :INTEGER <-
    - height_max:INTEGER <-
Creation.
    - create filename:ABSTRACT_STRING :SELF <-
    - make bmp:ABSTRACT_BITMAP <-
Update position.
    - set_position rac:AREA at (x,y:INTEGER) size (w,h:INTEGER) <-
Display.
    - draw (x0,y0:INTEGER) to (x1,y1:INTEGER) <-