Uses of Class
eu.webtoolkit.jwt.WPainter
Package
Description
-
Uses of WPainter in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionWCanvasPaintDevice.getPainter()
WMeasurePaintDevice.getPainter()
WPaintDevice.getPainter()
Returns the painter that is currently painting on the device.WPdfImage.getPainter()
WRasterPaintDevice.getPainter()
WSvgImage.getPainter()
WVmlImage.getPainter()
Modifier and TypeMethodDescriptionstatic Stroke
WRasterPaintDevice.createStroke
(WPainter painter, WPen pen) converts a jwt.WPen to an awt.Strokeprotected void
Paints a slider ticks (for a non-native widget)void
WCanvasPaintDevice.setPainter
(WPainter painter) void
WMeasurePaintDevice.setPainter
(WPainter painter) void
WPaintDevice.setPainter
(WPainter painter) Sets the painter.void
WPdfImage.setPainter
(WPainter painter) void
WRasterPaintDevice.setPainter
(WPainter painter) void
WSvgImage.setPainter
(WPainter painter) void
WVmlImage.setPainter
(WPainter painter) -
Uses of WPainter in eu.webtoolkit.jwt.chart
Modifier and TypeMethodDescriptionfinal WContainerWidget
WPieChart.createLabelWidget
(WWidget textWidget, WPainter painter, WRectF rect, AlignmentFlag alignmentFlag, AlignmentFlag... alignmentFlags) createLabelWidget possition textWidget where the text would be rendered.WPieChart.createLabelWidget
(WWidget textWidget, WPainter painter, WRectF rect, EnumSet<AlignmentFlag> alignmentFlags) createLabelWidget possition textWidget where the text would be rendered.final void
WAbstractColorMap.createStrip
(WPainter painter) Paints the colormap as a colored strip.abstract void
WAbstractColorMap.createStrip
(WPainter painter, WRectF area) Paints the colormap as a colored strip.void
WStandardColorMap.createStrip
(WPainter painter, WRectF area) protected void
WPieChart.drawLabel
(WPainter painter, WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, CharSequence text, int row) drawLabel draw a label on the chart.final void
WCartesianChart.iterateSeries
(SeriesIterator iterator, WPainter painter) final void
WCartesianChart.iterateSeries
(SeriesIterator iterator, WPainter painter, boolean reverseStacked) void
WCartesianChart.iterateSeries
(SeriesIterator iterator, WPainter painter, boolean reverseStacked, boolean extremesOnly) final void
Paint the chart in a rectangle of the given painter.abstract void
Paint the chart in a rectangle of the given painter.void
void
final void
WAbstractColorMap.paintLegend
(WPainter painter) Paints the colormap as a legend.abstract void
WAbstractColorMap.paintLegend
(WPainter painter, WRectF area) Paints the colormap as a legend.void
WStandardColorMap.paintLegend
(WPainter painter, WRectF area) void
final void
WAxis.render
(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags) final void
WAxis.render
(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform) void
WAxis.render
(WPainter painter, EnumSet<AxisProperty> properties, WPointF axisStart, WPointF axisEnd, double tickStart, double tickEnd, double labelPos, EnumSet<AlignmentFlag> labelFlags, WTransform transform, AxisValue side) void
WAxis.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) protected void
Renders the chart.protected final void
WCartesianChart.renderAxes
(WPainter painter, AxisProperty propertie, AxisProperty... properties) Renders one or more properties of the axes.protected void
WCartesianChart.renderAxes
(WPainter painter, EnumSet<AxisProperty> properties) Renders one or more properties of the axes.protected final void
WCartesianChart.renderAxis
(WPainter painter, WAxis axis, AxisProperty propertie, AxisProperty... properties) Renders properties of one axis.protected void
WCartesianChart.renderAxis
(WPainter painter, WAxis axis, EnumSet<AxisProperty> properties) Renders properties of one axis.protected void
WCartesianChart.renderBackground
(WPainter painter) Renders the background.protected void
WCartesianChart.renderBorder
(WPainter painter) Renders the border of the chart area.protected void
WCartesianChart.renderCurveLabels
(WPainter painter) Renders the curve labels.protected void
WCartesianChart.renderGrid
(WPainter painter, WAxis ax) Renders grid lines along the ticks of the given axis.protected void
WCartesianChart.renderLabel
(WPainter painter, CharSequence text, WPointF p, EnumSet<AlignmentFlag> flags, double angle, int margin) Utility function for rendering text.protected void
WCartesianChart.renderLegend
(WPainter painter) Renders the (default) legend and chart titles.void
WCartesianChart.renderLegendIcon
(WPainter painter, WPointF pos, WDataSeries series) Renders the legend icon for a given data series.void
WCartesianChart.renderLegendItem
(WPainter painter, WPointF pos, WDataSeries series) Renders the legend item for a given data series.protected void
WCartesianChart.renderOther
(WPainter painter) Renders other, user-defined things.protected void
WCartesianChart.renderSeries
(WPainter painter) Renders all series data, including value labels. -
Uses of WPainter in eu.webtoolkit.jwt.render
Modifier and TypeMethodDescriptionWPdfRenderer.getPainter
(WPaintDevice device) abstract WPainter
WTextRenderer.getPainter
(WPaintDevice device) Returns a painter for the current page.Modifier and TypeMethodDescriptionvoid
WTextRenderer.paintNode
(WPainter painter, WTextRenderer.Node node) Paints an XHTML node. -
Uses of WPainter in eu.webtoolkit.jwt.utils
ModifierConstructorDescriptionWebGraphics2D
(WPainter painter) Creates a Graphics2D context which paints on the given painter.