Help for this page

Select Code to Download


  1. or download this
    # this line specifies the backend class, but 
    # we don't need to know that, to us, its just
    ...
    # This to me is the interface for creating the 
    # backend object (the "backend" method).
    $x->backend->do();
    
  2. or download this
    $x->backend->new()->do();
    
  3. or download this
    $x->do_backend();
    
  4. or download this
      +-------------+                         +------------+
      | Composition |<>---------------------->| Compositor |
    ...
    +-------------------------+  +------------------+  +---------------+
                                 | Compose()        |  | Compose()     |
                                 +------------------+  +---------------+