Class VariableFontSizeProducer
java.lang.Object
org.pentaho.reporting.libraries.fonts.text.font.VariableFontSizeProducer
- All Implemented Interfaces:
java.lang.Cloneable
,ClassificationProducer
,FontSizeProducer
Looks-up the character on the given font.
- 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 -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Object
clone()
getCharacterSize
(int codePoint, GlyphMetrics dimension) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VariableFontSizeProducer
-
-
Method Details
-
getCharacterSize
- Specified by:
getCharacterSize
in interfaceFontSizeProducer
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Specified by:
clone
in interfaceClassificationProducer
- Throws:
java.lang.CloneNotSupportedException
-