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