Uses of Class
com.itextpdf.text.pdf.parser.Subpath
-
Packages that use Subpath Package Description com.itextpdf.text.pdf.parser -
-
Uses of Subpath in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return types with arguments of type Subpath Modifier and Type Method Description List<Subpath>
Path. getSubpaths()
Methods in com.itextpdf.text.pdf.parser with parameters of type Subpath Modifier and Type Method Description void
Path. addSubpath(Subpath subpath)
Adds the subpath to this path.Method parameters in com.itextpdf.text.pdf.parser with type arguments of type Subpath Modifier and Type Method Description void
Path. addSubpaths(List<? extends Subpath> subpaths)
Adds the subpaths to this path.Constructors in com.itextpdf.text.pdf.parser with parameters of type Subpath Constructor Description Subpath(Subpath subpath)
Copy constuctor.Constructor parameters in com.itextpdf.text.pdf.parser with type arguments of type Subpath Constructor Description Path(List<? extends Subpath> subpaths)
-