Changes between Version 4 and Version 5 of FRAME_INSETS_R0


Ignore:
Timestamp:
12/16/08 14:33:26 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_INSETS_R0

    v4 v5  
    3737= Design = 
    3838 
     39 Create org.sophie2.base.model.book.!InsetsProp class 
     40 * The new class should extend !BaseProObject class and have four properties for the left, right, bottom and top widths: 
     41  * Float left() 
     42  * Float right() 
     43  * Float bottom() 
     44  * Float top() 
     45 
     46 * !InsetsProp should have 3 constructors: 
     47  * default - setting all four widths to 0 
     48  * with one Float argument a - setting all four widths to a 
     49  * with four different arguments - setting top(), left(), bottom(), right() widths in this order. 
     50 
    3951= Implementation = 
    4052^(Implementation results should be described and linked here (from the wiki or the repository))^