|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.fonts.merge.CompoundFontRecord
public class CompoundFontRecord
Creation-Date: 20.07.2007, 18:55:08
Constructor Summary | |
---|---|
CompoundFontRecord(FontRecord base,
CompoundFontFamily family,
boolean boldSpecified,
boolean italicsSpecified)
|
Method Summary | |
---|---|
FontRecord |
getBase()
|
FontFamily |
getFamily()
Returns the family for this record. |
FontIdentifier |
getIdentifier()
|
boolean |
isBold()
Returns true, if this font corresponds to a bold version of the font. |
boolean |
isItalic()
Returns true, if this font includes italic glyphs. |
boolean |
isOblique()
Returns tue, if this font's italic mode is in fact some sort of being oblique. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundFontRecord(FontRecord base, CompoundFontFamily family, boolean boldSpecified, boolean italicsSpecified)
Method Detail |
---|
public FontRecord getBase()
public FontFamily getFamily()
FontRecord
getFamily
in interface FontRecord
public boolean isBold()
FontRecord
isBold
in interface FontRecord
public boolean isItalic()
FontRecord
isItalic
in interface FontRecord
public boolean isOblique()
FontRecord
isOblique
in interface FontRecord
public FontIdentifier getIdentifier()
getIdentifier
in interface FontRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |