Uses of Class
org.pentaho.reporting.libraries.fonts.text.Spacing

Packages that use Spacing
org.pentaho.reporting.libraries.fonts.text   
 

Uses of Spacing in org.pentaho.reporting.libraries.fonts.text
 

Fields in org.pentaho.reporting.libraries.fonts.text declared as Spacing
static Spacing Spacing.EMPTY_SPACING
           
 

Methods in org.pentaho.reporting.libraries.fonts.text that return Spacing
 Spacing SpacingProducer.createSpacing(int codePoint)
           
 Spacing StaticSpacingProducer.createSpacing(int codePoint)
           
 

Constructors in org.pentaho.reporting.libraries.fonts.text with parameters of type Spacing
StaticSpacingProducer(Spacing spacing)