Uses of Class
eu.webtoolkit.jwt.WAbstractDataInfo
Packages that use WAbstractDataInfo
-
Uses of WAbstractDataInfo in eu.webtoolkit.jwt
Subclasses of WAbstractDataInfo in eu.webtoolkit.jwtModifier and TypeClassDescriptionclassInternal class.classA class that stores informations about data.classA class that stores informations about a file in the WebRootMethods in eu.webtoolkit.jwt that return WAbstractDataInfoModifier and TypeMethodDescriptionWRasterFavicon.getDefaultFavicon()Returns the data info of the default favicon.WPainter.Image.getInfo()Returns the data info of the image.Methods in eu.webtoolkit.jwt with parameters of type WAbstractDataInfoModifier and TypeMethodDescriptionvoidWCanvasPaintDevice.drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF sourceRect) voidWMeasurePaintDevice.drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF sourceRect) voidWPaintDevice.drawImage(WRectF rect, WAbstractDataInfo imageInfo, int imgWidth, int imgHeight, WRectF sourceRect) Draws an image.voidWPdfImage.drawImage(WRectF rect, WAbstractDataInfo imgInfo, int imgWidth, int imgHeight, WRectF sourceRect) voidWRasterPaintDevice.drawImage(WRectF rect, WAbstractDataInfo imgInfo, int imgWidth, int imgHeight, WRectF sourceRect) voidWSvgImage.drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF srect) voidWVmlImage.drawImage(WRectF rect, WAbstractDataInfo info, int imgWidth, int imgHeight, WRectF sourceRect) voidWRasterFavicon.setdefaultFavicon(WAbstractDataInfo info) Sets the default favicon.Constructors in eu.webtoolkit.jwt with parameters of type WAbstractDataInfoModifierConstructorDescriptionImage(WAbstractDataInfo info) Creates an image.Image(WAbstractDataInfo info, int width, int height) Creates an image.Constructs aWRasterFavicon.WRasterFavicon(WAbstractDataInfo info, WLength width) Constructs aWRasterFavicon.WRasterFavicon(WAbstractDataInfo info, WLength width, WLength height) Constructs aWRasterFavicon.WRasterFavicon(WAbstractDataInfo info, WLength width, WLength height, String type) Constructs aWRasterFavicon.WRasterFavicon(WAbstractDataInfo info, String type)