Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
Modifier and Type | Method and Description |
---|---|
RenderingMode |
UnsupportedRenderingModeException.currentRenderingMode()
Returns the current rendering mode.
|
Constructor and Description |
---|
UnsupportedRenderingModeException(RenderingMode mode)
Constructs a new
UnsupportedRenderingModeException instance with the given current
rendering mode. |
Modifier and Type | Method and Description |
---|---|
RenderingMode |
EngineOptions.renderingMode()
Returns the rendering mode indicating how the content of the web pages will be rendered.
|
static RenderingMode |
RenderingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderingMode[] |
RenderingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EngineOptions.Builder |
EngineOptions.newBuilder(RenderingMode renderingMode)
Creates a new
EngineOptions builder. |
static Engine |
Engine.newInstance(RenderingMode renderingMode)
Initializes and runs the Chromium engine in the given
renderingMode . |