Uses of Class
eu.webtoolkit.jwt.WPen
Packages that use WPen
-
Uses of WPen in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WPenModifier and TypeMethodDescriptionWPen.clone()Clone method.WPainter.getPen()Returns the current pen.Methods in eu.webtoolkit.jwt that return types with arguments of type WPenModifier and TypeMethodDescriptionprotected WJavaScriptHandle<WPen> WPaintedWidget.createJSPen()Create aWPenthat is accessible from JavaScript, associated with this WPaintedWidget.Methods in eu.webtoolkit.jwt with parameters of type WPenModifier and TypeMethodDescriptionvoidWLeafletMap.addCircle(WLeafletMap.Coordinate center, double radius, WPen stroke, WBrush fill) Add a circle.voidWLeafletMap.addPolyline(List<WLeafletMap.Coordinate> points, WPen pen) Add a polyline.static StrokeWRasterPaintDevice.createStroke(WPainter painter, WPen pen) converts a jwt.WPen to an awt.StrokebooleanIndicates whether some other object is "equal to" this one.voidSets the pen.voidWPainter.strokePath(WPainterPath path, WPen p) Strokes a path.Constructors in eu.webtoolkit.jwt with parameters of type WPen -
Uses of WPen in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WPenModifier and TypeMethodDescriptionWCartesianChart.getBorderPen()Returns the pen used to draw the border around the chart area.WChartPalette.getBorderPen(int index) Returns a border pen from the palette.WStandardPalette.getBorderPen(int index) WCartesian3DChart.getCubeLinesPen()Returns a reference to the pen used for drawing the edges of the plotcube.WScatterData.getDroplinesPen()Returns the pen that is used to draw droplines.WAxis.getGridLinesPen()Returns the pen used for rendering the grid lines.WCartesian3DChart.getGridLinesPen()Returns the pen used for drawing the gridlines.WCartesian3DChart.getLegendBorder()Returns the legend border pen.WCartesianChart.getLegendBorder()Returns the legend border pen.CurveLabel.getLinePen()Get the pen to use for the connecting line.WDataSeries.getMarkerPen()Returns the marker pen.WAbstractGridData.getPen()Returns the pen that is used for drawing the mesh.WAxis.getPen()Returns the pen used for rendering the axis and ticks.WDataSeries.getPen()Returns the pen used for drawing lines for this series.WAxisSliderWidget.getSelectedSeriesPen()Returns the pen to draw the selected part of the data series with.WAxisSliderWidget.getSeriesPen()Returns the pen to draw the data series with.WChartPalette.getStrokePen(int index) Returns a stroke pen from the palette.WStandardPalette.getStrokePen(int index) CurveLabel.getTextPen()Get the pen for the text in the box.WAxis.getTextPen()Returns the pen used for rendering labels for this axis.Methods in eu.webtoolkit.jwt.chart with parameters of type WPenModifier and TypeMethodDescriptionvoidWCartesianChart.setBorderPen(WPen pen) Sets the pen of the border to be drawn around the chart area.voidWCartesian3DChart.setCubeLinesPen(WPen pen) Sets the pen used to draw the edges of the plotcube.voidWScatterData.setDroplinesPen(WPen pen) Sets the pen that is used to draw droplines.voidWAxis.setGridLinesPen(WPen pen) Changes the pen used for rendering the grid lines.voidWCartesian3DChart.setGridLinesPen(WPen pen) Sets the pen used for drawing the gridlines.voidWCartesian3DChart.setLegendStyle(WFont font, WPen border, WBrush background) Configures the legend decoration.voidWCartesianChart.setLegendStyle(WFont font, WPen border, WBrush background) Configures the legend decoration.voidCurveLabel.setLinePen(WPen pen) Set the pen to use for the connecting line.voidWDataSeries.setMarkerPen(WPen pen) Sets the marker pen.voidSets theWPenthat is used for drawing the mesh.voidChanges the pen used for rendering the axis and ticks.voidOverrides the pen used for drawing lines for this series.static voidSeriesIterator.setPenColor(WPen pen, WDataSeries series, int xRow, int xColumn, int yRow, int yColumn, ItemDataRole colorRole) voidWAxisSliderWidget.setSelectedSeriesPen(WPen pen) Set the pen to draw the selected part of the data series with.voidWAxisSliderWidget.setSeriesPen(WPen pen) Set the pen to draw the data series with.voidCurveLabel.setTextPen(WPen pen) Set the pen for the text in the box.voidWAxis.setTextPen(WPen pen) Changes the pen used for rendering labels for this axis.voidWCartesianChart.setTextPen(WPen pen) set the pen used to render the labelsMethod parameters in eu.webtoolkit.jwt.chart with type arguments of type WPenModifier and TypeMethodDescriptionvoidWAxis.render(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform, AxisValue side, List<WPen> pens, List<WPen> textPens)