-
public interface YogaProps
-
-
Method Summary
Modifier and Type Method Description abstract void
setWidth(float width)
abstract void
setWidthPercent(float percent)
abstract void
setMinWidth(float minWidth)
abstract void
setMinWidthPercent(float percent)
abstract void
setMaxWidth(float maxWidth)
abstract void
setMaxWidthPercent(float percent)
abstract void
setWidthAuto()
abstract void
setHeight(float height)
abstract void
setHeightPercent(float percent)
abstract void
setMinHeight(float minHeight)
abstract void
setMinHeightPercent(float percent)
abstract void
setMaxHeight(float maxHeight)
abstract void
setMaxHeightPercent(float percent)
abstract void
setHeightAuto()
abstract void
setMargin(YogaEdge edge, float margin)
abstract void
setMarginPercent(YogaEdge edge, float percent)
abstract void
setMarginAuto(YogaEdge edge)
abstract void
setPadding(YogaEdge edge, float padding)
abstract void
setPaddingPercent(YogaEdge edge, float percent)
abstract void
setPositionType(YogaPositionType positionType)
abstract void
setPosition(YogaEdge edge, float position)
abstract void
setPositionPercent(YogaEdge edge, float percent)
abstract void
setAlignContent(YogaAlign alignContent)
abstract void
setAlignItems(YogaAlign alignItems)
abstract void
setAlignSelf(YogaAlign alignSelf)
abstract void
setFlex(float flex)
abstract void
setFlexBasisAuto()
abstract void
setFlexBasisPercent(float percent)
abstract void
setFlexBasis(float flexBasis)
abstract void
setFlexDirection(YogaFlexDirection direction)
abstract void
setFlexGrow(float flexGrow)
abstract void
setFlexShrink(float flexShrink)
abstract void
setJustifyContent(YogaJustify justifyContent)
abstract void
setDirection(YogaDirection direction)
abstract void
setBorder(YogaEdge edge, float value)
abstract void
setWrap(YogaWrap wrap)
abstract void
setAspectRatio(float aspectRatio)
abstract void
setIsReferenceBaseline(boolean isReferenceBaseline)
abstract void
setMeasureFunction(YogaMeasureFunction measureFunction)
abstract void
setBaselineFunction(YogaBaselineFunction yogaBaselineFunction)
abstract YogaValue
getWidth()
abstract YogaValue
getMinWidth()
abstract YogaValue
getMaxWidth()
abstract YogaValue
getHeight()
abstract YogaValue
getMinHeight()
abstract YogaValue
getMaxHeight()
abstract YogaDirection
getStyleDirection()
abstract YogaFlexDirection
getFlexDirection()
abstract YogaJustify
getJustifyContent()
abstract YogaAlign
getAlignItems()
abstract YogaAlign
getAlignSelf()
abstract YogaAlign
getAlignContent()
abstract YogaPositionType
getPositionType()
abstract float
getFlexGrow()
abstract float
getFlexShrink()
abstract YogaValue
getFlexBasis()
abstract float
getAspectRatio()
abstract YogaValue
getMargin(YogaEdge edge)
abstract YogaValue
getPadding(YogaEdge edge)
abstract YogaValue
getPosition(YogaEdge edge)
abstract float
getBorder(YogaEdge edge)
-
-
Method Detail
-
setWidth
abstract void setWidth(float width)
-
setWidthPercent
abstract void setWidthPercent(float percent)
-
setMinWidth
abstract void setMinWidth(float minWidth)
-
setMinWidthPercent
abstract void setMinWidthPercent(float percent)
-
setMaxWidth
abstract void setMaxWidth(float maxWidth)
-
setMaxWidthPercent
abstract void setMaxWidthPercent(float percent)
-
setWidthAuto
abstract void setWidthAuto()
-
setHeight
abstract void setHeight(float height)
-
setHeightPercent
abstract void setHeightPercent(float percent)
-
setMinHeight
abstract void setMinHeight(float minHeight)
-
setMinHeightPercent
abstract void setMinHeightPercent(float percent)
-
setMaxHeight
abstract void setMaxHeight(float maxHeight)
-
setMaxHeightPercent
abstract void setMaxHeightPercent(float percent)
-
setHeightAuto
abstract void setHeightAuto()
-
setMarginPercent
abstract void setMarginPercent(YogaEdge edge, float percent)
-
setMarginAuto
abstract void setMarginAuto(YogaEdge edge)
-
setPadding
abstract void setPadding(YogaEdge edge, float padding)
-
setPaddingPercent
abstract void setPaddingPercent(YogaEdge edge, float percent)
-
setPositionType
abstract void setPositionType(YogaPositionType positionType)
-
setPosition
abstract void setPosition(YogaEdge edge, float position)
-
setPositionPercent
abstract void setPositionPercent(YogaEdge edge, float percent)
-
setAlignContent
abstract void setAlignContent(YogaAlign alignContent)
-
setAlignItems
abstract void setAlignItems(YogaAlign alignItems)
-
setAlignSelf
abstract void setAlignSelf(YogaAlign alignSelf)
-
setFlex
abstract void setFlex(float flex)
-
setFlexBasisAuto
abstract void setFlexBasisAuto()
-
setFlexBasisPercent
abstract void setFlexBasisPercent(float percent)
-
setFlexBasis
abstract void setFlexBasis(float flexBasis)
-
setFlexDirection
abstract void setFlexDirection(YogaFlexDirection direction)
-
setFlexGrow
abstract void setFlexGrow(float flexGrow)
-
setFlexShrink
abstract void setFlexShrink(float flexShrink)
-
setJustifyContent
abstract void setJustifyContent(YogaJustify justifyContent)
-
setDirection
abstract void setDirection(YogaDirection direction)
-
setAspectRatio
abstract void setAspectRatio(float aspectRatio)
-
setIsReferenceBaseline
abstract void setIsReferenceBaseline(boolean isReferenceBaseline)
-
setMeasureFunction
abstract void setMeasureFunction(YogaMeasureFunction measureFunction)
-
setBaselineFunction
abstract void setBaselineFunction(YogaBaselineFunction yogaBaselineFunction)
-
getMinWidth
abstract YogaValue getMinWidth()
-
getMaxWidth
abstract YogaValue getMaxWidth()
-
getMinHeight
abstract YogaValue getMinHeight()
-
getMaxHeight
abstract YogaValue getMaxHeight()
-
getStyleDirection
abstract YogaDirection getStyleDirection()
-
getFlexDirection
abstract YogaFlexDirection getFlexDirection()
-
getJustifyContent
abstract YogaJustify getJustifyContent()
-
getAlignItems
abstract YogaAlign getAlignItems()
-
getAlignSelf
abstract YogaAlign getAlignSelf()
-
getAlignContent
abstract YogaAlign getAlignContent()
-
getPositionType
abstract YogaPositionType getPositionType()
-
getFlexGrow
abstract float getFlexGrow()
-
getFlexShrink
abstract float getFlexShrink()
-
getFlexBasis
abstract YogaValue getFlexBasis()
-
getAspectRatio
abstract float getAspectRatio()
-
getPadding
abstract YogaValue getPadding(YogaEdge edge)
-
getPosition
abstract YogaValue getPosition(YogaEdge edge)
-
-
-
-