org.pentaho.reporting.libraries.fonts.merge

Class CompoundFontIdentifier

public class CompoundFontIdentifier extends Object implements FontIdentifier

Creation-Date: 20.07.2007, 19:31:00

Author: Thomas Morgner

Constructor Summary
CompoundFontIdentifier(FontIdentifier identifier, FontRegistry registry, boolean boldSpecified, boolean italicsSpecified)
Method Summary
booleanequals(Object o)
FontTypegetFontType()
FontIdentifiergetIdentifier()
FontRegistrygetRegistry()
inthashCode()
booleanisBoldSpecified()
booleanisItalicsSpecified()
booleanisScalable()

Constructor Detail

CompoundFontIdentifier

public CompoundFontIdentifier(FontIdentifier identifier, FontRegistry registry, boolean boldSpecified, boolean italicsSpecified)

Method Detail

equals

public boolean equals(Object o)

getFontType

public FontType getFontType()

getIdentifier

public FontIdentifier getIdentifier()

getRegistry

public FontRegistry getRegistry()

hashCode

public int hashCode()

isBoldSpecified

public boolean isBoldSpecified()

isItalicsSpecified

public boolean isItalicsSpecified()

isScalable

public boolean isScalable()