Changes between Version 38 and Version 39 of FRAME_BORDERS_R0
- Timestamp:
- 01/10/09 21:34:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_BORDERS_R0
v38 v39 43 43 * 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(). 44 44 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 45 47 * Add !BorderSceneElement border property to the !FrameViewToDo class. 48 * Add !FrameMidBorderRectangle midBorder property to the !FrameViewToDo class. 46 49 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. 48 51 49 52 = Implementation =