Class FontKey
java.lang.Object
org.pentaho.reporting.libraries.fonts.registry.FontKey
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class FontKey
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Creation-Date: 05.08.2007, 19:22:44
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFontKey()
FontKey
(FontIdentifier identifier, boolean aliased, boolean fractional, double fontSize) -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Object
clone()
boolean
equals
(java.lang.Object o) double
int
hashCode()
boolean
boolean
void
setAliased
(boolean aliased) void
setFontSize
(double fontSize) void
setFractional
(boolean fractional) void
setIdentifier
(FontIdentifier identifier) Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
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
public boolean equals(java.lang.Object o) - Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
clone
public java.lang.Object clone()
-