org.pentaho.reporting.libraries.fonts.registry
public class FontKey extends Object implements Serializable, Cloneable
Constructor Summary | |
---|---|
FontKey(FontIdentifier identifier, boolean aliased, boolean fractional, double fontSize) | |
FontKey(FontKey key) | |
FontKey() |
Method Summary | |
---|---|
Object | clone() |
boolean | equals(Object o) |
double | getFontSize() |
FontIdentifier | getIdentifier() |
int | hashCode() |
boolean | isAliased() |
boolean | isFractional() |
void | setAliased(boolean aliased) |
void | setFontSize(double fontSize) |
void | setFractional(boolean fractional) |
void | setIdentifier(FontIdentifier identifier) |