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

Packages that use FontSmooth
org.pentaho.reporting.engine.classic.core.elementfactory Factory classes which make creating bands and elements more easier. 
org.pentaho.reporting.engine.classic.core.style Style sheets for elements and bands. 
 

Uses of FontSmooth in org.pentaho.reporting.engine.classic.core.elementfactory
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory that return FontSmooth
 FontSmooth ElementFactory.getFontSmooth()
          Returns the defined font smoothing (also known as text-aliasing) is applied to the element.
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory with parameters of type FontSmooth
 void ElementFactory.setFontSmooth(FontSmooth fontSmooth)
          Defines, whether font smoothing (also known as text-aliasing) is applied to the element.
 

Uses of FontSmooth in org.pentaho.reporting.engine.classic.core.style
 

Fields in org.pentaho.reporting.engine.classic.core.style declared as FontSmooth
static FontSmooth FontSmooth.ALWAYS
           
static FontSmooth FontSmooth.AUTO
           
static FontSmooth FontSmooth.NEVER