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 TypeInterfaceDescriptioninterfaceAn abstract paint device for rendering using native vector graphics.Classes in eu.webtoolkit.jwt that implement WPaintDeviceModifier and TypeClassDescriptionclassA paint device for rendering using the HTML 5 <canvas> element.classWMeasurePaintDeviceWt/WMeasurePaintDevice Wt/WMeasurePaintDevice.classclassclassA paint device for rendering using Scalable Vector Graphics (SVG).classA 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 WPaintDeviceWPaintedWidget.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 TypeMethodDescriptionbooleanWPainter.begin(WPaintDevice device) Begins painting on a paint device.protected abstract voidWPaintedWidget.paintEvent(WPaintDevice paintDevice) Paints the widget.protected voidWQrCode.paintEvent(WPaintDevice paintDevice) voidWGLWidget.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.voidWServerGLWidget.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 TypeMethodDescriptiondoubleWAxis.calcMaxTickLabelSize(WPaintDevice d, Orientation orientation) doubleWAxis.calcTitleSize(WPaintDevice d, Orientation orientation) booleanWCartesianChart.initLayout(WRectF rectangle, WPaintDevice device) Initializes the chart layout.protected voidWAxisSliderWidget.paintEvent(WPaintDevice paintDevice) protected voidWCartesianChart.paintEvent(WPaintDevice paintDevice) Paints the widget.protected voidWPieChart.paintEvent(WPaintDevice paintDevice) protected booleanWCartesianChart.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 WPaintDeviceWTextRenderer.startPage(int page) Returns a paint device to render a given page.Methods in eu.webtoolkit.jwt.render with parameters of type WPaintDeviceModifier and TypeMethodDescriptionvoidWPdfRenderer.endPage(WPaintDevice device) abstract voidWTextRenderer.endPage(WPaintDevice device) Stops painting on the given page.WPdfRenderer.getPainter(WPaintDevice device) abstract WPainterWTextRenderer.getPainter(WPaintDevice device) Returns a painter for the current page.