Interface Stylesheet


public interface Stylesheet
CSS style sheet
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the amount of rules in this stylesheet
    getRule(int index)
    Gets the rule at a specific index
  • Method Details