com.lowagie.text.pdf.draw
public class DottedLineSeparator extends LineSeparator
Since: 2.1.2
Field Summary | |
---|---|
protected float | gap the gap between the dots. |
Method Summary | |
---|---|
void | draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y) |
float | getGap()
Getter for the gap between the center of the dots of the dotted line. |
void | setGap(float gap)
Setter for the gap between the center of the dots of the dotted line. |
See Also: DrawInterface
Returns: the gap between the center of the dots
Parameters: gap the gap between the center of the dots