| 《Control》 Button |
|---|
| +text : string |
| +DoClick() : void |
| Click : ActionEvent MouseDown : MouseEvent MouseUp : MouseEvent |
| 《Control》 Button |
|---|
| attributes |
| +text : string |
| operations |
| +DoClick() : void |
| event |
| Click : ActionEvent MouseDown : MouseEvent MouseUp : MouseEvent |
| Bitmap |
|---|
| 《Property》 -width : int -height : int |
| 《Constructor》 +Bitmap(in fineName : String) +Bitmap(inout width : int , inout height : int) 《Accesser》 +GetWidth() : int +GetHeight() : int |
| Bitmap |
|---|
| 《Property》 -width : int -height : int ... |
| 《Constructor》 +Bitmap(in fineName : String) +Bitmap(inout width : int , inout height : int) ... |