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 aWPainterPath
that is accessible from JavaScript, associated with this WPaintedWidget.Methods in eu.webtoolkit.jwt with parameters of type WPainterPathModifier and TypeMethodDescriptionvoid
WPainterPath.addPath
(WPainterPath path) Adds a path.WPainterPath.assign
(WPainterPath path) Assignment method.void
WPainterPath.connectPath
(WPainterPath path) Adds a path, connecting.static Shape
WRasterPaintDevice.createShape
(WPainterPath path) Converts a jwt.WPainterPath to an awt.Shapevoid
WCanvasPaintDevice.drawPath
(WPainterPath path) void
WMeasurePaintDevice.drawPath
(WPainterPath path) void
WPaintDevice.drawPath
(WPainterPath path) Draws a path.void
WPainter.drawPath
(WPainterPath path) Draws a (complex) path.void
WPdfImage.drawPath
(WPainterPath path) void
WRasterPaintDevice.drawPath
(WPainterPath path) void
WSvgImage.drawPath
(WPainterPath path) void
WVmlImage.drawPath
(WPainterPath path) void
WCanvasPaintDevice.drawStencilAlongPath
(WPainterPath stencil, WPainterPath path, boolean softClipping) final void
WPainter.drawStencilAlongPath
(WPainterPath stencil, WPainterPath path) Draws aWPainterPath
on every anchor point of a path.void
WPainter.drawStencilAlongPath
(WPainterPath stencil, WPainterPath path, boolean softClipping) Draws aWPainterPath
on every anchor point of a path.void
WCanvasPaintDevice.drawTextOnPath
(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) void
WPainter.drawTextOnPath
(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) boolean
WPainterPath.equals
(WPainterPath path) Indicates whether some other object is "equal to" this one.void
WPainter.fillPath
(WPainterPath path, WBrush b) Fills a (complex) path.WTransform.map
(WPainterPath path) Applies the transformation to a painter path.void
WPainter.setClipPath
(WPainterPath clipPath) Sets the clip path.void
WPainter.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 TypeMethodDescriptionvoid
WCartesianChart.drawMarker
(WDataSeries series, WPainterPath result) Draws the marker for a given data series.void
WDataSeries.setCustomMarker
(WPainterPath path) Sets the custom marker.