| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit | |
| cz.vutbr.web.domassign |
| Modifier and Type | Method and Description |
|---|---|
StyleSheet.Origin |
StyleSheet.getOrigin()
Gets the origin of the stylesheet.
|
static StyleSheet.Origin |
StyleSheet.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleSheet.Origin[] |
StyleSheet.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StyleSheet |
RuleFactory.createStyleSheet(StyleSheet.Origin origin)
Creates CSS author style sheet with the given origin.
|
void |
StyleSheet.setOrigin(StyleSheet.Origin o)
Sets the stylesheet origin.
|
| Modifier and Type | Method and Description |
|---|---|
StyleSheet.Origin |
StyleSheetImpl.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
StyleSheet |
RuleFactoryImpl.createStyleSheet(StyleSheet.Origin origin) |
void |
StyleSheetImpl.setOrigin(StyleSheet.Origin o) |
| Modifier and Type | Field and Description |
|---|---|
protected StyleSheet.Origin |
AssignedDeclaration.origin |
| Constructor and Description |
|---|
AssignedDeclaration(Declaration d,
CombinedSelector.Specificity spec,
StyleSheet.Origin origin)
Creates assigned declaration from specificity and shallow copy of declaration
|
AssignedDeclaration(Declaration d,
CombinedSelector s,
StyleSheet.Origin origin)
Creates assigned declaration from selector and shallow copy of declaration
|
Copyright © 2014. All rights reserved.