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