Flying Saucer Project Release R8

org.xhtmlrenderer.css.style.derived
Class FunctionValue

java.lang.Object
  extended by org.xhtmlrenderer.css.style.DerivedValue
      extended by org.xhtmlrenderer.css.style.derived.FunctionValue
All Implemented Interfaces:
FSDerivedValue

public class FunctionValue
extends DerivedValue


Constructor Summary
FunctionValue(CSSName name, PropertyValue value)
           
 
Method Summary
 FSFunction getFunction()
           
 
Methods inherited from class org.xhtmlrenderer.css.style.DerivedValue
asColor, asFloat, asIdentValue, asString, asStringArray, getCssSacUnitType, getFloatProportionalTo, getStringValue, hasAbsoluteUnit, isAbsoluteUnit, isDeclaredInherit, isDependentOnFontSize, isIdent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionValue

public FunctionValue(CSSName name,
                     PropertyValue value)
Method Detail

getFunction

public FSFunction getFunction()

Flying Saucer Project Release R8

Flying Saucer Project Home