|
intarsys CWT library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.cwt.font.FontQuery
public class FontQuery
Constructor Summary | |
---|---|
FontQuery()
|
|
FontQuery(String fontName)
|
|
FontQuery(String family,
FontStyle style)
|
|
FontQuery(String family,
String style)
|
Method Summary | |
---|---|
String |
getFontFamilyName()
The desired font family for the IFont . |
String |
getFontName()
The desired font name for the IFont . |
Object |
getFontNameCanonical()
The desired font name for the IFont . |
FontStyle |
getFontStyle()
The desired font style for the IFont . |
String |
getFontType()
The desired font type for the IFont (such as "Type1" or
"TrueType"). |
void |
setFontFamilyName(String fontFamilyName)
|
void |
setFontName(String fontName)
|
void |
setFontStyle(FontStyle fontStyle)
|
void |
setFontType(String fontType)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontQuery()
public FontQuery(String fontName)
public FontQuery(String family, FontStyle style)
public FontQuery(String family, String style)
Method Detail |
---|
public String getFontFamilyName()
IFontQuery
IFont
.
getFontFamilyName
in interface IFontQuery
IFont
.public String getFontName()
IFontQuery
IFont
.
getFontName
in interface IFontQuery
IFont
.public Object getFontNameCanonical()
IFontQuery
IFont
.
getFontNameCanonical
in interface IFontQuery
IFont
.public FontStyle getFontStyle()
IFontQuery
IFont
.
getFontStyle
in interface IFontQuery
IFont
.public String getFontType()
IFontQuery
IFont
(such as "Type1" or
"TrueType"). null
indicates a font of any type.
getFontType
in interface IFontQuery
IFont
.public void setFontFamilyName(String fontFamilyName)
public void setFontName(String fontName)
public void setFontStyle(FontStyle fontStyle)
public void setFontType(String fontType)
|
intarsys CWT library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |