All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
getAttributes(LithoView element,
AttributeAccumulator attributes) |
void |
getChildren(LithoView element,
<any> children) |
void |
getComputedStyles(LithoView element,
ComputedStyleAccumulator accumulator) |
Object |
getElementToHighlightAtPosition(LithoView element,
int x,
int y,
Rect bounds) |
String |
getLocalName(LithoView element) |
String |
getNodeName(LithoView element) |
NodeType |
getNodeType(LithoView element) |
String |
getNodeValue(LithoView element) |
void |
getStyleRuleNames(LithoView element,
StyleRuleNameAccumulator accumulator) |
void |
getStyles(LithoView element,
String ruleName,
StyleAccumulator accumulator) |
View |
getViewAndBoundsForHighlighting(LithoView element,
Rect bounds) |
void |
hook(LithoView element) |
void |
setAttributesAsText(LithoView element,
String text) |
void |
setStyle(LithoView element,
String ruleName,
String name,
String value) |
void |
setSuper(<any> superDescriptor) |
void |
unhook(LithoView element) |