Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.css.style
Class FontSizeHelper

java.lang.Object
  extended by org.xhtmlrenderer.css.style.FontSizeHelper

public class FontSizeHelper
extends java.lang.Object


Constructor Summary
FontSizeHelper()
           
 
Method Summary
static PropertyValue getDefaultRelativeFontSize(IdentValue fontSize)
           
static IdentValue getNextLarger(IdentValue absFontSize)
           
static IdentValue getNextSmaller(IdentValue absFontSize)
           
static PropertyValue resolveAbsoluteFontSize(IdentValue fontSize, java.lang.String[] fontFamilies)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontSizeHelper

public FontSizeHelper()
Method Detail

getNextSmaller

public static IdentValue getNextSmaller(IdentValue absFontSize)

getNextLarger

public static IdentValue getNextLarger(IdentValue absFontSize)

resolveAbsoluteFontSize

public static PropertyValue resolveAbsoluteFontSize(IdentValue fontSize,
                                                    java.lang.String[] fontFamilies)

getDefaultRelativeFontSize

public static PropertyValue getDefaultRelativeFontSize(IdentValue fontSize)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home