Class Yoga

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

public class Yoga extends Object
  • Field Details

  • Method Details

    • YGConfigNew

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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