public class YogaNodeJNI extends YogaNodeJNIBase
| Constructor and Description |
|---|
YogaNodeJNI() |
YogaNodeJNI(YogaConfig config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDoesLegacyStretchFlagAffectsLayout() |
float |
getLayoutBorder(YogaEdge edge) |
YogaDirection |
getLayoutDirection() |
float |
getLayoutHeight() |
float |
getLayoutMargin(YogaEdge edge) |
float |
getLayoutPadding(YogaEdge edge) |
float |
getLayoutWidth() |
float |
getLayoutX() |
float |
getLayoutY() |
boolean |
hasNewLayout() |
void |
markLayoutSeen() |
void |
reset() |
addChildAt, baseline, calculateLayout, cloneWithoutChildren, copyStyle, dirty, dirtyAllDescendants, finalize, freeNatives, getAlignContent, getAlignItems, getAlignSelf, getAspectRatio, getBorder, getChildAt, getChildCount, getData, getDisplay, getFlex, getFlexBasis, getFlexDirection, getFlexGrow, getFlexShrink, getHeight, getJustifyContent, getMargin, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOverflow, getOwner, getPadding, getParent, getPosition, getPositionType, getStyleDirection, getWidth, getWrap, indexOf, isBaselineDefined, isDirty, isMeasureDefined, isReferenceBaseline, measure, print, removeChildAt, setAlignContent, setAlignItems, setAlignSelf, setAspectRatio, setBaselineFunction, setBorder, setData, setDirection, setDisplay, setFlex, setFlexBasis, setFlexBasisAuto, setFlexBasisPercent, setFlexDirection, setFlexGrow, setFlexShrink, setHeight, setHeightAuto, setHeightPercent, setIsReferenceBaseline, setJustifyContent, setMargin, setMarginAuto, setMarginPercent, setMaxHeight, setMaxHeightPercent, setMaxWidth, setMaxWidthPercent, setMeasureFunction, setMinHeight, setMinHeightPercent, setMinWidth, setMinWidthPercent, setOverflow, setPadding, setPaddingPercent, setPosition, setPositionPercent, setPositionType, setStyleInputs, setWidth, setWidthAuto, setWidthPercent, setWrappublic YogaNodeJNI()
public YogaNodeJNI(YogaConfig config)
public void reset()
reset in class YogaNodeJNIBasepublic boolean hasNewLayout()
hasNewLayout in class YogaNodepublic void markLayoutSeen()
markLayoutSeen in class YogaNodepublic float getLayoutX()
getLayoutX in class YogaNodepublic float getLayoutY()
getLayoutY in class YogaNodepublic float getLayoutWidth()
getLayoutWidth in class YogaNodepublic float getLayoutHeight()
getLayoutHeight in class YogaNodepublic boolean getDoesLegacyStretchFlagAffectsLayout()
getDoesLegacyStretchFlagAffectsLayout in class YogaNodeJNIBasepublic float getLayoutMargin(YogaEdge edge)
getLayoutMargin in class YogaNodepublic float getLayoutPadding(YogaEdge edge)
getLayoutPadding in class YogaNodepublic float getLayoutBorder(YogaEdge edge)
getLayoutBorder in class YogaNodepublic YogaDirection getLayoutDirection()
getLayoutDirection in class YogaNode