Uses of Class
eu.webtoolkit.jwt.WBrush
Packages that use WBrush
-
Uses of WBrush in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WBrushModifier and TypeMethodDescriptionWBrush.clone()
Clone method.WPainter.getBrush()
Returns the current brush.Methods in eu.webtoolkit.jwt that return types with arguments of type WBrushModifier and TypeMethodDescriptionprotected WJavaScriptHandle<WBrush>
WPaintedWidget.createJSBrush()
Create aWBrush
that is accessible from JavaScript, associated with this WPaintedWidget.Methods in eu.webtoolkit.jwt with parameters of type WBrushModifier and TypeMethodDescriptionvoid
WLeafletMap.addCircle
(WLeafletMap.Coordinate center, double radius, WPen stroke, WBrush fill) Add a circle.boolean
Indicates whether some other object is "equal to" this one.void
WPainter.fillPath
(WPainterPath path, WBrush b) Fills a (complex) path.void
Fills a rectangle.void
Fills a rectangle.void
Sets the fill style.Constructors in eu.webtoolkit.jwt with parameters of type WBrush -
Uses of WBrush in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WBrushModifier and TypeMethodDescriptionWAbstractChart.getBackground()
Returns the background of the chart.WAxisSliderWidget.getBackground()
Returns the background brush.CurveLabel.getBoxBrush()
Get the brush to use for the box around the text.WChartPalette.getBrush
(int index) Returns a brush from the palette.WDataSeries.getBrush()
Returns the brush used for filling areas for this series.WPieChart.getBrush
(int modelRow) Returns the brush used for a pie segment.WStandardPalette.getBrush
(int index) WAxisSliderWidget.getHandleBrush()
Returns the brush to draw the handles left and right of the selected area with.WCartesian3DChart.getLegendBackground()
Returns the legend background brush.WCartesianChart.getLegendBackground()
Returns the legend background brush.WCartesianChart.getLoadingBackground()
Returns the background brush for the unloaded area.CurveLabel.getMarkerBrush()
Get the brush used to fill the circle atgetPoint()
.WDataSeries.getMarkerBrush()
Returns the marker brush.WAxisSliderWidget.getSelectedAreaBrush()
Returns the brush for the selected area.Methods in eu.webtoolkit.jwt.chart with parameters of type WBrushModifier and TypeMethodDescriptionvoid
WAbstractChart.setBackground
(WBrush background) Sets a background for the chart.void
WAxisSliderWidget.setBackground
(WBrush brush) Set the background brush.void
CurveLabel.setBoxBrush
(WBrush brush) Set the brush to use for the box around the text.void
Overrides the brush used for filling areas for this series.void
Customizes the brush used for a pie segment.static void
SeriesIterator.setBrushColor
(WBrush brush, WDataSeries series, int xRow, int xColumn, int yRow, int yColumn, ItemDataRole colorRole) void
WAxisSliderWidget.setHandleBrush
(WBrush brush) Set the brush to draw the handles left and right of the selected area with.void
WCartesian3DChart.setLegendStyle
(WFont font, WPen border, WBrush background) Configures the legend decoration.void
WCartesianChart.setLegendStyle
(WFont font, WPen border, WBrush background) Configures the legend decoration.void
WCartesianChart.setLoadingBackground
(WBrush brush) Set the background brush for the unloaded area.void
CurveLabel.setMarkerBrush
(WBrush brush) Set the brush used to fill the circle atgetPoint()
.void
WDataSeries.setMarkerBrush
(WBrush brush) Sets the marker brush.void
WAxisSliderWidget.setSelectedAreaBrush
(WBrush brush) Set the brush for the selected area.