com.lowagie.text.pdf.draw
public class VerticalPositionMark extends Object implements DrawInterface, Element
Since: 2.1.2
Field Summary | |
---|---|
protected DrawInterface | drawInterface Another implementation of the DrawInterface; its draw method will overrule LineSeparator.draw(). |
protected float | offset The offset for the line. |
Constructor Summary | |
---|---|
VerticalPositionMark()
Creates a vertical position mark that won't draw anything unless
you define a DrawInterface. | |
VerticalPositionMark(DrawInterface drawInterface, float offset)
Creates a vertical position mark that won't draw anything unless
you define a DrawInterface. |
Method Summary | |
---|---|
void | draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y) |
ArrayList | getChunks() |
DrawInterface | getDrawInterface()
Getter for the interface with the overruling draw() method. |
float | getOffset()
Getter for the offset relative to the baseline of the current line. |
boolean | isContent() |
boolean | isNestable() |
boolean | process(ElementListener listener) |
void | setDrawInterface(DrawInterface drawInterface)
Setter for the interface with the overruling draw() method. |
void | setOffset(float offset)
Setter for the offset. |
int | type() |
Parameters: drawInterface the drawInterface for this vertical position mark. offset the offset for this vertical position mark.
See Also: DrawInterface
See Also: getChunks
Returns: a DrawInterface implementation
Returns: an offset
See Also: isContent
See Also: isNestable
See Also: process
Parameters: drawInterface a DrawInterface implementation
Parameters: offset an offset
See Also: type