Package | Description |
---|---|
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 | Class and Description |
---|---|
protected static class |
TextMeasurer.TextMeasuredState |
Modifier and Type | Method and Description |
---|---|
JRMeasuredText |
TextMeasurer.measure(JRStyledText styledText,
int remainingTextStart,
int availableStretchHeight,
boolean canOverflow) |
JRMeasuredText |
JRTextMeasurer.measure(JRStyledText styledText,
int remainingTextStart,
int availableStretchHeight,
boolean canOverflow)
Fit a text chunk in a given space.
|
Modifier and Type | Method and Description |
---|---|
JRMeasuredText |
JdkGlyphFixTextMeasurer.measure(JRStyledText styledText,
int remainingTextStart,
int availableStretchHeight,
boolean canOverflow)
Calls
super.measure , catches
sun.font.GlyphLayout NPEs and reattempts the call. |
Copyright © 2017. All rights reserved.