org.pentaho.reporting.engine.classic.core.style
Class FontSmooth

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.style.FontSmooth
All Implemented Interfaces:
Serializable

public class FontSmooth
extends Object
implements Serializable

Creation-Date: 30.10.2005, 19:37:35

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
static FontSmooth ALWAYS
           
static FontSmooth AUTO
           
static FontSmooth NEVER
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NEVER

public static final FontSmooth NEVER

AUTO

public static final FontSmooth AUTO

ALWAYS

public static final FontSmooth ALWAYS
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object