|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.draw.VerticalPositionMark
com.lowagie.text.pdf.draw.LineSeparator
public class LineSeparator
Element that draws a solid line from left to right. Can be added directly to a document or column. Can also be used to create a separator chunk.
| Field Summary | |
|---|---|
protected int |
alignment
The alignment of the line. |
protected Color |
lineColor
The color of the line. |
protected float |
lineWidth
The thickness of the line. |
protected float |
percentage
The width of the line as a percentage of the available page width. |
| Fields inherited from class com.lowagie.text.pdf.draw.VerticalPositionMark |
|---|
drawInterface, offset |
| Fields inherited from interface com.lowagie.text.Element |
|---|
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK |
| Constructor Summary | |
|---|---|
LineSeparator()
Creates a new instance of the LineSeparator class with default values: lineWidth 1 user unit, width 100%, centered with offset 0. |
|
LineSeparator(float lineWidth,
float percentage,
Color lineColor,
int align,
float offset)
Creates a new instance of the LineSeparator class. |
|
| Method Summary | |
|---|---|
void |
draw(PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y)
Implement this method if you want to draw something at the current Y position (for instance a line). |
void |
drawLine(PdfContentByte canvas,
float leftX,
float rightX,
float y)
Draws a horizontal line. |
int |
getAlignment()
Getter for the alignment of the line. |
Color |
getLineColor()
Getter for the color of the line that will be drawn. |
float |
getLineWidth()
Getter for the line width. |
float |
getPercentage()
Setter for the width as a percentage of the available width. |
void |
setAlignment(int align)
Setter for the alignment of the line. |
void |
setLineColor(Color color)
Setter for the color of the line that will be drawn. |
void |
setLineWidth(float lineWidth)
Setter for the line width. |
void |
setPercentage(float percentage)
Setter for the width as a percentage of the available width. |
| Methods inherited from class com.lowagie.text.pdf.draw.VerticalPositionMark |
|---|
getChunks, getDrawInterface, getOffset, isContent, isNestable, process, setDrawInterface, setOffset, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.lowagie.text.Element |
|---|
toString |
| Field Detail |
|---|
protected float lineWidth
protected float percentage
protected Color lineColor
protected int alignment
| Constructor Detail |
|---|
public LineSeparator(float lineWidth,
float percentage,
Color lineColor,
int align,
float offset)
lineWidth - the thickness of the linepercentage - the width of the line as a percentage of the available page widthlineColor - the color of the linealign - the alignmentoffset - the offset of the line relative to the current baseline (negative = under the baseline)public LineSeparator()
| Method Detail |
|---|
public void draw(PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y)
DrawInterface
draw in interface DrawInterfacedraw in class VerticalPositionMarkcanvas - the canvas on which you can drawllx - the x coordinate of the left page marginlly - the y coordinate of the bottom page marginurx - the x coordinate of the right page marginury - the y coordinate of the top page marginy - the current y position on the pageDrawInterface.draw(com.lowagie.text.pdf.PdfContentByte, float, float, float, float, float)
public void drawLine(PdfContentByte canvas,
float leftX,
float rightX,
float y)
canvas - the canvas to draw onleftX - the left x coordinaterightX - the right x coordindatey - the y coordinatepublic float getLineWidth()
public void setLineWidth(float lineWidth)
lineWidth - the thickness of the line that will be drawn.public float getPercentage()
public void setPercentage(float percentage)
percentage - a width percentagepublic Color getLineColor()
public void setLineColor(Color color)
color - a colorpublic int getAlignment()
public void setAlignment(int align)
align - an alignment value
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||