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

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

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

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

Uses of StaticBoxLayoutProperties 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 StaticBoxLayoutProperties
 void BorderRenderer.paintBackgroundAndBorder(StaticBoxLayoutProperties staticBoxLayoutProperties, BoxDefinition boxDefinition, StyleSheet styleSheet, long x, long y, long width, long height, Graphics2D g2d)