| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
| net.sf.jasperreports.engine.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
JRBoxPen |
JRLineBox.getBottomPen()
Gets the pen properties for the bottom border.
|
JRBoxPen |
JRLineBox.getLeftPen()
Gets the pen properties for the left border.
|
JRBoxPen |
JRLineBox.getPen()
Gets the pen properties for the border.
|
JRBoxPen |
JRLineBox.getRightPen()
Gets the pen properties for the right border.
|
JRBoxPen |
JRLineBox.getTopPen()
Gets the pen properties for the top border.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRLineBox.copyBottomPen(JRBoxPen bottomPen) |
void |
JRLineBox.copyLeftPen(JRBoxPen leftPen) |
void |
JRLineBox.copyPen(JRBoxPen pen) |
void |
JRLineBox.copyRightPen(JRBoxPen rightPen) |
void |
JRLineBox.copyTopPen(JRBoxPen topPen) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRBaseBoxBottomPen |
class |
JRBaseBoxLeftPen |
class |
JRBaseBoxPen |
class |
JRBaseBoxRightPen |
class |
JRBaseBoxTopPen |
| Modifier and Type | Field and Description |
|---|---|
protected JRBoxPen |
JRBaseLineBox.bottomPen |
protected JRBoxPen |
JRBaseLineBox.leftPen |
protected JRBoxPen |
JRBaseLineBox.pen |
protected JRBoxPen |
JRBaseLineBox.rightPen |
protected JRBoxPen |
JRBaseLineBox.topPen |
| Modifier and Type | Method and Description |
|---|---|
JRBoxPen |
JRBaseBoxPen.clone(JRLineBox lineBox) |
JRBoxPen |
JRBoxPen.clone(JRLineBox lineBox) |
JRBoxPen |
JRBaseLineBox.getBottomPen() |
JRBoxPen |
JRBaseLineBox.getLeftPen() |
JRBoxPen |
JRBaseLineBox.getPen() |
JRBoxPen |
JRBaseLineBox.getRightPen() |
JRBoxPen |
JRBaseLineBox.getTopPen() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRBaseLineBox.copyBottomPen(JRBoxPen bottomPen) |
void |
JRBaseLineBox.copyLeftPen(JRBoxPen leftPen) |
void |
JRBaseLineBox.copyPen(JRBoxPen pen) |
void |
JRBaseLineBox.copyRightPen(JRBoxPen rightPen) |
void |
JRBaseLineBox.copyTopPen(JRBoxPen topPen) |
| Modifier and Type | Method and Description |
|---|---|
static Color |
JRStyleResolver.getLineColor(JRBoxPen boxPen,
Color defaultColor) |
static LineStyleEnum |
JRStyleResolver.getLineStyleValue(JRBoxPen boxPen) |
static Float |
JRStyleResolver.getLineWidth(JRBoxPen boxPen,
Float defaultLineWidth) |
Copyright © 2012. All Rights Reserved.