Uses of Class
com.teamdev.jxbrowser.ui.Color.Builder
Packages that use Color.Builder
Package
Description
The utility classes for the user interface (UI) related functionality.
-
Uses of Color.Builder in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return Color.BuilderModifier and TypeMethodDescriptionColor.Builder.alpha
(float alpha) Sets the alpha channel value in the0..1
range.Color.Builder.blue
(float blue) Sets the blue channel value in the0..1
range.Color.Builder.green
(float green) Sets the green channel value in the0..1
range.static Color.Builder
Color.newBuilder()
Creates a newColor
builder with the given required parameters.Color.Builder.red
(float red) Sets the red channel value in the0..1
range.