Uses of Interface
com.teamdev.jxbrowser.ui.Color
Packages that use 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
Methods in com.teamdev.jxbrowser.browser that return ColorModifier and TypeMethodDescriptionBrowserSettings.defaultBackgroundColor()
Returns the default background color of the web pages loaded in the browser instance associated with these settings.Methods in com.teamdev.jxbrowser.browser with parameters of type ColorModifier 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
Methods in com.teamdev.jxbrowser.browser.callback that return ColorModifier and TypeMethodDescriptiondefault Color
SelectColorCallback.Params.defaultColor()
Returns the default color value.Methods in com.teamdev.jxbrowser.browser.callback with parameters of type Color -
Uses of Color in com.teamdev.jxbrowser.frame
Methods in com.teamdev.jxbrowser.frame with parameters of type ColorModifier 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
Methods in com.teamdev.jxbrowser.ui that return ColorModifier 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.