(float width, float height)
| 38 | } |
| 39 | |
| 40 | @NotNull @Contract("-> this") |
| 41 | public SVGDOM setContainerSize(float width, float height) { |
| 42 | Stats.onNativeCall(); |
| 43 | _nSetContainerSize(_ptr, width, height); |
| 44 | return this; |
| 45 | } |
| 46 | |
| 47 | @NotNull @Contract("-> this") |
| 48 | public SVGDOM setContainerSize(Point size) { |
no test coverage detected