Changes between Version 15 and Version 16 of FRAME_BORDERS_R0


Ignore:
Timestamp:
12/12/08 18:42:49 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_BORDERS_R0

    v15 v16  
    3333= Design = 
    3434 
     35 * Create package org.sophie2.base.model.book.BorderProperties class 
     36The new class should extend ProObject class and have all needed properties for the borders definition: 
     37   * width() 
     38   * color() 
     39 
     40 * Create package org.sophie2.base.model.book.Border class 
     41The new class should extend ProObject class and have four properties for the left, right, bottom and top borders: 
     42   * BorderProperties left() 
     43   * BorderProperties right() 
     44   * BorderProperties bottom() 
     45   * BorderProperties top() 
     46 
     47 * Add Border border property to the Frame  
     48 
     49* The demo test org.sophie2.base.model.book.BordersTets.java tests creation and changing of frames with different borders. 
     50 
    3551= Implementation = 
    3652^(Implementation results should be described and linked here (from the wiki or the repository))^