Class Yoga

java.lang.Object
org.lwjgl.util.yoga.Yoga

public class Yoga extends Object
  • Field Details Link icon

  • Method Details Link icon

    • YGConfigNew Link icon

      public static long YGConfigNew()
      YGConfigRef YGConfigNew(void)
    • nYGConfigFree Link icon

      public static void nYGConfigFree(long config)
      void YGConfigFree(YGConfigRef config)
    • YGConfigFree Link icon

      public static void YGConfigFree(long config)
      void YGConfigFree(YGConfigRef config)
    • YGConfigGetDefault Link icon

      public static long YGConfigGetDefault()
      YGConfigConstRef YGConfigGetDefault(void)
    • nYGConfigSetUseWebDefaults Link icon

      public static void nYGConfigSetUseWebDefaults(long config, boolean enabled)
      void YGConfigSetUseWebDefaults(YGConfigRef config, bool enabled)
    • YGConfigSetUseWebDefaults Link icon

      public static void YGConfigSetUseWebDefaults(long config, boolean enabled)
      void YGConfigSetUseWebDefaults(YGConfigRef config, bool enabled)
    • nYGConfigGetUseWebDefaults Link icon

      public static boolean nYGConfigGetUseWebDefaults(long config)
      bool YGConfigGetUseWebDefaults(YGConfigConstRef config)
    • YGConfigGetUseWebDefaults Link icon

      public static boolean YGConfigGetUseWebDefaults(long config)
      bool YGConfigGetUseWebDefaults(YGConfigConstRef config)
    • nYGConfigSetPointScaleFactor Link icon

      public static void nYGConfigSetPointScaleFactor(long config, float pixelsInPoint)
      void YGConfigSetPointScaleFactor(YGConfigRef config, float pixelsInPoint)
    • YGConfigSetPointScaleFactor Link icon

      public static void YGConfigSetPointScaleFactor(long config, float pixelsInPoint)
      void YGConfigSetPointScaleFactor(YGConfigRef config, float pixelsInPoint)
    • nYGConfigGetPointScaleFactor Link icon

      public static float nYGConfigGetPointScaleFactor(long config)
      float YGConfigGetPointScaleFactor(YGConfigConstRef config)
    • YGConfigGetPointScaleFactor Link icon

      public static float YGConfigGetPointScaleFactor(long config)
      float YGConfigGetPointScaleFactor(YGConfigConstRef config)
    • nYGConfigSetErrata Link icon

      public static void nYGConfigSetErrata(long config, int errata)
      void YGConfigSetErrata(YGConfigRef config, YGErrata errata)
    • YGConfigSetErrata Link icon

      public static void YGConfigSetErrata(long config, int errata)
      void YGConfigSetErrata(YGConfigRef config, YGErrata errata)
    • nYGConfigGetErrata Link icon

      public static int nYGConfigGetErrata(long config)
      YGErrata YGConfigGetErrata(YGConfigConstRef config)
    • YGConfigGetErrata Link icon

      public static int YGConfigGetErrata(long config)
      YGErrata YGConfigGetErrata(YGConfigConstRef config)
    • nYGConfigSetLogger Link icon

      public static void nYGConfigSetLogger(long config, long logger)
      void YGConfigSetLogger(YGConfigRef config, YGLogger logger)
    • YGConfigSetLogger Link icon

      public static void YGConfigSetLogger(long config, @Nullable YGLoggerI logger)
      void YGConfigSetLogger(YGConfigRef config, YGLogger logger)
    • nYGConfigSetContext Link icon

      public static void nYGConfigSetContext(long config, long context)
      void YGConfigSetContext(YGConfigRef config, void * context)
    • YGConfigSetContext Link icon

      public static void YGConfigSetContext(long config, long context)
      void YGConfigSetContext(YGConfigRef config, void * context)
    • nYGConfigGetContext Link icon

      public static long nYGConfigGetContext(long config)
      void * YGConfigGetContext(YGConfigConstRef config)
    • YGConfigGetContext Link icon

      public static long YGConfigGetContext(long config)
      void * YGConfigGetContext(YGConfigConstRef config)
    • nYGConfigSetExperimentalFeatureEnabled Link icon

      public static void nYGConfigSetExperimentalFeatureEnabled(long config, int feature, boolean enabled)
      void YGConfigSetExperimentalFeatureEnabled(YGConfigRef config, YGExperimentalFeature feature, bool enabled)
    • YGConfigSetExperimentalFeatureEnabled Link icon

      public static void YGConfigSetExperimentalFeatureEnabled(long config, int feature, boolean enabled)
      void YGConfigSetExperimentalFeatureEnabled(YGConfigRef config, YGExperimentalFeature feature, bool enabled)
    • nYGConfigIsExperimentalFeatureEnabled Link icon

      public static boolean nYGConfigIsExperimentalFeatureEnabled(long config, int feature)
      bool YGConfigIsExperimentalFeatureEnabled(YGConfigConstRef config, YGExperimentalFeature feature)
    • YGConfigIsExperimentalFeatureEnabled Link icon

      public static boolean YGConfigIsExperimentalFeatureEnabled(long config, int feature)
      bool YGConfigIsExperimentalFeatureEnabled(YGConfigConstRef config, YGExperimentalFeature feature)
    • nYGConfigSetCloneNodeFunc Link icon

      public static void nYGConfigSetCloneNodeFunc(long config, long callback)
      void YGConfigSetCloneNodeFunc(YGConfigRef config, YGCloneNodeFunc callback)
    • YGConfigSetCloneNodeFunc Link icon

      public static void YGConfigSetCloneNodeFunc(long config, @Nullable YGCloneNodeFuncI callback)
      void YGConfigSetCloneNodeFunc(YGConfigRef config, YGCloneNodeFunc callback)
    • YGNodeNew Link icon

      public static long YGNodeNew()
      YGNodeRef YGNodeNew(void)
    • nYGNodeNewWithConfig Link icon

      public static long nYGNodeNewWithConfig(long config)
      YGNodeRef YGNodeNewWithConfig(YGConfigConstRef config)
    • YGNodeNewWithConfig Link icon

      public static long YGNodeNewWithConfig(long config)
      YGNodeRef YGNodeNewWithConfig(YGConfigConstRef config)
    • nYGNodeClone Link icon

      public static long nYGNodeClone(long node)
      YGNodeRef YGNodeClone(YGNodeConstRef node)
    • YGNodeClone Link icon

      public static long YGNodeClone(long node)
      YGNodeRef YGNodeClone(YGNodeConstRef node)
    • nYGNodeFree Link icon

      public static void nYGNodeFree(long node)
      void YGNodeFree(YGNodeRef node)
    • YGNodeFree Link icon

      public static void YGNodeFree(long node)
      void YGNodeFree(YGNodeRef node)
    • nYGNodeFreeRecursive Link icon

      public static void nYGNodeFreeRecursive(long node)
      void YGNodeFreeRecursive(YGNodeRef node)
    • YGNodeFreeRecursive Link icon

      public static void YGNodeFreeRecursive(long node)
      void YGNodeFreeRecursive(YGNodeRef node)
    • nYGNodeFinalize Link icon

      public static void nYGNodeFinalize(long node)
      void YGNodeFinalize(YGNodeRef node)
    • YGNodeFinalize Link icon

      public static void YGNodeFinalize(long node)
      void YGNodeFinalize(YGNodeRef node)
    • nYGNodeReset Link icon

      public static void nYGNodeReset(long node)
      void YGNodeReset(YGNodeRef node)
    • YGNodeReset Link icon

      public static void YGNodeReset(long node)
      void YGNodeReset(YGNodeRef node)
    • nYGNodeCalculateLayout Link icon

      public static void nYGNodeCalculateLayout(long node, float availableWidth, float availableHeight, int ownerDirection)
      void YGNodeCalculateLayout(YGNodeRef node, float availableWidth, float availableHeight, YGDirection ownerDirection)
    • YGNodeCalculateLayout Link icon

      public static void YGNodeCalculateLayout(long node, float availableWidth, float availableHeight, int ownerDirection)
      void YGNodeCalculateLayout(YGNodeRef node, float availableWidth, float availableHeight, YGDirection ownerDirection)
    • nYGNodeGetHasNewLayout Link icon

      public static boolean nYGNodeGetHasNewLayout(long node)
      bool YGNodeGetHasNewLayout(YGNodeConstRef node)
    • YGNodeGetHasNewLayout Link icon

      public static boolean YGNodeGetHasNewLayout(long node)
      bool YGNodeGetHasNewLayout(YGNodeConstRef node)
    • nYGNodeSetHasNewLayout Link icon

      public static void nYGNodeSetHasNewLayout(long node, boolean hasNewLayout)
      void YGNodeSetHasNewLayout(YGNodeRef node, bool hasNewLayout)
    • YGNodeSetHasNewLayout Link icon

      public static void YGNodeSetHasNewLayout(long node, boolean hasNewLayout)
      void YGNodeSetHasNewLayout(YGNodeRef node, bool hasNewLayout)
    • nYGNodeIsDirty Link icon

      public static boolean nYGNodeIsDirty(long node)
      bool YGNodeIsDirty(YGNodeConstRef node)
    • YGNodeIsDirty Link icon

      public static boolean YGNodeIsDirty(long node)
      bool YGNodeIsDirty(YGNodeConstRef node)
    • nYGNodeMarkDirty Link icon

      public static void nYGNodeMarkDirty(long node)
      void YGNodeMarkDirty(YGNodeRef node)
    • YGNodeMarkDirty Link icon

      public static void YGNodeMarkDirty(long node)
      void YGNodeMarkDirty(YGNodeRef node)
    • nYGNodeSetDirtiedFunc Link icon

      public static void nYGNodeSetDirtiedFunc(long node, long dirtiedFunc)
      void YGNodeSetDirtiedFunc(YGNodeRef node, YGDirtiedFunc dirtiedFunc)
    • YGNodeSetDirtiedFunc Link icon

      public static void YGNodeSetDirtiedFunc(long node, @Nullable YGDirtiedFuncI dirtiedFunc)
      void YGNodeSetDirtiedFunc(YGNodeRef node, YGDirtiedFunc dirtiedFunc)
    • nYGNodeGetDirtiedFunc Link icon

      public static long nYGNodeGetDirtiedFunc(long node)
      YGDirtiedFunc YGNodeGetDirtiedFunc(YGNodeConstRef node)
    • YGNodeGetDirtiedFunc Link icon

      public static @Nullable YGDirtiedFunc YGNodeGetDirtiedFunc(long node)
      YGDirtiedFunc YGNodeGetDirtiedFunc(YGNodeConstRef node)
    • nYGNodeInsertChild Link icon

      public static void nYGNodeInsertChild(long node, long child, long index)
      void YGNodeInsertChild(YGNodeRef node, YGNodeRef child, size_t index)
    • YGNodeInsertChild Link icon

      public static void YGNodeInsertChild(long node, long child, long index)
      void YGNodeInsertChild(YGNodeRef node, YGNodeRef child, size_t index)
    • nYGNodeSwapChild Link icon

      public static void nYGNodeSwapChild(long node, long child, long index)
      void YGNodeSwapChild(YGNodeRef node, YGNodeRef child, size_t index)
    • YGNodeSwapChild Link icon

      public static void YGNodeSwapChild(long node, long child, long index)
      void YGNodeSwapChild(YGNodeRef node, YGNodeRef child, size_t index)
    • nYGNodeRemoveChild Link icon

      public static void nYGNodeRemoveChild(long node, long child)
      void YGNodeRemoveChild(YGNodeRef node, YGNodeRef child)
    • YGNodeRemoveChild Link icon

      public static void YGNodeRemoveChild(long node, long child)
      void YGNodeRemoveChild(YGNodeRef node, YGNodeRef child)
    • nYGNodeRemoveAllChildren Link icon

      public static void nYGNodeRemoveAllChildren(long node)
      void YGNodeRemoveAllChildren(YGNodeRef node)
    • YGNodeRemoveAllChildren Link icon

      public static void YGNodeRemoveAllChildren(long node)
      void YGNodeRemoveAllChildren(YGNodeRef node)
    • nYGNodeSetChildren Link icon

      public static void nYGNodeSetChildren(long owner, long children, long count)
      void YGNodeSetChildren(YGNodeRef owner, YGNodeRef const * children, size_t count)
    • YGNodeSetChildren Link icon

      public static void YGNodeSetChildren(long owner, PointerBuffer children)
      void YGNodeSetChildren(YGNodeRef owner, YGNodeRef const * children, size_t count)
    • nYGNodeGetChild Link icon

      public static long nYGNodeGetChild(long node, long index)
      YGNodeRef YGNodeGetChild(YGNodeRef node, size_t index)
    • YGNodeGetChild Link icon

      public static long YGNodeGetChild(long node, long index)
      YGNodeRef YGNodeGetChild(YGNodeRef node, size_t index)
    • nYGNodeGetChildCount Link icon

      public static long nYGNodeGetChildCount(long node)
      size_t YGNodeGetChildCount(YGNodeConstRef node)
    • YGNodeGetChildCount Link icon

      public static long YGNodeGetChildCount(long node)
      size_t YGNodeGetChildCount(YGNodeConstRef node)
    • nYGNodeGetOwner Link icon

      public static long nYGNodeGetOwner(long node)
      YGNodeRef YGNodeGetOwner(YGNodeRef node)
    • YGNodeGetOwner Link icon

      public static long YGNodeGetOwner(long node)
      YGNodeRef YGNodeGetOwner(YGNodeRef node)
    • nYGNodeGetParent Link icon

      public static long nYGNodeGetParent(long node)
      YGNodeRef YGNodeGetParent(YGNodeRef node)
    • YGNodeGetParent Link icon

      public static long YGNodeGetParent(long node)
      YGNodeRef YGNodeGetParent(YGNodeRef node)
    • nYGNodeSetConfig Link icon

      public static void nYGNodeSetConfig(long node, long config)
      void YGNodeSetConfig(YGNodeRef node, YGConfigRef config)
    • YGNodeSetConfig Link icon

      public static void YGNodeSetConfig(long node, long config)
      void YGNodeSetConfig(YGNodeRef node, YGConfigRef config)
    • nYGNodeGetConfig Link icon

      public static long nYGNodeGetConfig(long node)
      YGConfigRef YGNodeGetConfig(YGNodeRef node)
    • YGNodeGetConfig Link icon

      public static long YGNodeGetConfig(long node)
      YGConfigRef YGNodeGetConfig(YGNodeRef node)
    • nYGNodeSetContext Link icon

      public static void nYGNodeSetContext(long node, long context)
      void YGNodeSetContext(YGNodeRef node, void * context)
    • YGNodeSetContext Link icon

      public static void YGNodeSetContext(long node, long context)
      void YGNodeSetContext(YGNodeRef node, void * context)
    • nYGNodeGetContext Link icon

      public static long nYGNodeGetContext(long node)
      void * YGNodeGetContext(YGNodeRef node)
    • YGNodeGetContext Link icon

      public static long YGNodeGetContext(long node)
      void * YGNodeGetContext(YGNodeRef node)
    • nYGNodeSetMeasureFunc Link icon

      public static void nYGNodeSetMeasureFunc(long node, long measureFunc)
      void YGNodeSetMeasureFunc(YGNodeRef node, YGMeasureFunc measureFunc)
    • YGNodeSetMeasureFunc Link icon

      public static void YGNodeSetMeasureFunc(long node, @Nullable YGMeasureFuncI measureFunc)
      void YGNodeSetMeasureFunc(YGNodeRef node, YGMeasureFunc measureFunc)
    • nYGNodeHasMeasureFunc Link icon

      public static boolean nYGNodeHasMeasureFunc(long node)
      bool YGNodeHasMeasureFunc(YGNodeConstRef node)
    • YGNodeHasMeasureFunc Link icon

      public static boolean YGNodeHasMeasureFunc(long node)
      bool YGNodeHasMeasureFunc(YGNodeConstRef node)
    • nYGNodeSetBaselineFunc Link icon

      public static void nYGNodeSetBaselineFunc(long node, long baselineFunc)
      void YGNodeSetBaselineFunc(YGNodeRef node, YGBaselineFunc baselineFunc)
    • YGNodeSetBaselineFunc Link icon

      public static void YGNodeSetBaselineFunc(long node, @Nullable YGBaselineFuncI baselineFunc)
      void YGNodeSetBaselineFunc(YGNodeRef node, YGBaselineFunc baselineFunc)
    • nYGNodeHasBaselineFunc Link icon

      public static boolean nYGNodeHasBaselineFunc(long node)
      bool YGNodeHasBaselineFunc(YGNodeConstRef node)
    • YGNodeHasBaselineFunc Link icon

      public static boolean YGNodeHasBaselineFunc(long node)
      bool YGNodeHasBaselineFunc(YGNodeConstRef node)
    • nYGNodeSetIsReferenceBaseline Link icon

      public static void nYGNodeSetIsReferenceBaseline(long node, boolean isReferenceBaseline)
      void YGNodeSetIsReferenceBaseline(YGNodeRef node, bool isReferenceBaseline)
    • YGNodeSetIsReferenceBaseline Link icon

      public static void YGNodeSetIsReferenceBaseline(long node, boolean isReferenceBaseline)
      void YGNodeSetIsReferenceBaseline(YGNodeRef node, bool isReferenceBaseline)
    • nYGNodeIsReferenceBaseline Link icon

      public static boolean nYGNodeIsReferenceBaseline(long node)
      bool YGNodeIsReferenceBaseline(YGNodeConstRef node)
    • YGNodeIsReferenceBaseline Link icon

      public static boolean YGNodeIsReferenceBaseline(long node)
      bool YGNodeIsReferenceBaseline(YGNodeConstRef node)
    • nYGNodeSetNodeType Link icon

      public static void nYGNodeSetNodeType(long node, int nodeType)
      void YGNodeSetNodeType(YGNodeRef node, YGNodeType nodeType)
    • YGNodeSetNodeType Link icon

      public static void YGNodeSetNodeType(long node, int nodeType)
      void YGNodeSetNodeType(YGNodeRef node, YGNodeType nodeType)
    • nYGNodeGetNodeType Link icon

      public static int nYGNodeGetNodeType(long node)
      YGNodeType YGNodeGetNodeType(YGNodeConstRef node)
    • YGNodeGetNodeType Link icon

      public static int YGNodeGetNodeType(long node)
      YGNodeType YGNodeGetNodeType(YGNodeConstRef node)
    • nYGNodeSetAlwaysFormsContainingBlock Link icon

      public static void nYGNodeSetAlwaysFormsContainingBlock(long node, boolean alwaysFormsContainingBlock)
      void YGNodeSetAlwaysFormsContainingBlock(YGNodeRef node, bool alwaysFormsContainingBlock)
    • YGNodeSetAlwaysFormsContainingBlock Link icon

      public static void YGNodeSetAlwaysFormsContainingBlock(long node, boolean alwaysFormsContainingBlock)
      void YGNodeSetAlwaysFormsContainingBlock(YGNodeRef node, bool alwaysFormsContainingBlock)
    • nYGNodeGetAlwaysFormsContainingBlock Link icon

      public static boolean nYGNodeGetAlwaysFormsContainingBlock(long node)
      bool YGNodeGetAlwaysFormsContainingBlock(YGNodeConstRef node)
    • YGNodeGetAlwaysFormsContainingBlock Link icon

      public static boolean YGNodeGetAlwaysFormsContainingBlock(long node)
      bool YGNodeGetAlwaysFormsContainingBlock(YGNodeConstRef node)
    • nYGNodeLayoutGetLeft Link icon

      public static float nYGNodeLayoutGetLeft(long node)
      float YGNodeLayoutGetLeft(YGNodeRef node)
    • YGNodeLayoutGetLeft Link icon

      public static float YGNodeLayoutGetLeft(long node)
      float YGNodeLayoutGetLeft(YGNodeRef node)
    • nYGNodeLayoutGetTop Link icon

      public static float nYGNodeLayoutGetTop(long node)
      float YGNodeLayoutGetTop(YGNodeRef node)
    • YGNodeLayoutGetTop Link icon

      public static float YGNodeLayoutGetTop(long node)
      float YGNodeLayoutGetTop(YGNodeRef node)
    • nYGNodeLayoutGetRight Link icon

      public static float nYGNodeLayoutGetRight(long node)
      float YGNodeLayoutGetRight(YGNodeRef node)
    • YGNodeLayoutGetRight Link icon

      public static float YGNodeLayoutGetRight(long node)
      float YGNodeLayoutGetRight(YGNodeRef node)
    • nYGNodeLayoutGetBottom Link icon

      public static float nYGNodeLayoutGetBottom(long node)
      float YGNodeLayoutGetBottom(YGNodeRef node)
    • YGNodeLayoutGetBottom Link icon

      public static float YGNodeLayoutGetBottom(long node)
      float YGNodeLayoutGetBottom(YGNodeRef node)
    • nYGNodeLayoutGetWidth Link icon

      public static float nYGNodeLayoutGetWidth(long node)
      float YGNodeLayoutGetWidth(YGNodeRef node)
    • YGNodeLayoutGetWidth Link icon

      public static float YGNodeLayoutGetWidth(long node)
      float YGNodeLayoutGetWidth(YGNodeRef node)
    • nYGNodeLayoutGetHeight Link icon

      public static float nYGNodeLayoutGetHeight(long node)
      float YGNodeLayoutGetHeight(YGNodeRef node)
    • YGNodeLayoutGetHeight Link icon

      public static float YGNodeLayoutGetHeight(long node)
      float YGNodeLayoutGetHeight(YGNodeRef node)
    • nYGNodeLayoutGetDirection Link icon

      public static int nYGNodeLayoutGetDirection(long node)
      YGDirection YGNodeLayoutGetDirection(YGNodeRef node)
    • YGNodeLayoutGetDirection Link icon

      public static int YGNodeLayoutGetDirection(long node)
      YGDirection YGNodeLayoutGetDirection(YGNodeRef node)
    • nYGNodeLayoutGetHadOverflow Link icon

      public static boolean nYGNodeLayoutGetHadOverflow(long node)
      bool YGNodeLayoutGetHadOverflow(YGNodeRef node)
    • YGNodeLayoutGetHadOverflow Link icon

      public static boolean YGNodeLayoutGetHadOverflow(long node)
      bool YGNodeLayoutGetHadOverflow(YGNodeRef node)
    • nYGNodeLayoutGetMargin Link icon

      public static float nYGNodeLayoutGetMargin(long node, int edge)
      float YGNodeLayoutGetMargin(YGNodeRef node, YGEdge edge)
    • YGNodeLayoutGetMargin Link icon

      public static float YGNodeLayoutGetMargin(long node, int edge)
      float YGNodeLayoutGetMargin(YGNodeRef node, YGEdge edge)
    • nYGNodeLayoutGetBorder Link icon

      public static float nYGNodeLayoutGetBorder(long node, int edge)
      float YGNodeLayoutGetBorder(YGNodeRef node, YGEdge edge)
    • YGNodeLayoutGetBorder Link icon

      public static float YGNodeLayoutGetBorder(long node, int edge)
      float YGNodeLayoutGetBorder(YGNodeRef node, YGEdge edge)
    • nYGNodeLayoutGetPadding Link icon

      public static float nYGNodeLayoutGetPadding(long node, int edge)
      float YGNodeLayoutGetPadding(YGNodeRef node, YGEdge edge)
    • YGNodeLayoutGetPadding Link icon

      public static float YGNodeLayoutGetPadding(long node, int edge)
      float YGNodeLayoutGetPadding(YGNodeRef node, YGEdge edge)
    • nYGNodeCopyStyle Link icon

      public static void nYGNodeCopyStyle(long dstNode, long srcNode)
      void YGNodeCopyStyle(YGNodeRef dstNode, YGNodeConstRef srcNode)
    • YGNodeCopyStyle Link icon

      public static void YGNodeCopyStyle(long dstNode, long srcNode)
      void YGNodeCopyStyle(YGNodeRef dstNode, YGNodeConstRef srcNode)
    • nYGNodeStyleSetDirection Link icon

      public static void nYGNodeStyleSetDirection(long node, int direction)
      void YGNodeStyleSetDirection(YGNodeRef node, YGDirection direction)
    • YGNodeStyleSetDirection Link icon

      public static void YGNodeStyleSetDirection(long node, int direction)
      void YGNodeStyleSetDirection(YGNodeRef node, YGDirection direction)
    • nYGNodeStyleGetDirection Link icon

      public static int nYGNodeStyleGetDirection(long node)
      YGDirection YGNodeStyleGetDirection(YGNodeConstRef node)
    • YGNodeStyleGetDirection Link icon

      public static int YGNodeStyleGetDirection(long node)
      YGDirection YGNodeStyleGetDirection(YGNodeConstRef node)
    • nYGNodeStyleSetFlexDirection Link icon

      public static void nYGNodeStyleSetFlexDirection(long node, int flexDirection)
      void YGNodeStyleSetFlexDirection(YGNodeRef node, YGFlexDirection flexDirection)
    • YGNodeStyleSetFlexDirection Link icon

      public static void YGNodeStyleSetFlexDirection(long node, int flexDirection)
      void YGNodeStyleSetFlexDirection(YGNodeRef node, YGFlexDirection flexDirection)
    • nYGNodeStyleGetFlexDirection Link icon

      public static int nYGNodeStyleGetFlexDirection(long node)
      YGFlexDirection YGNodeStyleGetFlexDirection(YGNodeConstRef node)
    • YGNodeStyleGetFlexDirection Link icon

      public static int YGNodeStyleGetFlexDirection(long node)
      YGFlexDirection YGNodeStyleGetFlexDirection(YGNodeConstRef node)
    • nYGNodeStyleSetJustifyContent Link icon

      public static void nYGNodeStyleSetJustifyContent(long node, int justifyContent)
      void YGNodeStyleSetJustifyContent(YGNodeRef node, YGJustify justifyContent)
    • YGNodeStyleSetJustifyContent Link icon

      public static void YGNodeStyleSetJustifyContent(long node, int justifyContent)
      void YGNodeStyleSetJustifyContent(YGNodeRef node, YGJustify justifyContent)
    • nYGNodeStyleGetJustifyContent Link icon

      public static int nYGNodeStyleGetJustifyContent(long node)
      YGJustify YGNodeStyleGetJustifyContent(YGNodeConstRef node)
    • YGNodeStyleGetJustifyContent Link icon

      public static int YGNodeStyleGetJustifyContent(long node)
      YGJustify YGNodeStyleGetJustifyContent(YGNodeConstRef node)
    • nYGNodeStyleSetAlignContent Link icon

      public static void nYGNodeStyleSetAlignContent(long node, int alignContent)
      void YGNodeStyleSetAlignContent(YGNodeRef node, YGAlign alignContent)
    • YGNodeStyleSetAlignContent Link icon

      public static void YGNodeStyleSetAlignContent(long node, int alignContent)
      void YGNodeStyleSetAlignContent(YGNodeRef node, YGAlign alignContent)
    • nYGNodeStyleGetAlignContent Link icon

      public static int nYGNodeStyleGetAlignContent(long node)
      YGAlign YGNodeStyleGetAlignContent(YGNodeConstRef node)
    • YGNodeStyleGetAlignContent Link icon

      public static int YGNodeStyleGetAlignContent(long node)
      YGAlign YGNodeStyleGetAlignContent(YGNodeConstRef node)
    • nYGNodeStyleSetAlignItems Link icon

      public static void nYGNodeStyleSetAlignItems(long node, int alignItems)
      void YGNodeStyleSetAlignItems(YGNodeRef node, YGAlign alignItems)
    • YGNodeStyleSetAlignItems Link icon

      public static void YGNodeStyleSetAlignItems(long node, int alignItems)
      void YGNodeStyleSetAlignItems(YGNodeRef node, YGAlign alignItems)
    • nYGNodeStyleGetAlignItems Link icon

      public static int nYGNodeStyleGetAlignItems(long node)
      YGAlign YGNodeStyleGetAlignItems(YGNodeConstRef node)
    • YGNodeStyleGetAlignItems Link icon

      public static int YGNodeStyleGetAlignItems(long node)
      YGAlign YGNodeStyleGetAlignItems(YGNodeConstRef node)
    • nYGNodeStyleSetAlignSelf Link icon

      public static void nYGNodeStyleSetAlignSelf(long node, int alignSelf)
      void YGNodeStyleSetAlignSelf(YGNodeRef node, YGAlign alignSelf)
    • YGNodeStyleSetAlignSelf Link icon

      public static void YGNodeStyleSetAlignSelf(long node, int alignSelf)
      void YGNodeStyleSetAlignSelf(YGNodeRef node, YGAlign alignSelf)
    • nYGNodeStyleGetAlignSelf Link icon

      public static int nYGNodeStyleGetAlignSelf(long node)
      YGAlign YGNodeStyleGetAlignSelf(YGNodeConstRef node)
    • YGNodeStyleGetAlignSelf Link icon

      public static int YGNodeStyleGetAlignSelf(long node)
      YGAlign YGNodeStyleGetAlignSelf(YGNodeConstRef node)
    • nYGNodeStyleSetPositionType Link icon

      public static void nYGNodeStyleSetPositionType(long node, int positionType)
      void YGNodeStyleSetPositionType(YGNodeRef node, YGPositionType positionType)
    • YGNodeStyleSetPositionType Link icon

      public static void YGNodeStyleSetPositionType(long node, int positionType)
      void YGNodeStyleSetPositionType(YGNodeRef node, YGPositionType positionType)
    • nYGNodeStyleGetPositionType Link icon

      public static int nYGNodeStyleGetPositionType(long node)
      YGPositionType YGNodeStyleGetPositionType(YGNodeConstRef node)
    • YGNodeStyleGetPositionType Link icon

      public static int YGNodeStyleGetPositionType(long node)
      YGPositionType YGNodeStyleGetPositionType(YGNodeConstRef node)
    • nYGNodeStyleSetPositionAuto Link icon

      public static void nYGNodeStyleSetPositionAuto(long node, int edge)
      void YGNodeStyleSetPositionAuto(YGNodeRef node, YGEdge edge)
    • YGNodeStyleSetPositionAuto Link icon

      public static void YGNodeStyleSetPositionAuto(long node, int edge)
      void YGNodeStyleSetPositionAuto(YGNodeRef node, YGEdge edge)
    • nYGNodeStyleSetFlexWrap Link icon

      public static void nYGNodeStyleSetFlexWrap(long node, int flexWrap)
      void YGNodeStyleSetFlexWrap(YGNodeRef node, YGWrap flexWrap)
    • YGNodeStyleSetFlexWrap Link icon

      public static void YGNodeStyleSetFlexWrap(long node, int flexWrap)
      void YGNodeStyleSetFlexWrap(YGNodeRef node, YGWrap flexWrap)
    • nYGNodeStyleGetFlexWrap Link icon

      public static int nYGNodeStyleGetFlexWrap(long node)
      YGWrap YGNodeStyleGetFlexWrap(YGNodeConstRef node)
    • YGNodeStyleGetFlexWrap Link icon

      public static int YGNodeStyleGetFlexWrap(long node)
      YGWrap YGNodeStyleGetFlexWrap(YGNodeConstRef node)
    • nYGNodeStyleSetOverflow Link icon

      public static void nYGNodeStyleSetOverflow(long node, int overflow)
      void YGNodeStyleSetOverflow(YGNodeRef node, YGOverflow overflow)
    • YGNodeStyleSetOverflow Link icon

      public static void YGNodeStyleSetOverflow(long node, int overflow)
      void YGNodeStyleSetOverflow(YGNodeRef node, YGOverflow overflow)
    • nYGNodeStyleGetOverflow Link icon

      public static int nYGNodeStyleGetOverflow(long node)
      YGOverflow YGNodeStyleGetOverflow(YGNodeConstRef node)
    • YGNodeStyleGetOverflow Link icon

      public static int YGNodeStyleGetOverflow(long node)
      YGOverflow YGNodeStyleGetOverflow(YGNodeConstRef node)
    • nYGNodeStyleSetDisplay Link icon

      public static void nYGNodeStyleSetDisplay(long node, int display)
      void YGNodeStyleSetDisplay(YGNodeRef node, YGDisplay display)
    • YGNodeStyleSetDisplay Link icon

      public static void YGNodeStyleSetDisplay(long node, int display)
      void YGNodeStyleSetDisplay(YGNodeRef node, YGDisplay display)
    • nYGNodeStyleGetDisplay Link icon

      public static int nYGNodeStyleGetDisplay(long node)
      YGDisplay YGNodeStyleGetDisplay(YGNodeConstRef node)
    • YGNodeStyleGetDisplay Link icon

      public static int YGNodeStyleGetDisplay(long node)
      YGDisplay YGNodeStyleGetDisplay(YGNodeConstRef node)
    • nYGNodeStyleSetFlex Link icon

      public static void nYGNodeStyleSetFlex(long node, float flex)
      void YGNodeStyleSetFlex(YGNodeRef node, float flex)
    • YGNodeStyleSetFlex Link icon

      public static void YGNodeStyleSetFlex(long node, float flex)
      void YGNodeStyleSetFlex(YGNodeRef node, float flex)
    • nYGNodeStyleGetFlex Link icon

      public static float nYGNodeStyleGetFlex(long node)
      float YGNodeStyleGetFlex(YGNodeConstRef node)
    • YGNodeStyleGetFlex Link icon

      public static float YGNodeStyleGetFlex(long node)
      float YGNodeStyleGetFlex(YGNodeConstRef node)
    • nYGNodeStyleSetFlexGrow Link icon

      public static void nYGNodeStyleSetFlexGrow(long node, float flexGrow)
      void YGNodeStyleSetFlexGrow(YGNodeRef node, float flexGrow)
    • YGNodeStyleSetFlexGrow Link icon

      public static void YGNodeStyleSetFlexGrow(long node, float flexGrow)
      void YGNodeStyleSetFlexGrow(YGNodeRef node, float flexGrow)
    • nYGNodeStyleGetFlexGrow Link icon

      public static float nYGNodeStyleGetFlexGrow(long node)
      float YGNodeStyleGetFlexGrow(YGNodeConstRef node)
    • YGNodeStyleGetFlexGrow Link icon

      public static float YGNodeStyleGetFlexGrow(long node)
      float YGNodeStyleGetFlexGrow(YGNodeConstRef node)
    • nYGNodeStyleSetFlexShrink Link icon

      public static void nYGNodeStyleSetFlexShrink(long node, float flexShrink)
      void YGNodeStyleSetFlexShrink(YGNodeRef node, float flexShrink)
    • YGNodeStyleSetFlexShrink Link icon

      public static void YGNodeStyleSetFlexShrink(long node, float flexShrink)
      void YGNodeStyleSetFlexShrink(YGNodeRef node, float flexShrink)
    • nYGNodeStyleGetFlexShrink Link icon

      public static float nYGNodeStyleGetFlexShrink(long node)
      float YGNodeStyleGetFlexShrink(YGNodeConstRef node)
    • YGNodeStyleGetFlexShrink Link icon

      public static float YGNodeStyleGetFlexShrink(long node)
      float YGNodeStyleGetFlexShrink(YGNodeConstRef node)
    • nYGNodeStyleSetFlexBasis Link icon

      public static void nYGNodeStyleSetFlexBasis(long node, float flexBasis)
      void YGNodeStyleSetFlexBasis(YGNodeRef node, float flexBasis)
    • YGNodeStyleSetFlexBasis Link icon

      public static void YGNodeStyleSetFlexBasis(long node, float flexBasis)
      void YGNodeStyleSetFlexBasis(YGNodeRef node, float flexBasis)
    • nYGNodeStyleSetFlexBasisPercent Link icon

      public static void nYGNodeStyleSetFlexBasisPercent(long node, float flexBasis)
      void YGNodeStyleSetFlexBasisPercent(YGNodeRef node, float flexBasis)
    • YGNodeStyleSetFlexBasisPercent Link icon

      public static void YGNodeStyleSetFlexBasisPercent(long node, float flexBasis)
      void YGNodeStyleSetFlexBasisPercent(YGNodeRef node, float flexBasis)
    • nYGNodeStyleSetFlexBasisAuto Link icon

      public static void nYGNodeStyleSetFlexBasisAuto(long node)
      void YGNodeStyleSetFlexBasisAuto(YGNodeRef node)
    • YGNodeStyleSetFlexBasisAuto Link icon

      public static void YGNodeStyleSetFlexBasisAuto(long node)
      void YGNodeStyleSetFlexBasisAuto(YGNodeRef node)
    • nYGNodeStyleGetFlexBasis Link icon

      public static void nYGNodeStyleGetFlexBasis(long node, long __result)
      YGValue YGNodeStyleGetFlexBasis(YGNodeConstRef node)
    • YGNodeStyleGetFlexBasis Link icon

      public static YGValue YGNodeStyleGetFlexBasis(long node, YGValue __result)
      YGValue YGNodeStyleGetFlexBasis(YGNodeConstRef node)
    • nYGNodeStyleSetPosition Link icon

      public static void nYGNodeStyleSetPosition(long node, int edge, float position)
      void YGNodeStyleSetPosition(YGNodeRef node, YGEdge edge, float position)
    • YGNodeStyleSetPosition Link icon

      public static void YGNodeStyleSetPosition(long node, int edge, float position)
      void YGNodeStyleSetPosition(YGNodeRef node, YGEdge edge, float position)
    • nYGNodeStyleSetPositionPercent Link icon

      public static void nYGNodeStyleSetPositionPercent(long node, int edge, float position)
      void YGNodeStyleSetPositionPercent(YGNodeRef node, YGEdge edge, float position)
    • YGNodeStyleSetPositionPercent Link icon

      public static void YGNodeStyleSetPositionPercent(long node, int edge, float position)
      void YGNodeStyleSetPositionPercent(YGNodeRef node, YGEdge edge, float position)
    • nYGNodeStyleGetPosition Link icon

      public static void nYGNodeStyleGetPosition(long node, int edge, long __result)
      YGValue YGNodeStyleGetPosition(YGNodeConstRef node, YGEdge edge)
    • YGNodeStyleGetPosition Link icon

      public static YGValue YGNodeStyleGetPosition(long node, int edge, YGValue __result)
      YGValue YGNodeStyleGetPosition(YGNodeConstRef node, YGEdge edge)
    • nYGNodeStyleSetMargin Link icon

      public static void nYGNodeStyleSetMargin(long node, int edge, float margin)
      void YGNodeStyleSetMargin(YGNodeRef node, YGEdge edge, float margin)
    • YGNodeStyleSetMargin Link icon

      public static void YGNodeStyleSetMargin(long node, int edge, float margin)
      void YGNodeStyleSetMargin(YGNodeRef node, YGEdge edge, float margin)
    • nYGNodeStyleSetMarginPercent Link icon

      public static void nYGNodeStyleSetMarginPercent(long node, int edge, float margin)
      void YGNodeStyleSetMarginPercent(YGNodeRef node, YGEdge edge, float margin)
    • YGNodeStyleSetMarginPercent Link icon

      public static void YGNodeStyleSetMarginPercent(long node, int edge, float margin)
      void YGNodeStyleSetMarginPercent(YGNodeRef node, YGEdge edge, float margin)
    • nYGNodeStyleSetMarginAuto Link icon

      public static void nYGNodeStyleSetMarginAuto(long node, int edge)
      void YGNodeStyleSetMarginAuto(YGNodeRef node, YGEdge edge)
    • YGNodeStyleSetMarginAuto Link icon

      public static void YGNodeStyleSetMarginAuto(long node, int edge)
      void YGNodeStyleSetMarginAuto(YGNodeRef node, YGEdge edge)
    • nYGNodeStyleGetMargin Link icon

      public static void nYGNodeStyleGetMargin(long node, int edge, long __result)
      YGValue YGNodeStyleGetMargin(YGNodeConstRef node, YGEdge edge)
    • YGNodeStyleGetMargin Link icon

      public static YGValue YGNodeStyleGetMargin(long node, int edge, YGValue __result)
      YGValue YGNodeStyleGetMargin(YGNodeConstRef node, YGEdge edge)
    • nYGNodeStyleSetPadding Link icon

      public static void nYGNodeStyleSetPadding(long node, int edge, float padding)
      void YGNodeStyleSetPadding(YGNodeRef node, YGEdge edge, float padding)
    • YGNodeStyleSetPadding Link icon

      public static void YGNodeStyleSetPadding(long node, int edge, float padding)
      void YGNodeStyleSetPadding(YGNodeRef node, YGEdge edge, float padding)
    • nYGNodeStyleSetPaddingPercent Link icon

      public static void nYGNodeStyleSetPaddingPercent(long node, int edge, float padding)
      void YGNodeStyleSetPaddingPercent(YGNodeRef node, YGEdge edge, float padding)
    • YGNodeStyleSetPaddingPercent Link icon

      public static void YGNodeStyleSetPaddingPercent(long node, int edge, float padding)
      void YGNodeStyleSetPaddingPercent(YGNodeRef node, YGEdge edge, float padding)
    • nYGNodeStyleGetPadding Link icon

      public static void nYGNodeStyleGetPadding(long node, int edge, long __result)
      YGValue YGNodeStyleGetPadding(YGNodeConstRef node, YGEdge edge)
    • YGNodeStyleGetPadding Link icon

      public static YGValue YGNodeStyleGetPadding(long node, int edge, YGValue __result)
      YGValue YGNodeStyleGetPadding(YGNodeConstRef node, YGEdge edge)
    • nYGNodeStyleSetBorder Link icon

      public static void nYGNodeStyleSetBorder(long node, int edge, float border)
      void YGNodeStyleSetBorder(YGNodeRef node, YGEdge edge, float border)
    • YGNodeStyleSetBorder Link icon

      public static void YGNodeStyleSetBorder(long node, int edge, float border)
      void YGNodeStyleSetBorder(YGNodeRef node, YGEdge edge, float border)
    • nYGNodeStyleGetBorder Link icon

      public static float nYGNodeStyleGetBorder(long node, int edge)
      float YGNodeStyleGetBorder(YGNodeConstRef node, YGEdge edge)
    • YGNodeStyleGetBorder Link icon

      public static float YGNodeStyleGetBorder(long node, int edge)
      float YGNodeStyleGetBorder(YGNodeConstRef node, YGEdge edge)
    • nYGNodeStyleSetGap Link icon

      public static void nYGNodeStyleSetGap(long node, int gutter, float gapLength)
      void YGNodeStyleSetGap(YGNodeRef node, YGGutter gutter, float gapLength)
    • YGNodeStyleSetGap Link icon

      public static void YGNodeStyleSetGap(long node, int gutter, float gapLength)
      void YGNodeStyleSetGap(YGNodeRef node, YGGutter gutter, float gapLength)
    • nYGNodeStyleSetGapPercent Link icon

      public static void nYGNodeStyleSetGapPercent(long node, int gutter, float gapLength)
      void YGNodeStyleSetGapPercent(YGNodeRef node, YGGutter gutter, float gapLength)
    • YGNodeStyleSetGapPercent Link icon

      public static void YGNodeStyleSetGapPercent(long node, int gutter, float gapLength)
      void YGNodeStyleSetGapPercent(YGNodeRef node, YGGutter gutter, float gapLength)
    • nYGNodeStyleGetGap Link icon

      public static float nYGNodeStyleGetGap(long node, int gutter)
      float YGNodeStyleGetGap(YGNodeConstRef node, YGGutter gutter)
    • YGNodeStyleGetGap Link icon

      public static float YGNodeStyleGetGap(long node, int gutter)
      float YGNodeStyleGetGap(YGNodeConstRef node, YGGutter gutter)
    • nYGNodeStyleSetBoxSizing Link icon

      public static void nYGNodeStyleSetBoxSizing(long node, int boxSizing)
      void YGNodeStyleSetBoxSizing(YGNodeRef node, YGBoxSizing boxSizing)
    • YGNodeStyleSetBoxSizing Link icon

      public static void YGNodeStyleSetBoxSizing(long node, int boxSizing)
      void YGNodeStyleSetBoxSizing(YGNodeRef node, YGBoxSizing boxSizing)
    • nYGNodeStyleGetBoxSizing Link icon

      public static int nYGNodeStyleGetBoxSizing(long node)
      YGBoxSizing YGNodeStyleGetBoxSizing(YGNodeConstRef node)
    • YGNodeStyleGetBoxSizing Link icon

      public static int YGNodeStyleGetBoxSizing(long node)
      YGBoxSizing YGNodeStyleGetBoxSizing(YGNodeConstRef node)
    • nYGNodeStyleSetWidth Link icon

      public static void nYGNodeStyleSetWidth(long node, float width)
      void YGNodeStyleSetWidth(YGNodeRef node, float width)
    • YGNodeStyleSetWidth Link icon

      public static void YGNodeStyleSetWidth(long node, float width)
      void YGNodeStyleSetWidth(YGNodeRef node, float width)
    • nYGNodeStyleSetWidthPercent Link icon

      public static void nYGNodeStyleSetWidthPercent(long node, float width)
      void YGNodeStyleSetWidthPercent(YGNodeRef node, float width)
    • YGNodeStyleSetWidthPercent Link icon

      public static void YGNodeStyleSetWidthPercent(long node, float width)
      void YGNodeStyleSetWidthPercent(YGNodeRef node, float width)
    • nYGNodeStyleSetWidthAuto Link icon

      public static void nYGNodeStyleSetWidthAuto(long node)
      void YGNodeStyleSetWidthAuto(YGNodeRef node)
    • YGNodeStyleSetWidthAuto Link icon

      public static void YGNodeStyleSetWidthAuto(long node)
      void YGNodeStyleSetWidthAuto(YGNodeRef node)
    • nYGNodeStyleGetWidth Link icon

      public static void nYGNodeStyleGetWidth(long node, long __result)
      YGValue YGNodeStyleGetWidth(YGNodeConstRef node)
    • YGNodeStyleGetWidth Link icon

      public static YGValue YGNodeStyleGetWidth(long node, YGValue __result)
      YGValue YGNodeStyleGetWidth(YGNodeConstRef node)
    • nYGNodeStyleSetHeight Link icon

      public static void nYGNodeStyleSetHeight(long node, float height)
      void YGNodeStyleSetHeight(YGNodeRef node, float height)
    • YGNodeStyleSetHeight Link icon

      public static void YGNodeStyleSetHeight(long node, float height)
      void YGNodeStyleSetHeight(YGNodeRef node, float height)
    • nYGNodeStyleSetHeightPercent Link icon

      public static void nYGNodeStyleSetHeightPercent(long node, float height)
      void YGNodeStyleSetHeightPercent(YGNodeRef node, float height)
    • YGNodeStyleSetHeightPercent Link icon

      public static void YGNodeStyleSetHeightPercent(long node, float height)
      void YGNodeStyleSetHeightPercent(YGNodeRef node, float height)
    • nYGNodeStyleSetHeightAuto Link icon

      public static void nYGNodeStyleSetHeightAuto(long node)
      void YGNodeStyleSetHeightAuto(YGNodeRef node)
    • YGNodeStyleSetHeightAuto Link icon

      public static void YGNodeStyleSetHeightAuto(long node)
      void YGNodeStyleSetHeightAuto(YGNodeRef node)
    • nYGNodeStyleGetHeight Link icon

      public static void nYGNodeStyleGetHeight(long node, long __result)
      YGValue YGNodeStyleGetHeight(YGNodeConstRef node)
    • YGNodeStyleGetHeight Link icon

      public static YGValue YGNodeStyleGetHeight(long node, YGValue __result)
      YGValue YGNodeStyleGetHeight(YGNodeConstRef node)
    • nYGNodeStyleSetMinWidth Link icon

      public static void nYGNodeStyleSetMinWidth(long node, float minWidth)
      void YGNodeStyleSetMinWidth(YGNodeRef node, float minWidth)
    • YGNodeStyleSetMinWidth Link icon

      public static void YGNodeStyleSetMinWidth(long node, float minWidth)
      void YGNodeStyleSetMinWidth(YGNodeRef node, float minWidth)
    • nYGNodeStyleSetMinWidthPercent Link icon

      public static void nYGNodeStyleSetMinWidthPercent(long node, float minWidth)
      void YGNodeStyleSetMinWidthPercent(YGNodeRef node, float minWidth)
    • YGNodeStyleSetMinWidthPercent Link icon

      public static void YGNodeStyleSetMinWidthPercent(long node, float minWidth)
      void YGNodeStyleSetMinWidthPercent(YGNodeRef node, float minWidth)
    • nYGNodeStyleGetMinWidth Link icon

      public static void nYGNodeStyleGetMinWidth(long node, long __result)
      YGValue YGNodeStyleGetMinWidth(YGNodeConstRef node)
    • YGNodeStyleGetMinWidth Link icon

      public static YGValue YGNodeStyleGetMinWidth(long node, YGValue __result)
      YGValue YGNodeStyleGetMinWidth(YGNodeConstRef node)
    • nYGNodeStyleSetMinHeight Link icon

      public static void nYGNodeStyleSetMinHeight(long node, float minHeight)
      void YGNodeStyleSetMinHeight(YGNodeRef node, float minHeight)
    • YGNodeStyleSetMinHeight Link icon

      public static void YGNodeStyleSetMinHeight(long node, float minHeight)
      void YGNodeStyleSetMinHeight(YGNodeRef node, float minHeight)
    • nYGNodeStyleSetMinHeightPercent Link icon

      public static void nYGNodeStyleSetMinHeightPercent(long node, float minHeight)
      void YGNodeStyleSetMinHeightPercent(YGNodeRef node, float minHeight)
    • YGNodeStyleSetMinHeightPercent Link icon

      public static void YGNodeStyleSetMinHeightPercent(long node, float minHeight)
      void YGNodeStyleSetMinHeightPercent(YGNodeRef node, float minHeight)
    • nYGNodeStyleGetMinHeight Link icon

      public static void nYGNodeStyleGetMinHeight(long node, long __result)
      YGValue YGNodeStyleGetMinHeight(YGNodeConstRef node)
    • YGNodeStyleGetMinHeight Link icon

      public static YGValue YGNodeStyleGetMinHeight(long node, YGValue __result)
      YGValue YGNodeStyleGetMinHeight(YGNodeConstRef node)
    • nYGNodeStyleSetMaxWidth Link icon

      public static void nYGNodeStyleSetMaxWidth(long node, float maxWidth)
      void YGNodeStyleSetMaxWidth(YGNodeRef node, float maxWidth)
    • YGNodeStyleSetMaxWidth Link icon

      public static void YGNodeStyleSetMaxWidth(long node, float maxWidth)
      void YGNodeStyleSetMaxWidth(YGNodeRef node, float maxWidth)
    • nYGNodeStyleSetMaxWidthPercent Link icon

      public static void nYGNodeStyleSetMaxWidthPercent(long node, float maxWidth)
      void YGNodeStyleSetMaxWidthPercent(YGNodeRef node, float maxWidth)
    • YGNodeStyleSetMaxWidthPercent Link icon

      public static void YGNodeStyleSetMaxWidthPercent(long node, float maxWidth)
      void YGNodeStyleSetMaxWidthPercent(YGNodeRef node, float maxWidth)
    • nYGNodeStyleGetMaxWidth Link icon

      public static void nYGNodeStyleGetMaxWidth(long node, long __result)
      YGValue YGNodeStyleGetMaxWidth(YGNodeConstRef node)
    • YGNodeStyleGetMaxWidth Link icon

      public static YGValue YGNodeStyleGetMaxWidth(long node, YGValue __result)
      YGValue YGNodeStyleGetMaxWidth(YGNodeConstRef node)
    • nYGNodeStyleSetMaxHeight Link icon

      public static void nYGNodeStyleSetMaxHeight(long node, float maxHeight)
      void YGNodeStyleSetMaxHeight(YGNodeRef node, float maxHeight)
    • YGNodeStyleSetMaxHeight Link icon

      public static void YGNodeStyleSetMaxHeight(long node, float maxHeight)
      void YGNodeStyleSetMaxHeight(YGNodeRef node, float maxHeight)
    • nYGNodeStyleSetMaxHeightPercent Link icon

      public static void nYGNodeStyleSetMaxHeightPercent(long node, float maxHeight)
      void YGNodeStyleSetMaxHeightPercent(YGNodeRef node, float maxHeight)
    • YGNodeStyleSetMaxHeightPercent Link icon

      public static void YGNodeStyleSetMaxHeightPercent(long node, float maxHeight)
      void YGNodeStyleSetMaxHeightPercent(YGNodeRef node, float maxHeight)
    • nYGNodeStyleGetMaxHeight Link icon

      public static void nYGNodeStyleGetMaxHeight(long node, long __result)
      YGValue YGNodeStyleGetMaxHeight(YGNodeConstRef node)
    • YGNodeStyleGetMaxHeight Link icon

      public static YGValue YGNodeStyleGetMaxHeight(long node, YGValue __result)
      YGValue YGNodeStyleGetMaxHeight(YGNodeConstRef node)
    • nYGNodeStyleSetAspectRatio Link icon

      public static void nYGNodeStyleSetAspectRatio(long node, float aspectRatio)
      void YGNodeStyleSetAspectRatio(YGNodeRef node, float aspectRatio)
    • YGNodeStyleSetAspectRatio Link icon

      public static void YGNodeStyleSetAspectRatio(long node, float aspectRatio)
      void YGNodeStyleSetAspectRatio(YGNodeRef node, float aspectRatio)
    • nYGNodeStyleGetAspectRatio Link icon

      public static float nYGNodeStyleGetAspectRatio(long node)
      float YGNodeStyleGetAspectRatio(YGNodeConstRef node)
    • YGNodeStyleGetAspectRatio Link icon

      public static float YGNodeStyleGetAspectRatio(long node)
      float YGNodeStyleGetAspectRatio(YGNodeConstRef node)
    • YGRoundValueToPixelGrid Link icon

      public static float YGRoundValueToPixelGrid(double value, double pointScaleFactor, boolean forceCeil, boolean forceFloor)
      float YGRoundValueToPixelGrid(double value, double pointScaleFactor, bool forceCeil, bool forceFloor)
    • YGFloatIsUndefined Link icon

      public static boolean YGFloatIsUndefined(float value)
      bool YGFloatIsUndefined(float value)
    • nYGAlignToString Link icon

      public static long nYGAlignToString(int value)
      char const * YGAlignToString(YGAlign value)
    • YGAlignToString Link icon

      public static String YGAlignToString(int value)
      char const * YGAlignToString(YGAlign value)
    • nYGDimensionToString Link icon

      public static long nYGDimensionToString(int value)
      char const * YGDimensionToString(YGDimension value)
    • YGDimensionToString Link icon

      public static String YGDimensionToString(int value)
      char const * YGDimensionToString(YGDimension value)
    • nYGDirectionToString Link icon

      public static long nYGDirectionToString(int value)
      char const * YGDirectionToString(YGDirection value)
    • YGDirectionToString Link icon

      public static String YGDirectionToString(int value)
      char const * YGDirectionToString(YGDirection value)
    • nYGDisplayToString Link icon

      public static long nYGDisplayToString(int value)
      char const * YGDisplayToString(YGDisplay value)
    • YGDisplayToString Link icon

      public static String YGDisplayToString(int value)
      char const * YGDisplayToString(YGDisplay value)
    • nYGEdgeToString Link icon

      public static long nYGEdgeToString(int value)
      char const * YGEdgeToString(YGEdge value)
    • YGEdgeToString Link icon

      public static String YGEdgeToString(int value)
      char const * YGEdgeToString(YGEdge value)
    • nYGErrataToString Link icon

      public static long nYGErrataToString(int value)
      char const * YGErrataToString(YGErrata value)
    • YGErrataToString Link icon

      public static String YGErrataToString(int value)
      char const * YGErrataToString(YGErrata value)
    • nYGExperimentalFeatureToString Link icon

      public static long nYGExperimentalFeatureToString(int value)
      char const * YGExperimentalFeatureToString(YGExperimentalFeature value)
    • YGExperimentalFeatureToString Link icon

      public static String YGExperimentalFeatureToString(int value)
      char const * YGExperimentalFeatureToString(YGExperimentalFeature value)
    • nYGFlexDirectionToString Link icon

      public static long nYGFlexDirectionToString(int value)
      char const * YGFlexDirectionToString(YGFlexDirection value)
    • YGFlexDirectionToString Link icon

      public static String YGFlexDirectionToString(int value)
      char const * YGFlexDirectionToString(YGFlexDirection value)
    • nYGGutterToString Link icon

      public static long nYGGutterToString(int value)
      char const * YGGutterToString(YGGutter value)
    • YGGutterToString Link icon

      public static String YGGutterToString(int value)
      char const * YGGutterToString(YGGutter value)
    • nYGJustifyToString Link icon

      public static long nYGJustifyToString(int value)
      char const * YGJustifyToString(YGJustify value)
    • YGJustifyToString Link icon

      public static String YGJustifyToString(int value)
      char const * YGJustifyToString(YGJustify value)
    • nYGLogLevelToString Link icon

      public static long nYGLogLevelToString(int value)
      char const * YGLogLevelToString(YGLogLevel value)
    • YGLogLevelToString Link icon

      public static String YGLogLevelToString(int value)
      char const * YGLogLevelToString(YGLogLevel value)
    • nYGMeasureModeToString Link icon

      public static long nYGMeasureModeToString(int value)
      char const * YGMeasureModeToString(YGMeasureMode value)
    • YGMeasureModeToString Link icon

      public static String YGMeasureModeToString(int value)
      char const * YGMeasureModeToString(YGMeasureMode value)
    • nYGNodeTypeToString Link icon

      public static long nYGNodeTypeToString(int value)
      char const * YGNodeTypeToString(YGNodeType value)
    • YGNodeTypeToString Link icon

      public static String YGNodeTypeToString(int value)
      char const * YGNodeTypeToString(YGNodeType value)
    • nYGOverflowToString Link icon

      public static long nYGOverflowToString(int value)
      char const * YGOverflowToString(YGOverflow value)
    • YGOverflowToString Link icon

      public static String YGOverflowToString(int value)
      char const * YGOverflowToString(YGOverflow value)
    • nYGPositionTypeToString Link icon

      public static long nYGPositionTypeToString(int value)
      char const * YGPositionTypeToString(YGPositionType value)
    • YGPositionTypeToString Link icon

      public static String YGPositionTypeToString(int value)
      char const * YGPositionTypeToString(YGPositionType value)
    • nYGUnitToString Link icon

      public static long nYGUnitToString(int value)
      char const * YGUnitToString(YGUnit value)
    • YGUnitToString Link icon

      public static String YGUnitToString(int value)
      char const * YGUnitToString(YGUnit value)
    • nYGWrapToString Link icon

      public static long nYGWrapToString(int value)
      char const * YGWrapToString(YGWrap value)
    • YGWrapToString Link icon

      public static String YGWrapToString(int value)
      char const * YGWrapToString(YGWrap value)