Uses of Interface
org.faceless.pdf2.OutputProfiler.ImageAction
-
Packages that use OutputProfiler.ImageAction Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputProfiler.ImageAction in org.faceless.pdf2
Classes in org.faceless.pdf2 that implement OutputProfiler.ImageAction Modifier and Type Class Description static class
OutputProfiler.SimpleImageAction
An implementation ofOutputProfiler.ImageAction
that implements the functionality that was available via theOutputProfiler.setMaxImageDPI(org.faceless.pdf2.OutputProfiler.ImageType, float, float)
method.Methods in org.faceless.pdf2 that return OutputProfiler.ImageAction Modifier and Type Method Description OutputProfiler.ImageAction
OutputProfiler. getImageAction()
Methods in org.faceless.pdf2 with parameters of type OutputProfiler.ImageAction Modifier and Type Method Description void
OutputProfiler. setImageAction(OutputProfiler.ImageAction action)
Set theOutputProfiler.ImageAction
to run on the PDF.
-