public class Label
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
height
size of the text in the perpendicular axis of the bar
|
java.lang.String |
label |
float |
paperOffset
Position of the label, relative to the first tick of the bar.
|
float |
width
size of the text in the axis of the bar.
|
| Constructor and Description |
|---|
Label(float paperOffset,
java.lang.String label,
com.itextpdf.text.pdf.BaseFont font,
double fontSize,
boolean rotated) |
public final float paperOffset
public java.lang.String label
public final float width
public final float height