UNSPECIFIED| Modifier and Type | Method and Description |
|---|---|
void |
addChild(DiffNode node) |
LithoRenderUnit |
getBackgroundOutput() |
LithoRenderUnit |
getBorderOutput() |
DiffNode |
getChildAt(int i) |
int |
getChildCount() |
java.util.List<DiffNode> |
getChildren() |
Component |
getComponent() |
java.lang.String |
getComponentGlobalKey() |
LithoRenderUnit |
getContentOutput() |
LithoRenderUnit |
getForegroundOutput() |
LithoRenderUnit |
getHostOutput() |
int |
getLastHeightSpec() |
float |
getLastMeasuredHeight()
The last value the measure funcion associated with this node
Component returned for the
height. |
float |
getLastMeasuredWidth()
The last value the measure funcion associated with this node
Component returned for the
width. |
int |
getLastWidthSpec() |
java.lang.Object |
getLayoutData() |
Mountable<?> |
getMountable() |
ScopedComponentInfo |
getScopedComponentInfo() |
VisibilityOutput |
getVisibilityOutput() |
void |
setBackgroundOutput(LithoRenderUnit background) |
void |
setBorderOutput(LithoRenderUnit border) |
void |
setComponent(Component component,
java.lang.String globalKey,
ScopedComponentInfo scopedComponentInfo) |
void |
setContentOutput(LithoRenderUnit content) |
void |
setForegroundOutput(LithoRenderUnit foreground) |
void |
setHostOutput(LithoRenderUnit host) |
void |
setLastHeightSpec(int heightSpec) |
void |
setLastMeasuredHeight(float lastMeasuredHeight)
Sets the last value the measure funcion associated with this node
Component returned
for the height. |
void |
setLastMeasuredWidth(float lastMeasuredWidth)
Sets the last value the measure funcion associated with this node
Component returned
for the width. |
void |
setLastWidthSpec(int widthSpec) |
void |
setLayoutData(java.lang.Object layoutData) |
void |
setMountable(Mountable<?> mountable) |
void |
setVisibilityOutput(VisibilityOutput visibilityOutput) |
public int getChildCount()
getChildCount in interface DiffNodepublic DiffNode getChildAt(int i)
getChildAt in interface DiffNodepublic Component getComponent()
getComponent in interface DiffNodepublic java.lang.String getComponentGlobalKey()
getComponentGlobalKey in interface DiffNodepublic ScopedComponentInfo getScopedComponentInfo()
getScopedComponentInfo in interface DiffNodepublic Mountable<?> getMountable()
getMountable in interface DiffNodepublic void setMountable(Mountable<?> mountable)
setMountable in interface DiffNodepublic java.lang.Object getLayoutData()
getLayoutData in interface DiffNodepublic void setLayoutData(java.lang.Object layoutData)
setLayoutData in interface DiffNodepublic void setComponent(Component component, java.lang.String globalKey, ScopedComponentInfo scopedComponentInfo)
setComponent in interface DiffNodepublic float getLastMeasuredWidth()
DiffNodeComponent returned for the
width. This is used together with LithoNode#getLastWidthSpec() to implement measure
caching.getLastMeasuredWidth in interface DiffNodepublic void setLastMeasuredWidth(float lastMeasuredWidth)
DiffNodeComponent returned
for the width.setLastMeasuredWidth in interface DiffNodepublic float getLastMeasuredHeight()
DiffNodeComponent returned for the
height. This is used together with LithoNode#getLastHeightSpec() to implement measure
caching.getLastMeasuredHeight in interface DiffNodepublic void setLastMeasuredHeight(float lastMeasuredHeight)
DiffNodeComponent returned
for the height.setLastMeasuredHeight in interface DiffNodepublic int getLastWidthSpec()
getLastWidthSpec in interface DiffNodepublic void setLastWidthSpec(int widthSpec)
setLastWidthSpec in interface DiffNodepublic int getLastHeightSpec()
getLastHeightSpec in interface DiffNodepublic void setLastHeightSpec(int heightSpec)
setLastHeightSpec in interface DiffNodepublic java.util.List<DiffNode> getChildren()
getChildren in interface DiffNodepublic LithoRenderUnit getContentOutput()
getContentOutput in interface DiffNodepublic void setContentOutput(LithoRenderUnit content)
setContentOutput in interface DiffNodepublic VisibilityOutput getVisibilityOutput()
getVisibilityOutput in interface DiffNodepublic void setVisibilityOutput(VisibilityOutput visibilityOutput)
setVisibilityOutput in interface DiffNodepublic LithoRenderUnit getBackgroundOutput()
getBackgroundOutput in interface DiffNodepublic void setBackgroundOutput(LithoRenderUnit background)
setBackgroundOutput in interface DiffNodepublic LithoRenderUnit getForegroundOutput()
getForegroundOutput in interface DiffNodepublic void setForegroundOutput(LithoRenderUnit foreground)
setForegroundOutput in interface DiffNodepublic LithoRenderUnit getBorderOutput()
getBorderOutput in interface DiffNodepublic void setBorderOutput(LithoRenderUnit border)
setBorderOutput in interface DiffNodepublic LithoRenderUnit getHostOutput()
getHostOutput in interface DiffNodepublic void setHostOutput(LithoRenderUnit host)
setHostOutput in interface DiffNode