(float width, float height)
| 216 | } |
| 217 | |
| 218 | public UI<T> setSize(float width, float height) { |
| 219 | t.setSize(width, height); |
| 220 | return this; |
| 221 | } |
| 222 | |
| 223 | public UI<T> setSize(Actor actor) { |
| 224 | t.setSize(actor.getWidth(), actor.getHeight()); |
no outgoing calls
no test coverage detected