Uses of Interface
com.teamdev.jxbrowser.ui.Color
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 browser callback.
This package provides the classes that allow you to work with frames in browser.
The utility classes for the user interface (UI) related functionality.
-
Uses of Color in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionBrowserSettings.defaultBackgroundColor()
Returns the default background color of the web pages loaded in the browser instance associated with these settings.Modifier and TypeMethodDescriptionvoid
BrowserSettings.defaultBackgroundColor
(Color color) Sets the default background color of the web pages loaded in the browser instance associated with these settings. -
Uses of Color in com.teamdev.jxbrowser.browser.callback
Modifier and TypeMethodDescriptiondefault Color
SelectColorCallback.Params.defaultColor()
Returns the default color value. -
Uses of Color in com.teamdev.jxbrowser.frame
Modifier and TypeMethodDescriptionstatic EditorCommand
EditorCommand.backgroundColor
(Color color) Returns a command that allows setting the given backgroundcolor
for the selected text in a WYSIWYG editor.static EditorCommand
EditorCommand.foregroundColor
(Color color) Returns a command that allows setting the given foregroundcolor
for the selected text in a WYSIWYG editor. -
Uses of Color in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionColor.Builder.build()
Returns a newColor
instance built from the current state of this builder.static Color
Color.rgb
(float red, float green, float blue) Creates a newColor
instance from the passedRGB
values with opacity (alpha) channel set to 1 (non-transparent).static Color
Color.rgba
(float red, float green, float blue, float alpha) Creates a newColor
instance from the passedRGBA
values.