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 classOutputProfiler.SimpleImageActionAn implementation ofOutputProfiler.ImageActionthat 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.ImageActionOutputProfiler. getImageAction()Methods in org.faceless.pdf2 with parameters of type OutputProfiler.ImageAction Modifier and Type Method Description voidOutputProfiler. setImageAction(OutputProfiler.ImageAction action)Set theOutputProfiler.ImageActionto run on the PDF.
-