| Package | Description | 
|---|---|
| com.itextpdf.text.pdf.parser | 
| Modifier and Type | Method and Description | 
|---|---|
List<Subpath> |  
          Path.getSubpaths()  |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          Path.addSubpath(Subpath subpath) 
           
             Adds the subpath to this path. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          Path.addSubpaths(List extends Subpath> subpaths) 
           
             Adds the subpaths to this path. 
              |  
         
| Constructor and Description | 
|---|
Subpath(Subpath subpath) 
           
             Copy constuctor. 
              |  
         
| Constructor and Description | 
|---|
Path(List extends Subpath> subpaths)  |  
         
Copyright © 1998–2019. All rights reserved.