-
- All Implemented Interfaces:
-
com.facebook.yoga.YogaProps
,java.lang.Cloneable
public class YogaNodeJNIFinalizer extends YogaNodeJNIBase
-
-
Constructor Summary
Constructors Constructor Description YogaNodeJNIFinalizer()
YogaNodeJNIFinalizer(YogaConfig config)
-
Method Summary
Modifier and Type Method Description void
freeNatives()
-
Methods inherited from class com.facebook.yoga.YogaNodeJNIBase
addChildAt, baseline, calculateLayout, cloneWithChildren, cloneWithoutChildren, copyStyle, dirty, dirtyAllDescendants, getAlignContent, getAlignItems, getAlignSelf, getAspectRatio, getBorder, getChildAt, getChildCount, getData, getDisplay, getDoesLegacyStretchFlagAffectsLayout, getFlex, getFlexBasis, getFlexDirection, getFlexGrow, getFlexShrink, getHeight, getJustifyContent, getLayoutBorder, getLayoutDirection, getLayoutHeight, getLayoutMargin, getLayoutPadding, getLayoutWidth, getLayoutX, getLayoutY, getMargin, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOverflow, getOwner, getPadding, getParent, getPosition, getPositionType, getStyleDirection, getWidth, getWrap, hasNewLayout, indexOf, isBaselineDefined, isDirty, isMeasureDefined, isReferenceBaseline, markLayoutSeen, measure, print, removeChildAt, reset, 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, setWidth, setWidthAuto, setWidthPercent, setWrap, swapChildAt
-
Methods inherited from class com.facebook.yoga.YogaNode
addChildAt, cloneWithChildren, cloneWithoutChildren, getChildAt, getOwner, getParent, removeChildAt
-
Methods inherited from class com.facebook.yoga.YogaProps
setBaselineFunction, setBorder, setFlexDirection, setMaxHeight, setWrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
YogaNodeJNIFinalizer
YogaNodeJNIFinalizer()
-
YogaNodeJNIFinalizer
YogaNodeJNIFinalizer(YogaConfig config)
-
-
Method Detail
-
freeNatives
void freeNatives()
-
-
-
-