public interface CSSStyle
Modifier and Type | Method and Description |
---|---|
void |
apply(AttributesReader areader)
Apply the style to an element using its GsAttributesReader
|
Object |
clone() |
void |
merge(CSSStyle s)
Merge the defined attributes from the style s
|
void |
setProperty(String property,
String value,
int i)
Define the value of a property of a style
|
void merge(CSSStyle s)
s
- void apply(AttributesReader areader)
areader
- Object clone()
void setProperty(String property, String value, int i) throws CSSSyntaxException
property
- value
- i
- the index in the parsed textCSSSyntaxException
Copyright © 2005–2020. All rights reserved.