public final class Style extends Object
| Constructor and Description |
|---|
Style(Selector selector,
Declaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Declaration |
getDeclaration()
The Declaration that is the source of the style that is about
to be applied or has just been applied.
|
Selector |
getSelector()
A selector might have more than one selector.
|
int |
hashCode() |
String |
toString() |
public Style(Selector selector, Declaration declaration)
public Selector getSelector()
public Declaration getDeclaration()
Copyright © 2025. All rights reserved.