Class CssInclude

java.lang.Object
de.xima.fc.gui.designer.form.model.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:
  • Constructor Details

  • Method Details

    • 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.