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 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.lowagie.text.pdf.draw declared as DrawInterfaceModifier and TypeFieldDescriptionprotected DrawInterfaceVerticalPositionMark.drawInterfaceAnother 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 TypeMethodDescriptionvoidVerticalPositionMark.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.