Class CssInfo

java.lang.Object
de.xima.fc.gui.designer.form.model.CssInfo
All Implemented Interfaces:
Serializable

public class CssInfo extends Object implements Serializable
Represents an analyzed CSS file. Used by the form designer for various features.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getClassInfo

      public CssClassInfo getClassInfo()
      Returns:
      Info about the CSS classes contained in the selectors of the CSS file.
    • getFontFaceInfo

      public CssFontFaceInfo getFontFaceInfo()
      Returns:
      Info about the font face rules declared in the CSS file.