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) Deprecated.Creates a separator Chunk.Chunk(DrawInterface separator, boolean vertical) Deprecated.Creates a separator Chunk.Chunk(DrawInterface separator, float tabPosition) Deprecated.Creates a tab Chunk.Chunk(DrawInterface separator, float tabPosition, boolean newline) Deprecated.Creates a tab Chunk. -
Uses of DrawInterface in com.lowagie.text.pdf.draw
Classes in com.lowagie.text.pdf.draw that implement DrawInterfaceModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text.pdf.draw declared as DrawInterfaceModifier and TypeFieldDescriptionprotected DrawInterfaceVerticalPositionMark.drawInterfaceDeprecated.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()Deprecated.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) Deprecated.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) Deprecated.Creates a vertical position mark that won't draw anything unless you define a DrawInterface.