| 39 | Create org.sophie2.base.model.book.!InsetsProp class |
| 40 | * The new class should extend !BaseProObject class and have four properties for the left, right, bottom and top widths: |
| 41 | * Float left() |
| 42 | * Float right() |
| 43 | * Float bottom() |
| 44 | * Float top() |
| 45 | |
| 46 | * !InsetsProp should have 3 constructors: |
| 47 | * default - setting all four widths to 0 |
| 48 | * with one Float argument a - setting all four widths to a |
| 49 | * with four different arguments - setting top(), left(), bottom(), right() widths in this order. |
| 50 | |