17 | | * In addition to that one we will introduce another kind of halo menu that is bound to a rectangle - [source:branches/private/peko/sophie2-base-halos-r1/sophie2-platform/modules/org.sophie2.base.halos/src/main/java/org/sophie2/base/halos/StaticHaloMenu.java StaticHaloMenu] |
| 17 | * In addition to that one we will introduce another kind of halo menu that is bound to a rectangle - [source:branches/private/peko/sophie2-base-halos-r1/sophie2-platform/modules/org.sophie2.base.halos/src/main/java/org/sophie2/base/halos/StaticHaloMenu.java StaticHaloMenu]. The implementations of this halo should provide a position according to the rectangle and the rectangle itself: |
| 18 | {{{ |
| 19 | ////////////////////////////////////////// |
| 20 | // // |
| 21 | // *-upper left // |
| 22 | // +-----------+* - right // |
| 23 | // | |* // |
| 24 | // | |* // |
| 25 | // | | // |
| 26 | // | |* // |
| 27 | // +-----------+ // |
| 28 | // **** ** - bottom right // |
| 29 | // | // |
| 30 | // bottom // |
| 31 | // // |
| 32 | ////////////////////////////////////////// |
| 33 | |
| 34 | |
| 35 | TOP, BOTTOM, LEFT, RIGHT, TOP_LEFT_CORNER, BOTTOM_LEFT_CORNER, TOP_RIGHT_CORNER, BOTTOM_RIGHT_CORNER |
| 36 | }}} |