|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.fonts.monospace.MonospaceFontRecord
public class MonospaceFontRecord
Creation-Date: 13.05.2007, 13:14:16
Constructor Summary | |
---|---|
MonospaceFontRecord(MonospaceFontFamily fontFamily,
boolean bold,
boolean italics)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
FontFamily |
getFamily()
Returns the family for this record. |
FontType |
getFontType()
Returns the general type of this font identifier. |
FontIdentifier |
getIdentifier()
|
int |
hashCode()
|
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. |
boolean |
isScalable()
Defines, whether the font identifier represents a scalable font type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonospaceFontRecord(MonospaceFontFamily fontFamily, boolean bold, boolean italics)
Method Detail |
---|
public FontFamily getFamily()
getFamily
in interface FontRecord
public boolean isBold()
isBold
in interface FontRecord
public boolean isItalic()
isItalic
in interface FontRecord
public boolean isOblique()
isOblique
in interface FontRecord
public boolean isScalable()
isScalable
in interface FontIdentifier
public FontType getFontType()
getFontType
in interface FontIdentifier
public FontIdentifier getIdentifier()
getIdentifier
in interface FontRecord
public boolean equals(java.lang.Object o)
equals
in interface FontIdentifier
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface FontIdentifier
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |