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.WLeafletMap.AbstractDrawnItem.getBrush()Return the brush used to fill the item.WPainter.getBrush()Returns the current brush.WQrCode.getBrush()Returns the brush with which the QR code is painted.WRasterFavicon.getFillBrush()Returns the brush used to fill the circle.WRasterFavicon.getOutlineBrush()Returns the brush used to paint the outline of the circle.Methods in eu.webtoolkit.jwt that return types with arguments of type WBrushModifier and TypeMethodDescriptionprotected WJavaScriptHandle<WBrush> WPaintedWidget.createJSBrush()Create aWBrushthat is accessible from JavaScript, associated with this WPaintedWidget.Methods in eu.webtoolkit.jwt with parameters of type WBrushModifier and TypeMethodDescriptionvoidWLeafletMap.addCircle(WLeafletMap.Coordinate center, double radius, WPen stroke, WBrush fill) Add a circle.booleanIndicates whether some other object is "equal to" this one.voidWPainter.fillPath(WPainterPath path, WBrush b) Fills a (complex) path.voidFills a rectangle.voidFills a rectangle.voidSet the brush used to fill the item.voidSets the fill style.voidSets the brush with which the QR code is painted.voidWRasterFavicon.setFillBrush(WBrush brush) Sets the brush used to fill the circle.voidWRasterFavicon.setOutlineBrush(WBrush brush) Sets the brush used to paint the outline of the circle.Constructors in eu.webtoolkit.jwt with parameters of type WBrushModifierConstructorDescriptionprotectedAbstractDrawnItem(WLeafletMap.Coordinate pos, WPen pen, WBrush brush) Constructor.Circle(WLeafletMap.Coordinate center, double radius, WBrush brush) Create a new circle at the given position.Circle(WLeafletMap.Coordinate center, double radius, WPen pen, WBrush brush) Create a new circle at the given position.Polyline(List<WLeafletMap.Coordinate> points, WBrush brush) Create a new polyline going trough the given points.Polyline(List<WLeafletMap.Coordinate> points, WPen pen, WBrush brush) Create a new polyline going trough the given points.Copy constructor. -
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 TypeMethodDescriptionvoidWAbstractChart.setBackground(WBrush background) Sets a background for the chart.voidWAxisSliderWidget.setBackground(WBrush brush) Set the background brush.voidCurveLabel.setBoxBrush(WBrush brush) Set the brush to use for the box around the text.voidOverrides the brush used for filling areas for this series.voidCustomizes the brush used for a pie segment.static voidSeriesIterator.setBrushColor(WBrush brush, WDataSeries series, int xRow, int xColumn, int yRow, int yColumn, ItemDataRole colorRole) voidWAxisSliderWidget.setHandleBrush(WBrush brush) Set the brush to draw the handles left and right of the selected area with.final voidWCartesian3DChart.setLegendStyle(WFont font, WPen border, WBrush background) Configures the legend decoration.voidWCartesian3DChart.setLegendStyle(WFont font, WPen border, WBrush background, WColor textColor) Configures the legend decoration.final voidWCartesianChart.setLegendStyle(WFont font, WPen border, WBrush background) Configures the legend decoration.voidWCartesianChart.setLegendStyle(WFont font, WPen border, WBrush background, WColor textColor) Configures the legend decoration.voidWCartesianChart.setLoadingBackground(WBrush brush) Set the background brush for the unloaded area.voidCurveLabel.setMarkerBrush(WBrush brush) Set the brush used to fill the circle atgetPoint().voidWDataSeries.setMarkerBrush(WBrush brush) Sets the marker brush.voidWAxisSliderWidget.setSelectedAreaBrush(WBrush brush) Set the brush for the selected area.