Uses of Class
com.itextpdf.svg.xobject.SvgImageXObject
-
Packages that use SvgImageXObject Package Description com.itextpdf.svg.element -
-
Uses of SvgImageXObject in com.itextpdf.svg.element
Methods in com.itextpdf.svg.element that return SvgImageXObject Modifier and Type Method Description SvgImageXObject
SvgImage. getSvgImageXObject()
Gets theSvgImageXObject
contained in this image object.Constructors in com.itextpdf.svg.element with parameters of type SvgImageXObject Constructor Description SvgImage(SvgImageXObject xObject)
Creates anSvgImage
from theSvgImageXObject
which represents Form XObject and contains processor result with the SVG information and resource resolver for the SVG image.
-