public interface WebViewFactory
WebView
instances.Modifier and Type | Method and Description |
---|---|
WebView |
createWebView(Dimension frameSize)
Returns a new WebView with the specified
frameSize . |
WebView createWebView(Dimension frameSize)
frameSize
.frameSize
- The size in pixels of the WebView's window frame.frameSize
.IllegalArgumentException
- if frameSize
is null
.