public class StyleSheetImpl extends AbstractRule<RuleBlock<?>> implements StyleSheet
StyleSheet.Originhash, listmodCount| Modifier | Constructor and Description |
|---|---|
protected |
StyleSheetImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
RuleBlock<?> element) |
boolean |
add(RuleBlock<?> o) |
StyleSheet.Origin |
getOrigin()
Gets the origin of the stylesheet.
|
void |
setOrigin(StyleSheet.Origin o)
Sets the stylesheet origin.
|
asList, equals, get, hashCode, iterator, remove, replaceAll, set, size, unlockaddAll, clear, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasList, replaceAll, unlockaddAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic void setOrigin(StyleSheet.Origin o)
StyleSheetsetOrigin in interface StyleSheeto - The origin to be setpublic StyleSheet.Origin getOrigin()
StyleSheetgetOrigin in interface StyleSheetpublic void add(int index,
RuleBlock<?> element)
public boolean add(RuleBlock<?> o)
add in interface Collection<RuleBlock<?>>add in interface List<RuleBlock<?>>add in class AbstractRule<RuleBlock<?>>Copyright © 2019. All rights reserved.