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 TypeMethodDescriptionvoidBrowserSettings.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 ColorSelectColorCallback.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 EditorCommandEditorCommand.backgroundColor(Color color) Returns a command that allows setting the given backgroundcolorfor the selected text in a WYSIWYG editor.static EditorCommandEditorCommand.foregroundColor(Color color) Returns a command that allows setting the given foregroundcolorfor 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 newColorinstance built from the current state of this builder.static ColorColor.rgb(float red, float green, float blue) Creates a newColorinstance from the passedRGBvalues with opacity (alpha) channel set to 1 (non-transparent).static ColorColor.rgba(float red, float green, float blue, float alpha) Creates a newColorinstance from the passedRGBAvalues.