Uses of Interface
com.openhtmltopdf.extend.FSImage
-
Packages that use FSImage Package Description com.openhtmltopdf.extend com.openhtmltopdf.java2d com.openhtmltopdf.pdfboxout com.openhtmltopdf.render com.openhtmltopdf.resource com.openhtmltopdf.swing -
-
Uses of FSImage in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type FSImage Modifier and Type Method Description voidOutputDevice. drawImage(FSImage image, int x, int y, boolean interpolate) -
Uses of FSImage in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type FSImage Modifier and Type Method Description voidJava2DOutputDevice. drawImage(FSImage image, int x, int y, boolean interpolate) -
Uses of FSImage in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement FSImage Modifier and Type Class Description classPdfBoxImageFields in com.openhtmltopdf.pdfboxout declared as FSImage Modifier and Type Field Description private FSImagePdfBoxImageElement. _imageMethods in com.openhtmltopdf.pdfboxout that return FSImage Modifier and Type Method Description FSImagePdfBoxImageElement. getImage()FSImagePdfBoxImage. scaleToOutputResolution(float dotsPerPixel)Methods in com.openhtmltopdf.pdfboxout with parameters of type FSImage Modifier and Type Method Description voidPdfBoxFastOutputDevice. drawImage(FSImage fsImage, int x, int y, boolean interpolate)voidPdfBoxOutputDevice. drawImage(FSImage fsImage, int x, int y, boolean interpolate)voidPdfBoxSlowOutputDevice. drawImage(FSImage fsImage, int x, int y, boolean interpolate)Constructors in com.openhtmltopdf.pdfboxout with parameters of type FSImage Constructor Description PdfBoxImageElement(org.w3c.dom.Element e, FSImage image, SharedContext c, boolean interpolate) -
Uses of FSImage in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as FSImage Modifier and Type Field Description private FSImageMarkerData.ImageMarker. _imageMethods in com.openhtmltopdf.render that return FSImage Modifier and Type Method Description private FSImageAbstractOutputDevice. getBackgroundImage(PropertyValue bgImage, RenderingContext c)FSImageMarkerData.ImageMarker. getImage()Methods in com.openhtmltopdf.render with parameters of type FSImage Modifier and Type Method Description private voidAbstractOutputDevice. drawBgImage(RenderingContext c, CalculatedStyle style, java.awt.Rectangle backgroundBounds, java.awt.Rectangle bgImageContainer, BorderPropertySet border, FSImage backgroundImage, CalculatedStyle.BackgroundContainer bgImage)private voidAbstractOutputDevice. paintHorizontalBand(FSImage image, int left, int top, int right, boolean interpolate)private voidAbstractOutputDevice. paintTiles(FSImage image, int left, int top, int right, int bottom, boolean interpolate)private voidAbstractOutputDevice. paintVerticalBand(FSImage image, int left, int top, int bottom, boolean interpolate)private voidAbstractOutputDevice. scaleBackgroundImage(CssContext c, CalculatedStyle style, java.awt.Rectangle backgroundContainer, FSImage image, CalculatedStyle.BackgroundContainer bgImage)voidMarkerData.ImageMarker. setImage(FSImage image) -
Uses of FSImage in com.openhtmltopdf.resource
Fields in com.openhtmltopdf.resource declared as FSImage Modifier and Type Field Description private FSImageImageResource. _imgMethods in com.openhtmltopdf.resource that return FSImage Modifier and Type Method Description FSImageImageResource. getImage()Constructors in com.openhtmltopdf.resource with parameters of type FSImage Constructor Description ImageResource(java.lang.String uri, FSImage img) -
Uses of FSImage in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement FSImage Modifier and Type Class Description classAWTFSImage(package private) static classAWTFSImage.NewAWTFSImageprivate static classAWTFSImage.NullImageFields in com.openhtmltopdf.swing declared as FSImage Modifier and Type Field Description private static FSImageAWTFSImage. NULL_FS_IMAGEMethods in com.openhtmltopdf.swing that return FSImage Modifier and Type Method Description static FSImageAWTFSImage. createImage(java.awt.Image img)
-