Class CssInclude

  • All Implemented Interfaces:
    Serializable

    public class CssInclude
    extends Object
    implements Serializable
    A CSS file to include in the designer. Contains the URL and additional meta data required by the designer.
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getFontFaceInfo

        public CssFontFaceInfo getFontFaceInfo()
        Returns:
        Details about @font-face rules used in the CSS, including rules from nested CSS files included via @import.
      • getIncludeUrl

        public String getIncludeUrl()
        Returns:
        URL of the CSS file.