Uses of Class
eu.webtoolkit.jwt.WColor
-
Uses of WColor in eu.webtoolkit.jwt
Modifier and TypeFieldDescriptionstatic WColor
WColor.black
Black WColor object.static WColor
WColor.blue
Blue WColor object.static WColor
WColor.cyan
Cyan WColor object.static WColor
WColor.darkBlue
Dark blue WColor object.static WColor
WColor.darkCyan
Dark cyan WColor object.static WColor
WColor.darkGray
Dark gray WColor object.static WColor
WColor.darkGreen
Dark green WColor object.static WColor
WColor.darkMagenta
Dark magenta WColor object.static WColor
WColor.darkRed
Dark red WColor object.static WColor
WColor.darkYellow
Dark yellow WColor object.static WColor
WColor.gray
Gray WColor object.static WColor
WColor.green
Green WColor object.static WColor
WColor.lightGray
Light gray WColor object.static WColor
WColor.magenta
White Magenta object.static WColor
WColor.red
Red WColor object.static WColor
WColor.transparent
Transparant WColor object.static WColor
WColor.white
White WColor object.static WColor
WColor.yellow
Yellow WColor object.Modifier and TypeMethodDescriptionstatic WColor
WColor.fromHSL
(double h, double s, double l, int alpha) WCssDecorationStyle.getBackgroundColor()
Returns the background color.WBorder.getColor()
Returns the border color.WBrush.getColor()
Returns the brush color.WColorPicker.getColor()
Returns the current value of the color picker as aWColor
object.WGradient.ColorStop.getColor()
Returns the color.WPen.getColor()
Returns the pen color.WShadow.getColor()
Returns the shadow color.WCssDecorationStyle.getForegroundColor()
Returns the text color.Modifier and TypeMethodDescriptionfinal void
WGoogleMap.addCircle
(WGoogleMap.Coordinate center, double radius, WColor strokeColor, int strokeWidth) Adds a circle to the map.void
WGoogleMap.addCircle
(WGoogleMap.Coordinate center, double radius, WColor strokeColor, int strokeWidth, WColor fillColor) Adds a circle to the map.void
WGradient.addColorStop
(double position, WColor color) Adds a color stop.final void
WGoogleMap.addPolyline
(List<WGoogleMap.Coordinate> points, WColor color) Adds a polyline overlay to the map.final void
WGoogleMap.addPolyline
(List<WGoogleMap.Coordinate> points, WColor color, int width) Adds a polyline overlay to the map.void
WGoogleMap.addPolyline
(List<WGoogleMap.Coordinate> points, WColor color, int width, double opacity) Adds a polyline overlay to the map.static Color
WRasterPaintDevice.createColor
(WColor color) Converts a jwt.WColor to an awt.Colorboolean
Indicates whether some other object is "equal to" this one.void
WCssDecorationStyle.setBackgroundColor
(WColor color) Sets the background color.void
Sets the border color.void
Sets the brush color.void
Sets the selected color.void
Sets the pen color.void
Changes the shadow color.void
WCssDecorationStyle.setForegroundColor
(WColor color) Sets the text color.ModifierConstructorDescriptionConstructor.WBorder
(BorderStyle style, BorderWidth width, WColor color) Creates a border with given style, thickness and color.WBorder
(BorderStyle style, WLength width, WColor color) Creates a border with an absolute width.Creates a solid brush of a given color.WColorPicker
(WColor color) Creates a color picker with the given color value.WColorPicker
(WColor color, WContainerWidget parentContainer) Creates a color picker with the given color value.Creates a solid pen of a particular color.Constructs a shadow with given offset and color. -
Uses of WColor in eu.webtoolkit.jwt.chart
Modifier and TypeMethodDescriptionWStandardPalette.color
(int index) Returns the color for the given index.WCartesian3DChart.getBackground()
Returns the background color used for this chart.WAbstractChartModel.getBarBrushColor
(int row, int column) Returns the bar brush color to use for a given row and column.WStandardChartProxyModel.getBarBrushColor
(int row, int column) Returns the bar brush color to use for a given row and column.WAbstractChartModel.getBarPenColor
(int row, int column) Returns the bar pen color to use for a given row and column.WStandardChartProxyModel.getBarPenColor
(int row, int column) Returns the bar pen color to use for a given row and column.WAbstractDataSeries3D.getChartpaletteColor()
WAbstractGridData.getClippingLinesColor()
Gets the color of the clipping lines.WStandardColorMap.Pair.getColor()
WCartesianChart.getCrosshairColor()
Returns the crosshair color.WChartPalette.getFontColor
(int index) Returns a font color from the palette.WStandardPalette.getFontColor
(int index) WCartesian3DChart.getIntersectionLinesColor()
Gets the color of the intersection lines between surface charts.WDataSeries.getLabelColor()
Returns the label color.WAbstractChartModel.getMarkerBrushColor
(int row, int column) Returns the marker brush color to use for a given row and column.WStandardChartProxyModel.getMarkerBrushColor
(int row, int column) Returns the marker brush color to use for a given row and column.WAbstractChartModel.getMarkerPenColor
(int row, int column) Returns the marker pen color to use for a given row and column.WStandardChartProxyModel.getMarkerPenColor
(int row, int column) Returns the marker pen color to use for a given row and column.abstract WColor
WAbstractColorMap.toColor
(double value) Converts a numerical value to aWColor
.WStandardColorMap.toColor
(double value) Modifier and TypeMethodDescriptionvoid
WCartesian3DChart.setBackground
(WColor background) Sets the background color for this chart.void
WAbstractGridData.setClippingLinesColor
(WColor clippingLinesColor) Sets the color of the clipping lines.void
void
WCartesianChart.setCrosshairColor
(WColor color) Sets the crosshair color.void
WCartesian3DChart.setIntersectionLinesColor
(WColor color) Sets the color of the intersection lines between surface charts.void
WDataSeries.setLabelColor
(WColor color) Sets the label color.