Class Stylesheet

java.lang.Object
jaxx.runtime.css.Stylesheet
All Implemented Interfaces:
java.io.Serializable

public class Stylesheet
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    Stylesheet()  
    Stylesheet​(Rule[] rules)  
  • Method Summary

    Modifier and Type Method Description
    void add​(Rule newRule)  
    void add​(Rule[] newRules)  
    Rule[] getRules()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Stylesheet

      public Stylesheet()
    • Stylesheet

      public Stylesheet​(Rule[] rules)
  • Method Details

    • getRules

      public Rule[] getRules()
    • add

      public void add​(Rule newRule)
    • add

      public void add​(Rule[] newRules)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object