Uses of Class
com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher.Quality
-
Packages that use PhantomJSDocumentFetcher.Quality Package Description com.norconex.collector.http.fetch.impl -
-
Uses of PhantomJSDocumentFetcher.Quality in com.norconex.collector.http.fetch.impl
Methods in com.norconex.collector.http.fetch.impl that return PhantomJSDocumentFetcher.Quality Modifier and Type Method Description PhantomJSDocumentFetcher.Quality
PhantomJSDocumentFetcher. getScreenshotScaleQuality()
Deprecated.Gets the screenshot scaling quality to use when when storage is "disk" or "inline".static PhantomJSDocumentFetcher.Quality
PhantomJSDocumentFetcher.Quality. valueOf(String name)
Returns the enum constant of this type with the specified name.static PhantomJSDocumentFetcher.Quality[]
PhantomJSDocumentFetcher.Quality. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.norconex.collector.http.fetch.impl with parameters of type PhantomJSDocumentFetcher.Quality Modifier and Type Method Description void
PhantomJSDocumentFetcher. setScreenshotScaleQuality(PhantomJSDocumentFetcher.Quality screenshotScaleQuality)
Deprecated.Sets the screenshot scaling quality to use when when storage is "disk" or "inline".
-