Uses of Class
eu.webtoolkit.jwt.WPainterPath
Packages that use WPainterPath
-
Uses of WPainterPath in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WPainterPathModifier and TypeMethodDescriptionWPainterPath.assign(WPainterPath path) Assignment method.WPainterPath.clone()WPainter.getClipPath()Returns the clip path.WPainterPath.getCrisp()Returns a copy of the path where straight lines are moved to be rendered crisply.WTransform.map(WPainterPath path) Applies the transformation to a painter path.WRectF.toPath()Methods in eu.webtoolkit.jwt that return types with arguments of type WPainterPathModifier and TypeMethodDescriptionprotected WJavaScriptHandle<WPainterPath> WPaintedWidget.createJSPainterPath()Create aWPainterPaththat is accessible from JavaScript, associated with this WPaintedWidget.Methods in eu.webtoolkit.jwt with parameters of type WPainterPathModifier and TypeMethodDescriptionvoidWPainterPath.addPath(WPainterPath path) Adds a path.WPainterPath.assign(WPainterPath path) Assignment method.voidWPainterPath.connectPath(WPainterPath path) Adds a path, connecting.static ShapeWRasterPaintDevice.createShape(WPainterPath path) Converts a jwt.WPainterPath to an awt.ShapevoidWCanvasPaintDevice.drawPath(WPainterPath path) voidWMeasurePaintDevice.drawPath(WPainterPath path) voidWPaintDevice.drawPath(WPainterPath path) Draws a path.voidWPainter.drawPath(WPainterPath path) Draws a (complex) path.voidWPdfImage.drawPath(WPainterPath path) voidWRasterPaintDevice.drawPath(WPainterPath path) voidWSvgImage.drawPath(WPainterPath path) voidWVmlImage.drawPath(WPainterPath path) voidWCanvasPaintDevice.drawStencilAlongPath(WPainterPath stencil, WPainterPath path, boolean softClipping) final voidWPainter.drawStencilAlongPath(WPainterPath stencil, WPainterPath path) Draws aWPainterPathon every anchor point of a path.voidWPainter.drawStencilAlongPath(WPainterPath stencil, WPainterPath path, boolean softClipping) Draws aWPainterPathon every anchor point of a path.voidWCanvasPaintDevice.drawTextOnPath(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WTextF> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) voidWPainter.drawTextOnPath(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) voidWPainter.drawWTextFOnPath(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WTextF> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) booleanWPainterPath.equals(WPainterPath path) Indicates whether some other object is "equal to" this one.voidWPainter.fillPath(WPainterPath path, WBrush b) Fills a (complex) path.WTransform.map(WPainterPath path) Applies the transformation to a painter path.voidWPainter.setClipPath(WPainterPath clipPath) Sets the clip path.voidWPainter.strokePath(WPainterPath path, WPen p) Strokes a path.Constructors in eu.webtoolkit.jwt with parameters of type WPainterPath -
Uses of WPainterPath in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WPainterPathMethods in eu.webtoolkit.jwt.chart with parameters of type WPainterPathModifier and TypeMethodDescriptionvoidWCartesianChart.drawMarker(WDataSeries series, WPainterPath result) Draws the marker for a given data series.voidWDataSeries.setCustomMarker(WPainterPath path) Sets the custom marker.