org.pentaho.reporting.libraries.fonts.text
Class StaticSpacingProducer

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

public class StaticSpacingProducer
extends 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
StaticSpacingProducer(Spacing spacing)
           
 
Method Summary
 Object clone()
           
 Spacing createSpacing(int codePoint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticSpacingProducer

public StaticSpacingProducer(Spacing spacing)
Method Detail

createSpacing

public Spacing createSpacing(int codePoint)
Specified by:
createSpacing in interface SpacingProducer

clone

public Object clone()
             throws CloneNotSupportedException
Specified by:
clone in interface ClassificationProducer
Overrides:
clone in class Object
Throws:
CloneNotSupportedException