public abstract class BorderStyle extends Style
Modifier and Type | Field and Description |
---|---|
protected static int |
BOTTOM_BORDER |
protected static int |
LEFT_BORDER |
protected static int |
RIGHT_BORDER |
protected static int |
TOP_BORDER |
styleWriter
Constructor and Description |
---|
BorderStyle(WriterHelper styleWriter) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
void |
setBox(JRLineBox box) |
void |
setPen(JRPen pen) |
protected void |
writeBorder(int side) |
protected static final int TOP_BORDER
protected static final int LEFT_BORDER
protected static final int BOTTOM_BORDER
protected static final int RIGHT_BORDER
public BorderStyle(WriterHelper styleWriter)
Copyright © 2016. All rights reserved.