Class CSSResourceValue
- java.lang.Object
-
- 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
Constructors Constructor Description CSSResourceValue(org.pentaho.reporting.libraries.resourceloader.Resource value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCSSText()
org.pentaho.reporting.libraries.resourceloader.Resource
getValue()
-
-
-
Method Detail
-
getValue
public org.pentaho.reporting.libraries.resourceloader.Resource getValue()
-
getCSSText
public java.lang.String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
-