|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawInterface | |
---|---|
com.itextpdf.text | |
com.itextpdf.text.pdf.draw |
Uses of DrawInterface in com.itextpdf.text |
---|
Fields in com.itextpdf.text declared as DrawInterface | |
---|---|
protected DrawInterface |
TabStop.leader
|
Methods in com.itextpdf.text that return DrawInterface | |
---|---|
DrawInterface |
TabStop.getLeader()
|
Methods in com.itextpdf.text with parameters of type DrawInterface | |
---|---|
void |
TabStop.setLeader(DrawInterface leader)
|
Constructors in com.itextpdf.text with parameters of type DrawInterface | |
---|---|
Chunk(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 DrawInterface | |
---|---|
class |
DottedLineSeparator
Element that draws a dotted line from left to right. |
class |
LineSeparator
Element that draws a solid line from left to right. |
class |
VerticalPositionMark
Helper class implementing the DrawInterface. |
Fields in com.itextpdf.text.pdf.draw declared as DrawInterface | |
---|---|
protected DrawInterface |
VerticalPositionMark.drawInterface
Another implementation of the DrawInterface; its draw method will overrule LineSeparator.draw(). |
Methods in com.itextpdf.text.pdf.draw that return DrawInterface | |
---|---|
DrawInterface |
VerticalPositionMark.getDrawInterface()
Getter for the interface with the overruling draw() method. |
Methods in com.itextpdf.text.pdf.draw with parameters of type DrawInterface | |
---|---|
void |
VerticalPositionMark.setDrawInterface(DrawInterface drawInterface)
Setter for the interface with the overruling draw() method. |
Constructors in com.itextpdf.text.pdf.draw with parameters of type DrawInterface | |
---|---|
VerticalPositionMark(DrawInterface drawInterface,
float offset)
Creates a vertical position mark that won't draw anything unless you define a DrawInterface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |