Changes between Version 38 and Version 39 of FRAME_BORDERS_R0


Ignore:
Timestamp:
01/10/09 21:34:20 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_BORDERS_R0

    v38 v39  
    4343 * For the border scene element creation create !BorderSceneElement class extending the !DefaultSceneElement and implementing the !ShapeSceneElement. This class is going to be used for representation of the frame border and computing the border to vertices. They will be represented like a filled polygon and without any outline. This class would override the color() property so that the shape element color is computed from the borderColor().  
    4444 
     45 * For the scene element representing the middle of the border create FrameMidBorderRectangle class extending the DefaultSceneElement and implementing the ShapeSceneElement. This class is going to compute the rectangle to vertices so that it could be added to the frameSceneElement and drawn. It should be drawn with a dashed black outline, non filling.  
     46 
    4547 * Add !BorderSceneElement border property to the !FrameViewToDo class.  
     48 * Add !FrameMidBorderRectangle midBorder property to the !FrameViewToDo class.  
    4649 
    47  * Add the border to the composite frameSceneElement. 
     50 * Add the border and the midBorder to the composite frameSceneElement. The midBorder rectangle will be added to the frame scene element to be drown only if the option showFrameBorders() in the PageViewToDo is true. In R0 it is always true. 
    4851 
    4952= Implementation =