| Package | Description |
|---|---|
| be.quodlibet.boxable | |
| be.quodlibet.boxable.line | |
| be.quodlibet.boxable.utils |
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
Cell.getBottomBorder() |
LineStyle |
Cell.getLeftBorder() |
LineStyle |
Cell.getRightBorder() |
LineStyle |
Cell.getTopBorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setBorderStyle(LineStyle border)
Easy setting for cell border style.
|
void |
Cell.setBottomBorderStyle(LineStyle bottomBorder) |
void |
Cell.setLeftBorderStyle(LineStyle leftBorder) |
void |
Cell.setRightBorderStyle(LineStyle rightBorder) |
void |
Cell.setTopBorderStyle(LineStyle topBorder) |
| Modifier and Type | Method and Description |
|---|---|
static LineStyle |
LineStyle.produceDashed(Color color,
int width)
Provides ability to produce dashed line.
|
static LineStyle |
LineStyle.produceDashed(Color color,
int width,
float[] dashArray,
float dashPhase) |
static LineStyle |
LineStyle.produceDotted(Color color,
int width)
Provides ability to produce dotted line.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PDStreamUtils.setLineStyles(PageContentStreamOptimized stream,
LineStyle line)
Provides ability to set different line styles (line width, dotted line,
dashed line)
|
Copyright © 2020. All rights reserved.