Package de.intarsys.cwt.font
Class CommonFont
- java.lang.Object
-
- de.intarsys.cwt.font.CommonFont
-
- All Implemented Interfaces:
IFont
- Direct Known Subclasses:
GenericFont
public abstract class CommonFont extends java.lang.Object implements IFont
-
-
Constructor Summary
Constructors Constructor Description CommonFont()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFontProgram
getFontProgram()
The referencedIFontProgram
.protected void
setFontProgram(IFontProgram fontProgram)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.intarsys.cwt.font.IFont
getFontFamilyName, getFontName, getFontNameCanonical, getFontNamePostScript, getFontStyle, getFontType
-
-
-
-
Method Detail
-
getFontProgram
public IFontProgram getFontProgram()
Description copied from interface:IFont
The referencedIFontProgram
.- Specified by:
getFontProgram
in interfaceIFont
- Returns:
- The referenced
IFontProgram
.
-
setFontProgram
protected void setFontProgram(IFontProgram fontProgram)
-
-