Uses of Class
org.apache.fop.afp.ioca.ImageSizeParameter
Packages that use ImageSizeParameter
Package
Description
Contains an AFP library.
Contains a collection of AFP Image Object Content Architecture (IOCA) structured objects.
-
Uses of ImageSizeParameter in org.apache.fop.afp
Methods in org.apache.fop.afp that return ImageSizeParameterModifier and TypeMethodDescriptionFactory.createImageSizeParameter(int hsize, int vsize, int hresol, int vresol) Creates an new IOCAImageSizeParameter. -
Uses of ImageSizeParameter in org.apache.fop.afp.ioca
Methods in org.apache.fop.afp.ioca with parameters of type ImageSizeParameterModifier and TypeMethodDescriptionvoidImageContent.setImageSizeParameter(ImageSizeParameter imageSizeParameter) Sets the image size parameterConstructors in org.apache.fop.afp.ioca with parameters of type ImageSizeParameterModifierConstructorDescriptionTransparencyMask(byte[] maskData, ImageSizeParameter imageSizeParameter)