|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.apache.fop.afp.fonts.AFPPageFonts
public class AFPPageFonts
Holds the current page fonts
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry |
Constructor Summary | |
---|---|
AFPPageFonts()
Default constructor |
|
AFPPageFonts(AFPPageFonts fonts)
Parameterized constructor |
Method Summary | |
---|---|
AFPFontAttributes |
registerFont(java.lang.String fontName,
AFPFont font,
int fontSize)
Registers a font on the current page and returns font attributes |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public AFPPageFonts()
public AFPPageFonts(AFPPageFonts fonts)
fonts
- an existing set of afp page fontsMethod Detail |
---|
public AFPFontAttributes registerFont(java.lang.String fontName, AFPFont font, int fontSize)
fontName
- the internal font namefont
- the AFPFontfontSize
- the font point size
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |