Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
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 |
---|---|
JRBoxPen |
CachingLineBox.getBottomPen() |
JRBoxPen |
CachingLineBox.getLeftPen() |
JRBoxPen |
CachingLineBox.getPen() |
JRBoxPen |
CachingLineBox.getRightPen() |
JRBoxPen |
CachingLineBox.getTopPen() |
Modifier and Type | Method and Description |
---|---|
void |
CachingLineBox.copyBottomPen(JRBoxPen bottomPen) |
void |
CachingLineBox.copyLeftPen(JRBoxPen leftPen) |
void |
CachingLineBox.copyPen(JRBoxPen pen) |
void |
CachingLineBox.copyRightPen(JRBoxPen rightPen) |
void |
CachingLineBox.copyTopPen(JRBoxPen topPen) |
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
JRStyleResolver.getLineColor(JRBoxPen boxPen,
java.awt.Color defaultColor) |
static LineStyleEnum |
JRStyleResolver.getLineStyleValue(JRBoxPen boxPen) |
static java.lang.Float |
JRStyleResolver.getLineWidth(JRBoxPen boxPen,
java.lang.Float defaultLineWidth) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com