Gets the current visible state. @return true if this is visible.
()
| 146 | * @return <code>true</code> if this is visible. |
| 147 | */ |
| 148 | public boolean isVisible() { |
| 149 | return visible; |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * Overrides TPoint draw method. |
no outgoing calls
no test coverage detected