|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.layouter.context.FontSpecification
public class FontSpecification
Creation-Date: 15.12.2005, 11:44:22
Constructor Summary | |
---|---|
FontSpecification(LayoutStyle style)
|
Method Summary | |
---|---|
java.lang.String |
getFontFamily()
|
double |
getFontSize()
The requested font size. |
int |
getFontWeight()
|
boolean |
isAntiAliasing()
|
boolean |
isItalic()
|
boolean |
isOblique()
|
boolean |
isSmallCaps()
|
void |
setFontFamily(java.lang.String fontFamily)
Redefines the physical font family. |
void |
setFontSize(double fontSize)
The font size is resolved once during the resolve cycle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontSpecification(LayoutStyle style)
Method Detail |
---|
public double getFontSize()
public void setFontSize(double fontSize)
fontSize
- the font size as used during the rendering.public java.lang.String getFontFamily()
public void setFontFamily(java.lang.String fontFamily)
fontFamily
- public int getFontWeight()
public boolean isItalic()
public boolean isOblique()
public boolean isSmallCaps()
public boolean isAntiAliasing()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |