Uses of Interface
com.lowagie.text.pdf.draw.DrawInterface
Packages that use DrawInterface
-
Uses of DrawInterface in com.lowagie.text
Constructors in com.lowagie.text with parameters of type DrawInterfaceModifierConstructorDescriptionChunk
(DrawInterface separator) Creates a separator Chunk.Chunk
(DrawInterface separator, boolean vertical) Creates a separator Chunk.Chunk
(DrawInterface separator, float tabPosition) Creates a tab Chunk.Chunk
(DrawInterface separator, float tabPosition, boolean newline) Creates a tab Chunk. -
Uses of DrawInterface in com.lowagie.text.pdf.draw
Classes in com.lowagie.text.pdf.draw that implement DrawInterfaceModifier and TypeClassDescriptionclass
Element that draws a dotted line from left to right.class
Element that draws a solid line from left to right.class
Helper class implementing the DrawInterface.Fields in com.lowagie.text.pdf.draw declared as DrawInterfaceModifier and TypeFieldDescriptionprotected DrawInterface
VerticalPositionMark.drawInterface
Another implementation of the DrawInterface; its draw method will overrule LineSeparator.draw().Methods in com.lowagie.text.pdf.draw that return DrawInterfaceModifier and TypeMethodDescriptionVerticalPositionMark.getDrawInterface()
Getter for the interface with the overruling draw() method.Methods in com.lowagie.text.pdf.draw with parameters of type DrawInterfaceModifier and TypeMethodDescriptionvoid
VerticalPositionMark.setDrawInterface
(DrawInterface drawInterface) Setter for the interface with the overruling draw() method.Constructors in com.lowagie.text.pdf.draw with parameters of type DrawInterfaceModifierConstructorDescriptionVerticalPositionMark
(DrawInterface drawInterface, float offset) Creates a vertical position mark that won't draw anything unless you define a DrawInterface.