public class NestedTreeYogaLayoutProps extends YogaLayoutProps
Constructor and Description |
---|
NestedTreeYogaLayoutProps(YogaNode node) |
Modifier and Type | Method and Description |
---|---|
int[] |
getBorderWidth() |
boolean[] |
getIsPaddingPercentage() |
Edges |
getPadding() |
void |
paddingPercent(YogaEdge edge,
float percent) |
void |
paddingPx(YogaEdge edge,
int padding) |
void |
setBorderWidth(YogaEdge edge,
float borderWidth)
Used by
DebugLayoutNodeEditor |
alignItems, alignSelf, aspectRatio, flex, flexBasisAuto, flexBasisPercent, flexBasisPx, flexDirection, flexGrow, flexShrink, heightAuto, heightPercent, heightPx, isReferenceBaseline, justifyContent, layoutDirection, marginAuto, marginPercent, marginPx, maxHeightPercent, maxHeightPx, maxWidthPercent, maxWidthPx, minHeightPercent, minHeightPx, minWidthPercent, minWidthPx, positionPercent, positionPx, positionType, useHeightAsBaseline, widthAuto, widthPercent, widthPx, wrap
public NestedTreeYogaLayoutProps(YogaNode node)
public void paddingPx(YogaEdge edge, int padding)
paddingPx
in interface LayoutProps
paddingPx
in class YogaLayoutProps
public void paddingPercent(YogaEdge edge, float percent)
paddingPercent
in interface LayoutProps
paddingPercent
in class YogaLayoutProps
public void setBorderWidth(YogaEdge edge, float borderWidth)
LayoutProps
DebugLayoutNodeEditor
setBorderWidth
in interface LayoutProps
setBorderWidth
in class YogaLayoutProps
public int[] getBorderWidth()
public Edges getPadding()
public boolean[] getIsPaddingPercentage()