Java com.lowagie.text.pdf.draw LineSeparator fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf.draw LineSeparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf.draw LineSeparator.

The text is from its open source code.

Constructor

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

voidsetLineColor(Color color)
Setter for the color of the line that will be drawn.
voidsetPercentage(float percentage)
Setter for the width as a percentage of the available width.