Changes between Version 12 and Version 13 of FRAME_BOUNDS_R0


Ignore:
Timestamp:
12/21/08 16:19:52 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_BOUNDS_R0

    v12 v13  
    3939    CONTENT; 
    4040 
    41   * Create method setSize(ImmSize sizeToSet). It should take as argument the size in the current mode and calculate and return the size in default mode. This is the size of the frame content to be set. 
     41  * Create method setSize(!ImmSize sizeToSet). It should take as argument the size in the current mode and calculate and return the size in default mode. This is the size of the frame content to be set. 
    4242   
    43   * Create method ImmSize  getSize(). It should calculate and return the size of the rectangle in the current mode.   
     43  * Create method !ImmSize  getSize(). It should calculate and return the size of the rectangle in the current mode.   
    4444 
    45   * Create method setLocation(ImmPoint locationToSet). It should take as argument coordinates of the current mode rectangle. It should calculate and return  the location in default mode. This is the location of the frame content to be set. 
     45  * Create method setLocation(!ImmPoint locationToSet). It should take as argument coordinates of the current mode rectangle. It should calculate and return  the location in default mode. This is the location of the frame content to be set. 
    4646   
    47   * Create method ImmPoint getLocation(). It should calculate and return he location of of the rectangular in the current mode.  
     47  * Create method !ImmPoint getLocation(). It should calculate and return he location of of the rectangular in the current mode.  
    4848 
    49   * There should also be getRect(ImmRect contentRect) and ImmRect setRect() methods using the above for getting and setting a Rectangular in current mode.  
     49  * There should also be getRect(!ImmRect contentRect) and !ImmRect setRect() methods using the above for getting and setting a Rectangular in current mode.  
    5050 
    51  * TestBoundMode demonstrates the use of those frame bounds functionalities in different modes. 
    52 [source:trunk/sophie2-platform/modules//org.sophie2.base.model.book/src/test/java/org/sophie2/base/model/book/TestBoundMode.java?rev=991]  
     51 * !TestBoundMode demonstrates the use of those frame bounds functionalities in different modes. 
     52[source:trunk/sophie2-platform/modules//org.sophie2.base.model.book/src/test/java/org/sophie2/base/model/book/!TestBoundMode.java?rev=991]  
    5353 
    5454 
    5555= Implementation = 
    5656 
    57  * [source:trunk/sophie2-platform/modules/org.sophie2.base.model.book/src/main/java/org/sophie2/base/model/book/frame/BoundMode.java?rev=991] 
     57 * [source:trunk/sophie2-platform/modules/org.sophie2.base.model.book/src/main/java/org/sophie2/base/model/book/frame/!BoundMode.java?rev=991] 
    5858 
    5959= Testing =