Changes between Version 5 and Version 6 of FRAME_SIZE_R0


Ignore:
Timestamp:
01/06/09 18:48:23 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_SIZE_R0

    v5 v6  
    4242  * Create the method setSize(!BoundMode mode, !ImmSize size). The arguments represent the size of any of the bound modes rectangles. Using the !BoundMode enum it should calculate the size of the default rectangular. This is the size of the frame content.          
    4343 
     44         * It uses the BoundMode.getSize method to calculate the size of frame 
     45         * rectangular in the given mode 
     46         * It uses the BoundMode.setSize method to calculate the size to set 
     47         * according to the mode in which it is given. 
     48 
    4449  * !TestBoundMode demonstrates the use of those frame bounds functionalities in different modes. 
    4550[source:trunk/sophie2-platform/modules//org.sophie2.base.model.book/src/test/java/org/sophie2/base/model/book/TestFrameSize.java?rev=992]