|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRBox | |
---|---|
net.sf.jasperreports.crosstabs | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
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.design | Contains design time implementations for the library's main interfaces as well as report compiling tools. |
net.sf.jasperreports.engine.export | Provides utility classes for exporting reports to various popular formats. |
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 | Utility classes. |
net.sf.jasperreports.engine.xml | Contains classes for loading report templates from XML files. |
Uses of JRBox in net.sf.jasperreports.crosstabs |
---|
Methods in net.sf.jasperreports.crosstabs that return JRBox | |
---|---|
JRBox |
JRCellContents.getBox()
Returns the cell border. |
Uses of JRBox in net.sf.jasperreports.crosstabs.base |
---|
Fields in net.sf.jasperreports.crosstabs.base declared as JRBox | |
---|---|
protected JRBox |
JRBaseCellContents.box
|
Methods in net.sf.jasperreports.crosstabs.base that return JRBox | |
---|---|
JRBox |
JRBaseCellContents.getBox()
|
Uses of JRBox in net.sf.jasperreports.crosstabs.design |
---|
Methods in net.sf.jasperreports.crosstabs.design that return JRBox | |
---|---|
JRBox |
JRDesignCellContents.getBox()
|
Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRBox | |
---|---|
void |
JRDesignCellContents.setBox(JRBox box)
Sets the cell border. |
Uses of JRBox in net.sf.jasperreports.engine |
---|
Subinterfaces of JRBox in net.sf.jasperreports.engine | |
---|---|
interface |
JRChart
Implementations of this interface can be used for rendering chart components. |
interface |
JRFrame
An abstract representation of a report elements container. |
interface |
JRImage
An abstract representation of a graphic element representing an image. |
interface |
JRPrintFrame
A print elements container. |
interface |
JRPrintImage
|
interface |
JRPrintText
|
interface |
JRStaticText
An abstract representation of a report static text. |
interface |
JRTextElement
An abstract representation of a report text element. |
interface |
JRTextField
An abstract representation of a report static text. |
Methods in net.sf.jasperreports.engine that return JRBox | |
---|---|
JRBox |
JRTextElement.getBox()
Deprecated. |
JRBox |
JRPrintText.getBox()
Deprecated. |
JRBox |
JRPrintImage.getBox()
Deprecated. |
JRBox |
JRImage.getBox()
Deprecated. |
JRBox |
JRChart.getBox()
Deprecated. |
protected JRBox |
JRAbstractExporter.getBox(JRPrintGraphicElement element)
|
Methods in net.sf.jasperreports.engine with parameters of type JRBox | |
---|---|
void |
JRPrintText.setBox(JRBox box)
Deprecated. |
void |
JRPrintImage.setBox(JRBox box)
Deprecated. |
Uses of JRBox in net.sf.jasperreports.engine.base |
---|
Classes in net.sf.jasperreports.engine.base that implement JRBox | |
---|---|
class |
JRBaseBox
This is useful for drawing borders around text elements and images. |
class |
JRBaseChart
|
class |
JRBaseFrame
Base read-only implementation of JRFrame . |
class |
JRBaseImage
The actual implementation of a graphic element representing an image. |
class |
JRBasePrintFrame
Base implementation of JRPrintFrame . |
class |
JRBasePrintImage
|
class |
JRBasePrintText
|
class |
JRBaseStaticText
This class is used for representing a static text element. |
class |
JRBaseTextElement
This class provides functionality common to text elements. |
class |
JRBaseTextField
This class is used for representing a text field. |
Fields in net.sf.jasperreports.engine.base declared as JRBox | |
---|---|
protected JRBox |
JRBaseChart.box
|
Methods in net.sf.jasperreports.engine.base that return JRBox | |
---|---|
JRBox |
JRBaseTextElement.getBox()
Deprecated. |
JRBox |
JRBasePrintText.getBox()
Deprecated. |
JRBox |
JRBasePrintImage.getBox()
Deprecated. |
JRBox |
JRBasePrintFrame.getBox()
|
JRBox |
JRBaseImage.getBox()
Deprecated. |
JRBox |
JRBaseChart.getBox()
Deprecated. |
Methods in net.sf.jasperreports.engine.base with parameters of type JRBox | |
---|---|
void |
JRBasePrintText.setBox(JRBox box)
Deprecated. |
void |
JRBasePrintImage.setBox(JRBox box)
Deprecated. |
void |
JRBasePrintFrame.setBox(JRBox box)
|
Constructors in net.sf.jasperreports.engine.base with parameters of type JRBox | |
---|---|
JRBaseBox(JRBox box)
Creates a clone of a box object. |
|
JRBaseBox(JRBox box,
boolean resetLeft,
boolean resetRight,
boolean resetTop,
boolean resetBottom)
|
|
JRBaseBox(JRBox box,
boolean left,
boolean right,
boolean top,
boolean bottom,
JRBox complementaryBox)
Creates a copy of a box object by keeping only some of the border sides. |
Uses of JRBox in net.sf.jasperreports.engine.design |
---|
Classes in net.sf.jasperreports.engine.design that implement JRBox | |
---|---|
class |
JRDesignChart
|
class |
JRDesignFrame
Implementation of JRFrame to be used at design time. |
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time. |
class |
JRDesignStaticText
This class is used for representing a design static text element. |
class |
JRDesignTextElement
This class provides functionality common to design text elements. |
class |
JRDesignTextField
|
Methods in net.sf.jasperreports.engine.design that return JRBox | |
---|---|
JRBox |
JRDesignTextElement.getBox()
Deprecated. |
JRBox |
JRDesignImage.getBox()
Deprecated. |
JRBox |
JRDesignChart.getBox()
Deprecated. |
Methods in net.sf.jasperreports.engine.design with parameters of type JRBox | |
---|---|
void |
JRDesignTextElement.setBox(JRBox box)
Deprecated. |
void |
JRDesignImage.setBox(JRBox box)
Deprecated. |
void |
JRDesignFrame.setBox(JRBox box)
Sets all the box attributes. |
void |
JRDesignChart.setBox(JRBox box)
Deprecated. |
Uses of JRBox in net.sf.jasperreports.engine.export |
---|
Fields in net.sf.jasperreports.engine.export declared as JRBox | |
---|---|
protected JRBox |
JRExporterGridCell.box
|
Methods in net.sf.jasperreports.engine.export that return JRBox | |
---|---|
JRBox |
JRExporterGridCell.getBox()
|
Methods in net.sf.jasperreports.engine.export with parameters of type JRBox | |
---|---|
protected void |
JRHtmlExporter.appendBorderStyle(JRPrintElement element,
JRBox box,
java.lang.StringBuffer styleBuffer)
|
protected void |
JRPdfExporter.exportBox(JRBox box,
JRPrintElement element)
|
protected void |
JRGraphics2DExporter.exportBox(JRBox box,
JRPrintElement element)
|
void |
JRExporterGridCell.setBox(JRBox box)
|
Constructors in net.sf.jasperreports.engine.export with parameters of type JRBox | |
---|---|
JExcelApiExporter.BoxStyle(JRBox box)
|
|
JExcelApiExporter.StyleInfo(jxl.format.Pattern mode,
jxl.format.Colour backcolor,
int horizontalAlignment,
int verticalAlignment,
int rotation,
jxl.write.WritableFont font,
JRBox box)
|
|
JRXlsExporter.BoxStyle(JRBox box,
short backcolor,
short forecolor)
|
Uses of JRBox in net.sf.jasperreports.engine.fill |
---|
Classes in net.sf.jasperreports.engine.fill that implement JRBox | |
---|---|
class |
JRFillChart
|
class |
JRFillFrame
Fill time implementation of a frame element. |
class |
JRFillImage
|
class |
JRFillStaticText
|
class |
JRFillTextElement
|
class |
JRFillTextField
|
class |
JRRecordedValuesPrintImage
Print image implementation that supports recorded values. |
class |
JRRecordedValuesPrintText
Print text implementation that supports recorded values. |
class |
JRTemplateFrame
Frame information shared by multiple print frame objects. |
class |
JRTemplateImage
|
class |
JRTemplatePrintFrame
Implementation of JRPrintFrame that uses
template frames for keeping common data. |
class |
JRTemplatePrintImage
|
class |
JRTemplatePrintText
|
class |
JRTemplateText
|
Methods in net.sf.jasperreports.engine.fill that return JRBox | |
---|---|
JRBox |
JRTemplateText.getBox()
Deprecated. |
JRBox |
JRTemplatePrintText.getBox()
Deprecated. |
JRBox |
JRTemplatePrintImage.getBox()
Deprecated. |
JRBox |
JRTemplateImage.getBox()
Deprecated. |
JRBox |
JRFillTextElement.getBox()
Deprecated. |
JRBox |
JRFillImage.getBox()
Deprecated. |
JRBox |
JRFillChart.getBox()
Deprecated. |
JRBox |
JRFillCellContents.getBox()
|
Methods in net.sf.jasperreports.engine.fill with parameters of type JRBox | |
---|---|
void |
JRTemplatePrintText.setBox(JRBox box)
Deprecated. |
void |
JRTemplatePrintImage.setBox(JRBox box)
Deprecated. |
protected void |
JRTemplateImage.setBox(JRBox box)
|
protected void |
JRTemplateFrame.setBox(JRBox box)
Sets the border of this template frame. |
protected void |
JRFillCellContents.setBox(JRBox box)
|
Uses of JRBox in net.sf.jasperreports.engine.util |
---|
Methods in net.sf.jasperreports.engine.util with parameters of type JRBox | |
---|---|
static byte |
JRStyleResolver.getBorder(JRBox box)
|
static java.awt.Color |
JRStyleResolver.getBorderColor(JRBox box,
java.awt.Color defaultColor)
|
static byte |
JRStyleResolver.getBottomBorder(JRBox box)
|
static java.awt.Color |
JRStyleResolver.getBottomBorderColor(JRBox box,
java.awt.Color defaultColor)
|
static int |
JRStyleResolver.getBottomPadding(JRBox box)
|
static byte |
JRStyleResolver.getLeftBorder(JRBox box)
|
static java.awt.Color |
JRStyleResolver.getLeftBorderColor(JRBox box,
java.awt.Color defaultColor)
|
static int |
JRStyleResolver.getLeftPadding(JRBox box)
|
static int |
JRStyleResolver.getPadding(JRBox box)
|
static byte |
JRStyleResolver.getRightBorder(JRBox box)
|
static java.awt.Color |
JRStyleResolver.getRightBorderColor(JRBox box,
java.awt.Color defaultColor)
|
static int |
JRStyleResolver.getRightPadding(JRBox box)
|
static byte |
JRStyleResolver.getTopBorder(JRBox box)
|
static java.awt.Color |
JRStyleResolver.getTopBorderColor(JRBox box,
java.awt.Color defaultColor)
|
static int |
JRStyleResolver.getTopPadding(JRBox box)
|
Uses of JRBox in net.sf.jasperreports.engine.xml |
---|
Methods in net.sf.jasperreports.engine.xml with parameters of type JRBox | |
---|---|
static void |
JRBoxFactory.setBoxAttributes(org.xml.sax.Attributes atts,
JRBox box)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |