Changes between Version 16 and Version 17 of FRAME_MARGINS_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_MARGINS_R0

    v16 v17  
    3333 
    3434= Design = 
     35 * Add !InsetsProp marginsInsets() property for representing margins insets. They are used by the !BoundMode enum to calculate the frame rectangle in different modes. 
     36 
     37 * For their visualization add !FrameMarginsRectangle class in !FrameViewToDo class. This class should be used for representation of the frame margins rectangle. It is used to init the marginsRectangle property, which is added to the frameSceneElement so that it could be drawn.  
    3538 
    3639= Implementation = 
     
    4043 
    4144= Comments = 
    42 ^(Write comments for this or later revisions here.) 
     45 * For the scene visualization are created BookViewTodo, PageViewTodo and FrameViewTodo classes. Their names end in "todo" because for now the BookView, PageView and FrameView classes are working with JComponents. In future the views are only going to be used to create scene objects. Then the "todo" classes will replace the old ones and the "todo" in the end of their names should be removed.