public interface Styleable
InlineLayoutBox
may be split across many lines) and some Styleable objects may not
define an element at all (e.g. anonymous inline boxes) and some
Styleable objects don't correspond to a real element
(e.g. :before and :after pseudo-elements))| Modifier and Type | Method and Description |
|---|---|
Element |
getElement() |
String |
getPseudoElementOrClass() |
CalculatedStyle |
getStyle() |
void |
setElement(Element e) |
void |
setStyle(CalculatedStyle style) |
CalculatedStyle getStyle()
void setStyle(CalculatedStyle style)
Element getElement()
void setElement(Element e)
String getPseudoElementOrClass()
Copyright © 2020. All rights reserved.