Uses of Enum Class
com.teamdev.jxbrowser.engine.RenderingMode
Package
Description
This package provides the classes that allow you to work with browsers.
This package provides the classes that allow you to work with engines.
-
Uses of RenderingMode in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionUnsupportedRenderingModeException.currentRenderingMode()
Returns the current rendering mode.ModifierConstructorDescriptionConstructs a newUnsupportedRenderingModeException
instance with the given current rendering mode. -
Uses of RenderingMode in com.teamdev.jxbrowser.engine
Modifier and TypeMethodDescriptionEngineOptions.renderingMode()
Returns the rendering mode indicating how the content of the web pages will be rendered.static RenderingMode
Returns the enum constant of this class with the specified name.static RenderingMode[]
RenderingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic EngineOptions.Builder
EngineOptions.newBuilder
(RenderingMode renderingMode) Creates a newEngineOptions
builder.static Engine
Engine.newInstance
(RenderingMode renderingMode) Initializes and runs the Chromium engine in the givenrenderingMode
.