Uses of Class
org.apache.fop.afp.ioca.ImageSizeParameter
-
Packages that use ImageSizeParameter Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.ioca 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 ImageSizeParameter Modifier and Type Method Description ImageSizeParameterFactory. createImageSizeParameter(int hsize, int vsize, int hresol, int vresol)Creates an new IOCAImageSizeParameter. -
Uses of ImageSizeParameter in org.apache.fop.afp.ioca
Fields in org.apache.fop.afp.ioca declared as ImageSizeParameter Modifier and Type Field Description private ImageSizeParameterImageContent. imageSizeParameterthe image size parameterprivate ImageSizeParameterTransparencyMask. imageSizeParameterMethods in org.apache.fop.afp.ioca with parameters of type ImageSizeParameter Modifier and Type Method Description voidImageContent. setImageSizeParameter(ImageSizeParameter imageSizeParameter)Sets the image size parameterConstructors in org.apache.fop.afp.ioca with parameters of type ImageSizeParameter Constructor Description TransparencyMask(byte[] maskData, ImageSizeParameter imageSizeParameter)
-