Uses of Enum Class
com.teamdev.jxbrowser.engine.RenderingMode
Packages that use 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
Methods in com.teamdev.jxbrowser.browser that return RenderingModeModifier and TypeMethodDescriptionUnsupportedRenderingModeException.currentRenderingMode()
Returns the current rendering mode.Constructors in com.teamdev.jxbrowser.browser with parameters of type RenderingModeModifierConstructorDescriptionConstructs a newUnsupportedRenderingModeException
instance with the given current rendering mode. -
Uses of RenderingMode in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return RenderingModeModifier 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.Methods in com.teamdev.jxbrowser.engine with parameters of type RenderingModeModifier 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
.