Uses of Interface
eu.webtoolkit.jwt.WPaintDevice
Packages that use WPaintDevice
-
Uses of WPaintDevice in eu.webtoolkit.jwt
Subinterfaces of WPaintDevice in eu.webtoolkit.jwtModifier and TypeInterfaceDescriptioninterface
An abstract paint device for rendering using native vector graphics.Classes in eu.webtoolkit.jwt that implement WPaintDeviceModifier and TypeClassDescriptionclass
A paint device for rendering using the HTML 5 <canvas> element.class
WMeasurePaintDevice
Wt/WMeasurePaintDevice Wt/WMeasurePaintDevice.class
class
class
A paint device for rendering using Scalable Vector Graphics (SVG).class
A paint device for rendering using the VML pseudo-standard.Methods in eu.webtoolkit.jwt that return WPaintDeviceModifier and TypeMethodDescriptionWGLWidget.createPaintDevice
(WLength width, WLength height) returns an paintdevice that can be used to paint a GL textureWServerGLWidget.createPaintDevice
(WLength width, WLength height) protected WPaintDevice
WPaintedWidget.getCreatePaintDevice()
Creates a paint device.WPainter.getDevice()
Returns the device on which this painter is active (or 0 if not active).Methods in eu.webtoolkit.jwt with parameters of type WPaintDeviceModifier and TypeMethodDescriptionboolean
WPainter.begin
(WPaintDevice device) Begins painting on a paint device.protected abstract void
WPaintedWidget.paintEvent
(WPaintDevice paintDevice) Paints the widget.void
WGLWidget.texImage2D
(WGLWidget.GLenum target, int level, WGLWidget.GLenum internalformat, WGLWidget.GLenum format, WGLWidget.GLenum type, WPaintDevice paintdevice) GL function to load a 2D texture from aWPaintDevice
.void
WServerGLWidget.texImage2D
(WGLWidget.GLenum target, int level, WGLWidget.GLenum internalformat, WGLWidget.GLenum format, WGLWidget.GLenum type, WPaintDevice paintdevice) Constructors in eu.webtoolkit.jwt with parameters of type WPaintDeviceModifierConstructorDescriptionWMeasurePaintDevice
(WPaintDevice paintDevice) Creates a paint device to measure for the underlying device.WPainter
(WPaintDevice device) Creates a painter on a given paint device. -
Uses of WPaintDevice in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart with parameters of type WPaintDeviceModifier and TypeMethodDescriptiondouble
WAxis.calcMaxTickLabelSize
(WPaintDevice d, Orientation orientation) double
WAxis.calcTitleSize
(WPaintDevice d, Orientation orientation) boolean
WCartesianChart.initLayout
(WRectF rectangle, WPaintDevice device) Initializes the chart layout.protected void
WAxisSliderWidget.paintEvent
(WPaintDevice paintDevice) protected void
WCartesianChart.paintEvent
(WPaintDevice paintDevice) Paints the widget.protected void
WPieChart.paintEvent
(WPaintDevice paintDevice) protected boolean
WCartesianChart.prepareAxes
(WPaintDevice device) Prepares the axes for rendering. -
Uses of WPaintDevice in eu.webtoolkit.jwt.render
Methods in eu.webtoolkit.jwt.render that return WPaintDeviceModifier and TypeMethodDescriptionWPdfRenderer.startPage
(int page) abstract WPaintDevice
WTextRenderer.startPage
(int page) Returns a paint device to render a given page.Methods in eu.webtoolkit.jwt.render with parameters of type WPaintDeviceModifier and TypeMethodDescriptionvoid
WPdfRenderer.endPage
(WPaintDevice device) abstract void
WTextRenderer.endPage
(WPaintDevice device) Stops painting on the given page.WPdfRenderer.getPainter
(WPaintDevice device) abstract WPainter
WTextRenderer.getPainter
(WPaintDevice device) Returns a painter for the current page.