|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.fonts.AFPFontAttributes
public class AFPFontAttributes
This class encapsulates the font attributes that need to be included in the AFP data stream. This class does not assist in converting the font attributes to AFP code pages and character set values.
Constructor Summary | |
---|---|
AFPFontAttributes(java.lang.String fontKey,
AFPFont font,
int pointSize)
Constructor for the AFPFontAttributes |
Method Summary | |
---|---|
AFPFont |
getFont()
Return the font |
java.lang.String |
getFontKey()
Return the FontKey attribute |
int |
getFontReference()
Return the FontReference attribute |
int |
getPointSize()
Return the point size attribute |
void |
setFontReference(int fontReference)
Sets the FontReference attribute |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AFPFontAttributes(java.lang.String fontKey, AFPFont font, int pointSize)
fontKey
- the font keyfont
- the fontpointSize
- the point sizeMethod Detail |
---|
public AFPFont getFont()
public java.lang.String getFontKey()
public int getPointSize()
public int getFontReference()
public void setFontReference(int fontReference)
fontReference
- the FontReference to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |