Package com.itextpdf.kernel.pdf.canvas.draw
-
Interface Summary Interface Description ILineDrawer TheILineDrawer
defines a drawing operation on aPdfCanvas
This interface allows to customize the 'empty' space in acom.itextpdf.layout.element.TabStop
through a Strategy design pattern -
Class Summary Class Description DashedLine Implementation ofILineDrawer
which draws a dashed horizontal line over the middle of the specified rectangle.DottedLine Implementation ofILineDrawer
which draws a dotted horizontal line along the bottom edge of the specified rectangle.SolidLine Implementation ofILineDrawer
which draws a solid horizontal line along the bottom edge of the specified rectangle.