Uses of Class
org.pentaho.reporting.engine.classic.core.layout.model.context.BoxDefinition

Packages that use BoxDefinition
org.pentaho.reporting.engine.classic.core.layout.model   
org.pentaho.reporting.engine.classic.core.layout.model.context   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal   
 

Uses of BoxDefinition in org.pentaho.reporting.engine.classic.core.layout.model
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return BoxDefinition
 BoxDefinition RenderBox.getBoxDefinition()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type BoxDefinition
BlockRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
BreakMarkerRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributeMap, ReportStateKey stateKey)
           
CanvasRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
ContentPlaceholderRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey, InstanceID contentId)
           
InlineRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
LogicalPageBox(ReportDefinition report, StyleSheet style, BoxDefinition box)
           
ParagraphRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributeMap, ReportStateKey stateKey)
           
RenderableReplacedContentBox(StyleSheet styleSheet, InstanceID instanceId, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey, RenderableReplacedContent content)
           
RowRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
SectionRenderBox(StyleSheet styleSheet, InstanceID instanceID, BoxDefinition boxDefinition, ElementType elementType, ReportAttributeMap attributes, ReportStateKey stateKey)
           
 

Uses of BoxDefinition in org.pentaho.reporting.engine.classic.core.layout.model.context
 

Fields in org.pentaho.reporting.engine.classic.core.layout.model.context declared as BoxDefinition
static BoxDefinition BoxDefinition.EMPTY
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model.context that return BoxDefinition
 BoxDefinition BoxDefinition.derive()
           
 BoxDefinition BoxDefinitionFactory.getBoxDefinition(StyleSheet es)
           
 BoxDefinition BoxDefinition.lock()
           
 BoxDefinition[] BoxDefinition.split(int axis)
          Split the box definition for the given major axis.
 

Uses of BoxDefinition in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal with parameters of type BoxDefinition
 void BorderRenderer.paintBackgroundAndBorder(StaticBoxLayoutProperties staticBoxLayoutProperties, BoxDefinition boxDefinition, StyleSheet styleSheet, long x, long y, long width, long height, Graphics2D g2d)