Changes between Version 5 and Version 6 of FRAME_SIZE_R0
- Timestamp:
- 01/06/09 18:48:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_SIZE_R0
v5 v6 42 42 * 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. 43 43 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 44 49 * !TestBoundMode demonstrates the use of those frame bounds functionalities in different modes. 45 50 [source:trunk/sophie2-platform/modules//org.sophie2.base.model.book/src/test/java/org/sophie2/base/model/book/TestFrameSize.java?rev=992]