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) |
RuleBlock.Priority |
getLastMark()
Gets last mark priority
|
StyleSheet.Origin |
getOrigin()
Gets the origin of the stylesheet.
|
void |
markLast(RuleBlock.Priority mark)
Marks last priority used in this style-sheet
|
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, unlockpublic void markLast(RuleBlock.Priority mark)
StyleSheetmarkLast in interface StyleSheetmark - Priority markpublic RuleBlock.Priority getLastMark()
StyleSheetgetLastMark in interface StyleSheetpublic 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 © 2014. All rights reserved.