Method that adds a line to the page object
Method that adds a line to the page object
public void drawLine(int,int,int,int);
Method that adds a line to the page object [DEPRECATED]
public void drawLine(int,int,int,int,predefinedColor);
Method that adds a line to the page object [DEPRECATED]
public void drawLine(int,int,int,int,predefinedColor,int);
Method that adds a line to the page object
public void drawLine(int,int,int,int,predefinedLineStyle);
Method that adds a line to the page object [DEPRECATED]
public void drawLine(int,int,int,int,predefinedLineStyle,predefinedColor);
Method that adds a line to the page object [DEPRECATED]
public void drawLine(int,int,int,int,predefinedLineStyle,predefinedColor,int);
Method that adds a line to the page object
public void drawLine(int,int,int,int,predefinedLineStyle,pdfColor);
Method that adds a line to the page object
public void drawLine(int,int,int,int,predefinedLineStyle,pdfColor,int);
Method that adds a line to the page object
public void drawLine(int,int,int,int,predefinedLineStyle,int);
Method that adds a line to the page object
public void drawLine(int,int,int,int,pdfColor);
Method that adds a line to the page object
public void drawLine(int,int,int,int,pdfColor,int);