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 |
JRBoxPen.clone(JRLineBox lineBox) |
JRBoxPen |
JRBaseBoxPen.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 java.awt.Color |
JRStyleResolver.getLineColor(JRBoxPen boxPen,
java.awt.Color defaultColor) |
static java.lang.Byte |
JRStyleResolver.getLineStyle(JRBoxPen boxPen)
Deprecated.
Replaced by
JRStyleResolver.getLineStyleValue(JRBoxPen) |
static LineStyleEnum |
JRStyleResolver.getLineStyleValue(JRBoxPen boxPen) |
static java.lang.Float |
JRStyleResolver.getLineWidth(JRBoxPen boxPen,
java.lang.Float defaultLineWidth) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com