|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectableShapeInterface
The shapes that implement this interface can provide specific implementation of DiagramSelectedShape. Thias allows to specifiy the shape drawing when selected or to select sub part of a shape
Method Summary | |
---|---|
DiagramSelectedShape |
createSelectedShape(int ox,
int oy)
If the shape contains point at coordinates ox,oy then return a DiagramSelectedShape to manage the selection of this shape |
DiagramSelectedShape |
createSelectedShape(java.awt.Point point)
Return the DiagramSelectedShape to manage the selection of this shape |
DiagramSelectedShape |
createSelectedShape(java.awt.geom.Rectangle2D bounds2D)
If the shape is contained in the bounds then return a DiagramSelectedShape to manage the selection of this shape |
Method Detail |
---|
DiagramSelectedShape createSelectedShape(int ox, int oy)
ox
- x coordinateoy
- y coordinate
DiagramSelectedShape createSelectedShape(java.awt.geom.Rectangle2D bounds2D)
bounds2D
- the bounds
DiagramSelectedShape createSelectedShape(java.awt.Point point)
point
- the selection origin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |