org.jfree.layouting.layouter.style.values
Class CSSResourceValue

java.lang.Object
  extended by org.jfree.layouting.layouter.style.values.CSSResourceValue
All Implemented Interfaces:
java.io.Serializable, CSSValue

public class CSSResourceValue
extends java.lang.Object
implements CSSValue

Creation-Date: 16.04.2006, 18:34:39

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
CSSResourceValue(org.pentaho.reporting.libraries.resourceloader.Resource value)
           
 
Method Summary
 java.lang.String getCSSText()
           
 org.pentaho.reporting.libraries.resourceloader.Resource getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSResourceValue

public CSSResourceValue(org.pentaho.reporting.libraries.resourceloader.Resource value)
Method Detail

getValue

public org.pentaho.reporting.libraries.resourceloader.Resource getValue()

getCSSText

public java.lang.String getCSSText()
Specified by:
getCSSText in interface CSSValue