Package net.sf.jasperreports.engine
Interface JRBoxContainer
-
- All Superinterfaces:
JRStyleContainer
- All Known Subinterfaces:
BaseCell
,Cell
,JRCellContents
,JRChart
,JRCommonImage
,JRCommonText
,JRConditionalStyle
,JRCrosstab
,JRFrame
,JRImage
,JRPrintFrame
,JRPrintImage
,JRPrintText
,JRStaticText
,JRStyle
,JRTextElement
,JRTextField
- All Known Implementing Classes:
ChartTemplateImage
,CompiledBaseCell
,CompiledCell
,DesignBaseCell
,DesignCell
,IconLabelComponent
,IconLabelComponentFill
,JRBaseCellContents
,JRBaseChart
,JRBaseConditionalStyle
,JRBaseCrosstab
,JRBaseFrame
,JRBaseImage
,JRBasePrintFrame
,JRBasePrintImage
,JRBasePrintText
,JRBaseStaticText
,JRBaseStyle
,JRBaseTextElement
,JRBaseTextField
,JRDesignCellContents
,JRDesignChart
,JRDesignConditionalStyle
,JRDesignCrosstab
,JRDesignFrame
,JRDesignImage
,JRDesignStaticText
,JRDesignStyle
,JRDesignTextElement
,JRDesignTextField
,JRFillCellContents
,JRFillChart
,JRFillChartForAxis
,JRFillCrosstab
,JRFillFrame
,JRFillImage
,JRFillStaticText
,JRFillTextElement
,JRFillTextField
,JRRecordedValuesPrintImage
,JRRecordedValuesPrintText
,JRTemplateFrame
,JRTemplateImage
,JRTemplatePrintFrame
,JRTemplatePrintImage
,JRTemplatePrintText
,JRTemplateText
public interface JRBoxContainer extends JRStyleContainer
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getDefaultLineColor()
JRLineBox
getLineBox()
-
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleName, getStyleNameReference
-
-