Class 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()  
      • 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