Changes between Version 37 and Version 38 of FRAME_BORDERS_R0
- Timestamp:
- 01/10/09 20:01:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_BORDERS_R0
v37 v38 33 33 = Design = 34 34 35 * Rename border thickness to borderInsets() in the BorderStyle to be able to represent borders with different left, right, top and bottom widths. Fix where needed. 36 37 * Move the !SceneColor to org.sophie2.base.util and rename it to !ImmColor. 38 39 * Change the type of borderColor() property in the BorderStyle to !ImmColor. Fix where needed. 35 * Move the !SceneColor to org.sophie2.base.util and rename it to !ImmColor. Add a constructor which takes java.awt.Color for argument. 40 36 41 37 * Add two properties to the !ShapeSceneElement … … 45 41 * Add drawShapeElement method to the !SimpleSceneEngine for the shape elements drawing. It should draw them applying the outline and filling properties. 46 42 47 * 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 represent ing a polygon to be filledand without any outline. This class would override the color() property so that the shape element color is computed from the borderColor().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(). 48 44 49 45 * Add !BorderSceneElement border property to the !FrameViewToDo class.