java.lang.Object
org.pentaho.reporting.libraries.fonts.registry.FontKey
All Implemented Interfaces:
Serializable, Cloneable

public class FontKey extends Object implements Serializable, Cloneable
Creation-Date: 05.08.2007, 19:22:44
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • FontKey

      public FontKey(FontIdentifier identifier, boolean aliased, boolean fractional, double fontSize)
    • FontKey

      public FontKey(FontKey key)
    • FontKey

      public FontKey()
  • Method Details

    • getIdentifier

      public FontIdentifier getIdentifier()
    • setIdentifier

      public void setIdentifier(FontIdentifier identifier)
    • 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Object clone()
      Overrides:
      clone in class Object