Class FontKey
java.lang.Object
org.pentaho.reporting.libraries.fonts.registry.FontKey
- All Implemented Interfaces:
Serializable
,Cloneable
Creation-Date: 05.08.2007, 19:22:44
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionFontKey()
FontKey
(FontIdentifier identifier, boolean aliased, boolean fractional, double fontSize) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
double
int
hashCode()
boolean
boolean
void
setAliased
(boolean aliased) void
setFontSize
(double fontSize) void
setFractional
(boolean fractional) void
setIdentifier
(FontIdentifier identifier)
-
Constructor Details
-
FontKey
-
FontKey
-
FontKey
public FontKey()
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
isAliased
public boolean isAliased() -
setAliased
public void setAliased(boolean aliased) -
isFractional
public boolean isFractional() -
setFractional
public void setFractional(boolean fractional) -
getFontSize
public double getFontSize() -
setFontSize
public void setFontSize(double fontSize) -
equals
-
hashCode
public int hashCode() -
clone
-