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 void
OutputDevice. 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 void
Java2DOutputDevice. 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 class
PdfBoxImage
Fields in com.openhtmltopdf.pdfboxout declared as FSImage Modifier and Type Field Description private FSImage
PdfBoxImageElement. _image
Methods in com.openhtmltopdf.pdfboxout that return FSImage Modifier and Type Method Description FSImage
PdfBoxImageElement. getImage()
FSImage
PdfBoxImage. scaleToOutputResolution(float dotsPerPixel)
Methods in com.openhtmltopdf.pdfboxout with parameters of type FSImage Modifier and Type Method Description void
PdfBoxFastOutputDevice. drawImage(FSImage fsImage, int x, int y, boolean interpolate)
void
PdfBoxOutputDevice. drawImage(FSImage fsImage, int x, int y, boolean interpolate)
void
PdfBoxSlowOutputDevice. 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 FSImage
MarkerData.ImageMarker. _image
Methods in com.openhtmltopdf.render that return FSImage Modifier and Type Method Description private FSImage
AbstractOutputDevice. getBackgroundImage(PropertyValue bgImage, RenderingContext c)
FSImage
MarkerData.ImageMarker. getImage()
Methods in com.openhtmltopdf.render with parameters of type FSImage Modifier and Type Method Description private void
AbstractOutputDevice. drawBgImage(RenderingContext c, CalculatedStyle style, java.awt.Rectangle backgroundBounds, java.awt.Rectangle bgImageContainer, BorderPropertySet border, FSImage backgroundImage, CalculatedStyle.BackgroundContainer bgImage)
private void
AbstractOutputDevice. paintHorizontalBand(FSImage image, int left, int top, int right, boolean interpolate)
private void
AbstractOutputDevice. paintTiles(FSImage image, int left, int top, int right, int bottom, boolean interpolate)
private void
AbstractOutputDevice. paintVerticalBand(FSImage image, int left, int top, int bottom, boolean interpolate)
private void
AbstractOutputDevice. scaleBackgroundImage(CssContext c, CalculatedStyle style, java.awt.Rectangle backgroundContainer, FSImage image, CalculatedStyle.BackgroundContainer bgImage)
void
MarkerData.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 FSImage
ImageResource. _img
Methods in com.openhtmltopdf.resource that return FSImage Modifier and Type Method Description FSImage
ImageResource. 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 class
AWTFSImage
(package private) static class
AWTFSImage.NewAWTFSImage
private static class
AWTFSImage.NullImage
Fields in com.openhtmltopdf.swing declared as FSImage Modifier and Type Field Description private static FSImage
AWTFSImage. NULL_FS_IMAGE
Methods in com.openhtmltopdf.swing that return FSImage Modifier and Type Method Description static FSImage
AWTFSImage. createImage(java.awt.Image img)
-