Gets the screen bounds of the shape. @param vidPanel the video panel @return the bounding rectangle
(VideoPanel vidPanel)
| 127 | * @return the bounding rectangle |
| 128 | */ |
| 129 | @Override |
| 130 | public Rectangle getBounds(VideoPanel vidPanel) { |
| 131 | return getShape(vidPanel).getBounds(); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Sets the visible state. |