Interface LinkStyle<R extends CSSRule>


public interface LinkStyle<R extends CSSRule>
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the style sheet that this node links to.
  • Method Details

    • getSheet

      CSSStyleSheet<R> getSheet()
      Get the style sheet that this node links to.
      Returns:
      the style sheet.