Class StaticSpacingProducer
- java.lang.Object
-
- 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
Constructors Constructor Description StaticSpacingProducer(Spacing spacing)
-
-
-
Constructor Detail
-
StaticSpacingProducer
public StaticSpacingProducer(Spacing spacing)
-
-
Method Detail
-
createSpacing
public Spacing createSpacing(int codePoint)
- Specified by:
createSpacing
in interfaceSpacingProducer
-
clone
public Object clone() throws CloneNotSupportedException
- Specified by:
clone
in interfaceClassificationProducer
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
-