Changes between Version 25 and Version 26 of FRAME_BORDERS_R0
- Timestamp:
- 12/17/08 15:02:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_BORDERS_R0
v25 v26 38 38 * Float transparency() - the transparency of the border (an float between 0 and 1) 39 39 40 * Create org.sophie2.base.model.book.Insets class 41 The new class should extend !BaseProObject class and have four properties for the left, right, bottom and top widths: 42 * Float left() 43 * Float right() 44 * Float bottom() 45 * Float top() 40 * use the org.sophie2.base.model.book.InsetsProp clas and add !ColorProps borderColor and !InsetsProp !borderInsets properties to the Frame 46 41 47 * Add !ColorProps color and !Insets !borderInsets properties to the Frame 48 49 * The demo test org.sophie2.base.model.book.!BordersTets.java tests creation and changing of frames with different borders. 42 * The demo test org.sophie2.base.model.book.!BordersTets.java tests creation and changing of frames borders. 50 43 51 44 = Implementation =