Uses of Enum Class
com.datalogics.PDFL.SmoothFlags
Packages that use SmoothFlags
-
Uses of SmoothFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return SmoothFlagsModifier and TypeMethodDescriptionstatic SmoothFlagsReturns the enum constant of this class with the specified name.static SmoothFlags[]SmoothFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL that return types with arguments of type SmoothFlagsModifier and TypeMethodDescriptionDrawParams.getSmoothFlags()Smoothing flags.PageImageParams.getSmoothing()The SmoothFlags used in exporting a PDF page to an imageMethod parameters in com.datalogics.PDFL with type arguments of type SmoothFlagsModifier and TypeMethodDescriptionvoidPage.drawContents(BufferedImage image, Matrix matrix, Rect updateRect, EnumSet<SmoothFlags> newAntiAlias, boolean doThinLine, boolean bypassCopyPerm) Draw the contents of this page to a BufferedImage, only DeviceRGBA colorModel is supported.voidDrawParams.setSmoothFlags(EnumSet<SmoothFlags> value) Smoothing flags.voidPageImageParams.setSmoothing(EnumSet<SmoothFlags> smoothflag) Constructor parameters in com.datalogics.PDFL with type arguments of type SmoothFlagsModifierConstructorDescriptionPageImageParams(ColorSpace ColorSpace, EnumSet<SmoothFlags> Smoothing, int PixelWidth, int PixelHeight, double HorizontalResolution, double VerticalResolution, EnumSet<DrawFlags> PageDrawFlags) Set up the parameters for rendering a PDF page to an image.