Class StaticSpacingProducer

java.lang.Object
org.pentaho.reporting.libraries.fonts.text.StaticSpacingProducer
All Implemented Interfaces:
java.lang.Cloneable, ClassificationProducer, SpacingProducer

public class StaticSpacingProducer extends java.lang.Object implements SpacingProducer
Creation-Date: 11.06.2006, 18:37:39
Author:
Thomas Morgner
  • Field Summary

    Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer

    END_OF_TEXT, START_OF_TEXT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Object
     
    createSpacing(int codePoint)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StaticSpacingProducer

      public StaticSpacingProducer(Spacing spacing)
  • Method Details