Changes between Version 25 and Version 26 of FRAME_BORDERS_R0


Ignore:
Timestamp:
12/17/08 15:02:24 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_BORDERS_R0

    v25 v26  
    3838  * Float transparency() -  the transparency of the border (an float between 0 and 1) 
    3939 
    40  * Create org.sophie2.base.model.book.Insets class 
    41 The new class should extend !BaseProObject class and have four properties for the left, right, bottom and top widths: 
    42   * Float left() 
    43   * Float right() 
    44   * Float bottom() 
    45   * Float top() 
     40 * use the org.sophie2.base.model.book.InsetsProp clas and add !ColorProps borderColor and !InsetsProp !borderInsets properties to the Frame  
    4641 
    47  * Add !ColorProps color and !Insets !borderInsets properties to the Frame  
    48  
    49  * The demo test org.sophie2.base.model.book.!BordersTets.java tests creation and changing of frames with different borders. 
     42 * The demo test org.sophie2.base.model.book.!BordersTets.java tests creation and changing of frames borders. 
    5043 
    5144= Implementation =