public final class DebugSection
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Rect |
getBounds() |
java.lang.String |
getGlobalKey() |
java.lang.String |
getName() |
static DebugSection |
getRootInstance(java.util.List<View> lithoViews)
The root represents a DebugSection with information about the root of the SectionTree.
|
Section |
getSection() |
java.util.List<?> |
getSectionChildren()
Children of a GroupSectionSpec section will be other DebugSections.
|
StateContainer |
getStateContainer() |
boolean |
isDiffSectionSpec() |
public static DebugSection getRootInstance(java.util.List<View> lithoViews)
public java.util.List<?> getSectionChildren()
public boolean isDiffSectionSpec()
public java.lang.String getGlobalKey()
public java.lang.String getName()
public Rect getBounds()
public Section getSection()
public StateContainer getStateContainer()