|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.pixie.wmf.MfLogFont
A Windows metafile logical font object.
Field Summary |
Fields inherited from interface org.jfree.pixie.wmf.WmfObject |
OBJ_BRUSH, OBJ_FONT, OBJ_PALETTE, OBJ_PEN, OBJ_REGION |
Constructor Summary | |
MfLogFont()
Construct from a metafile record. |
Method Summary | |
java.awt.Font |
createFont()
|
java.lang.String |
getFace()
The name of the font face. |
double |
getRotation()
|
int |
getSize()
The size, in logical units. |
int |
getStyle()
The font style. |
int |
getType()
|
boolean |
isStrikeOut()
|
boolean |
isUnderline()
True if this is an underlined font. |
void |
setFace(java.lang.String face)
|
void |
setRotation(double d)
|
void |
setSize(int size)
|
void |
setStrikeOut(boolean b)
|
void |
setStyle(int style)
|
void |
setUnderline(boolean underline)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MfLogFont()
Method Detail |
public void setFace(java.lang.String face)
public java.lang.String getFace()
public void setSize(int size)
public int getSize()
public int getStyle()
public void setStyle(int style)
public boolean isUnderline()
public void setUnderline(boolean underline)
public boolean isStrikeOut()
public void setStrikeOut(boolean b)
public java.awt.Font createFont()
public int getType()
getType
in interface WmfObject
public double getRotation()
public void setRotation(double d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |