Uses of Interface
com.itextpdf.text.pdf.draw.DrawInterface
Packages that use DrawInterface
-
Uses of DrawInterface in com.itextpdf.text
Fields in com.itextpdf.text declared as DrawInterfaceMethods in com.itextpdf.text that return DrawInterfaceMethods in com.itextpdf.text with parameters of type DrawInterfaceConstructors in com.itextpdf.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) Deprecated.Chunk(DrawInterface separator, float tabPosition, boolean newline) Deprecated.TabStop(float position, DrawInterface leader) TabStop(float position, DrawInterface leader, TabStop.Alignment alignment) TabStop(float position, DrawInterface leader, TabStop.Alignment alignment, char anchorChar) -
Uses of DrawInterface in com.itextpdf.text.pdf.draw
Classes in com.itextpdf.text.pdf.draw that implement DrawInterfaceModifier and TypeClassDescriptionclassElement that draws a dotted line from left to right.classElement that draws a solid line from left to right.classHelper class implementing the DrawInterface.Fields in com.itextpdf.text.pdf.draw declared as DrawInterfaceModifier and TypeFieldDescriptionprotected DrawInterfaceVerticalPositionMark.drawInterfaceAnother implementation of the DrawInterface; its draw method will overrule LineSeparator.draw().Methods in com.itextpdf.text.pdf.draw that return DrawInterfaceModifier and TypeMethodDescriptionVerticalPositionMark.getDrawInterface()Getter for the interface with the overruling draw() method.Methods in com.itextpdf.text.pdf.draw with parameters of type DrawInterfaceModifier and TypeMethodDescriptionvoidVerticalPositionMark.setDrawInterface(DrawInterface drawInterface) Setter for the interface with the overruling draw() method.Constructors in com.itextpdf.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.