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, wrappublic NestedTreeYogaLayoutProps(YogaNode node)
public void paddingPx(YogaEdge edge, int padding)
paddingPx in interface LayoutPropspaddingPx in class YogaLayoutPropspublic void paddingPercent(YogaEdge edge, float percent)
paddingPercent in interface LayoutPropspaddingPercent in class YogaLayoutPropspublic void setBorderWidth(YogaEdge edge, float borderWidth)
LayoutPropsDebugLayoutNodeEditorsetBorderWidth in interface LayoutPropssetBorderWidth in class YogaLayoutPropspublic int[] getBorderWidth()
public Edges getPadding()
public boolean[] getIsPaddingPercentage()