Index

A B C D E F G H I L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

ABS_LAYOUT - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
ABS_MEASURE_CHILD - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
ABSOLUTE - Enum constant in enum class org.appliedenergistics.yoga.YogaPositionType
 
ABSOLUTE_PERCENT_AGAINST_INNER_SIZE - Enum constant in enum class org.appliedenergistics.yoga.YogaErrata
 
ABSOLUTE_POSITION_WITHOUT_INSETS_EXCLUDES_PADDING - Enum constant in enum class org.appliedenergistics.yoga.YogaErrata
 
AbsoluteLayout - Class in org.appliedenergistics.yoga.algorithm
 
AbsoluteLayout() - Constructor for class org.appliedenergistics.yoga.algorithm.AbsoluteLayout
 
add(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Adds this FloatOptional to another and returns the result.
addChildAt(YogaNode, int) - Method in class org.appliedenergistics.yoga.YogaNode
 
addErrata(YogaErrata) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Adds an errata flag.
AlignUtil - Class in org.appliedenergistics.yoga.algorithm
 
AlignUtil() - Constructor for class org.appliedenergistics.yoga.algorithm.AlignUtil
 
ALL - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
ALL - Enum constant in enum class org.appliedenergistics.yoga.YogaGutter
 
ALL - Static variable in enum class org.appliedenergistics.yoga.YogaErrata
 
alwaysFormsContainingBlock() - Method in class org.appliedenergistics.yoga.YogaNode
 
asYogaValue() - Method in class org.appliedenergistics.yoga.style.StyleLength
 
asYogaValue() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
AT_MOST - Enum constant in enum class org.appliedenergistics.yoga.YogaMeasureMode
 
AUTO - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
AUTO - Enum constant in enum class org.appliedenergistics.yoga.YogaUnit
 
AUTO - Static variable in class org.appliedenergistics.yoga.style.StyleSizeLength
 
AUTO - Static variable in class org.appliedenergistics.yoga.YogaValue
 
availableHeight - Variable in class org.appliedenergistics.yoga.node.CachedMeasurement
 
availableWidth - Variable in class org.appliedenergistics.yoga.node.CachedMeasurement
 

B

baseline(float, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
baseline(YogaNode, float, float) - Method in interface org.appliedenergistics.yoga.YogaBaselineFunction
Returns the baseline of a node given its width and height.
Baseline - Class in org.appliedenergistics.yoga.algorithm
 
Baseline() - Constructor for class org.appliedenergistics.yoga.algorithm.Baseline
 
BASELINE - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
border(YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
BORDER_BOX - Enum constant in enum class org.appliedenergistics.yoga.YogaBoxSizing
 
BOTTOM - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
BOTTOM - Enum constant in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
 
boundAxis(YogaNode, YogaFlexDirection, YogaDirection, float, float, float) - Static method in class org.appliedenergistics.yoga.algorithm.BoundAxis
Like boundAxisWithinMinAndMax but also ensures that the value doesn't go below the padding and border amount.
BoundAxis - Class in org.appliedenergistics.yoga.algorithm
 
BoundAxis() - Constructor for class org.appliedenergistics.yoga.algorithm.BoundAxis
 
boundAxisWithinMinAndMax(YogaNode, YogaDirection, YogaFlexDirection, FloatOptional, float, float) - Static method in class org.appliedenergistics.yoga.algorithm.BoundAxis
Bounds an axis value within minimum and maximum constraints

C

Cache - Class in org.appliedenergistics.yoga.algorithm
 
Cache() - Constructor for class org.appliedenergistics.yoga.algorithm.Cache
 
CACHED_LAYOUT - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutType
 
CACHED_MEASURE - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutType
 
cachedLayout - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
cachedLayouts - Variable in class org.appliedenergistics.yoga.event.LayoutData
 
cachedLayouts() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
CachedMeasurement - Class in org.appliedenergistics.yoga.node
Java conversion of CachedMeasurement
CachedMeasurement() - Constructor for class org.appliedenergistics.yoga.node.CachedMeasurement
 
CachedMeasurement(CachedMeasurement) - Constructor for class org.appliedenergistics.yoga.node.CachedMeasurement
Creates a new CachedMeasurement that is a copy of the specified CachedMeasurement.
cachedMeasurements - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
cachedMeasures - Variable in class org.appliedenergistics.yoga.event.LayoutData
 
cachedMeasures() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
calculateBaseline(YogaNode) - Static method in class org.appliedenergistics.yoga.algorithm.Baseline
Calculate baseline represented as an offset from the top edge of the node.
calculateFlexLine(YogaNode, YogaDirection, float, float, float, float, LayoutableChildren.LayoutIterator, int) - Static method in class org.appliedenergistics.yoga.algorithm.FlexLine
Calculates where a line starting at a given index should break, returning information about the collective children on the line.
calculateLayout(float, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
calculateLayout(float, float, YogaDirection) - Method in class org.appliedenergistics.yoga.YogaNode
 
calculateLayout(YogaNode, float, float, YogaDirection) - Static method in class org.appliedenergistics.yoga.algorithm.CalculateLayout
Calculates the layout for a given node.
CalculateLayout - Class in org.appliedenergistics.yoga.algorithm
 
CalculateLayout() - Constructor for class org.appliedenergistics.yoga.algorithm.CalculateLayout
 
calculateLayoutInternal(YogaNode, float, float, YogaDirection, SizingMode, SizingMode, float, float, boolean, LayoutPassReason, LayoutData, int, int) - Static method in class org.appliedenergistics.yoga.algorithm.CalculateLayout
Internal method for calculating layout.
canUseCachedMeasurement(SizingMode, float, SizingMode, float, SizingMode, float, SizingMode, float, float, float, float, float, YogaConfig) - Static method in class org.appliedenergistics.yoga.algorithm.Cache
Determines if a cached measurement can be used
CENTER - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
CENTER - Enum constant in enum class org.appliedenergistics.yoga.YogaJustify
 
CLASSIC - Static variable in enum class org.appliedenergistics.yoga.YogaErrata
 
clearChildren() - Method in class org.appliedenergistics.yoga.YogaNode
 
cloneChildrenIfNeeded() - Method in class org.appliedenergistics.yoga.YogaNode
 
cloneNode(YogaNode, YogaNode, int) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Clones a node using the configured clone node callback.
cloneNode(YogaNode, YogaNode, int) - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
cloneNode(YogaNode, YogaNode, int) - Method in interface org.appliedenergistics.yoga.YogaCloneNodeFunction
Clone a node.
cloneWithChildren() - Method in class org.appliedenergistics.yoga.YogaNode
 
cloneWithoutChildren() - Method in class org.appliedenergistics.yoga.YogaNode
 
COLUMN - Enum constant in enum class org.appliedenergistics.yoga.YogaFlexDirection
 
COLUMN - Enum constant in enum class org.appliedenergistics.yoga.YogaGutter
 
COLUMN_REVERSE - Enum constant in enum class org.appliedenergistics.yoga.YogaFlexDirection
 
compareTo(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Compares this FloatOptional with another for ordering.
Comparison - Class in org.appliedenergistics.yoga.numeric
Utility class for floating-point comparisons and operations corresponding to facebook::yoga::Comparison.h in C++.
computeBorderForAxis(YogaFlexDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computedFlexBasis - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
computedFlexBasisGeneration - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
computedHeight - Variable in class org.appliedenergistics.yoga.node.CachedMeasurement
 
computedWidth - Variable in class org.appliedenergistics.yoga.node.CachedMeasurement
 
computeFlexEndBorder(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexEndMargin(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexEndPadding(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexEndPaddingAndBorder(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexEndPosition(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexStartBorder(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexStartMargin(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexStartPadding(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexStartPaddingAndBorder(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeFlexStartPosition(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeGapForAxis(YogaFlexDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineEndBorder(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineEndMargin(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineEndPadding(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineEndPaddingAndBorder(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineEndPosition(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineStartBorder(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineStartMargin(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineStartPadding(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineStartPaddingAndBorder(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeInlineStartPosition(YogaFlexDirection, YogaDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computeMarginForAxis(YogaFlexDirection, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
computePaddingAndBorderForDimension(YogaDirection, YogaDimension, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
config - Variable in class org.appliedenergistics.yoga.event.YogaEvent.NodeAllocationData
 
config - Variable in class org.appliedenergistics.yoga.event.YogaEvent.NodeDeallocationData
 
configUpdateInvalidatesLayout(YogaConfig, YogaConfig) - Static method in interface org.appliedenergistics.yoga.config.YogaConfig
Determines if moving a node from an old to new config should dirty previously calculated layout results.
configVersion - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
CONTENT_BOX - Enum constant in enum class org.appliedenergistics.yoga.YogaBoxSizing
 
CONTENTS - Enum constant in enum class org.appliedenergistics.yoga.YogaDisplay
 
copy() - Method in class org.appliedenergistics.yoga.node.LayoutableChildren.LayoutIterator
 
copyStyle(YogaNode) - Method in class org.appliedenergistics.yoga.YogaNode
 
COUNT - Static variable in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
create() - Static method in interface org.appliedenergistics.yoga.config.YogaConfig
 
create(YogaLogger) - Static method in interface org.appliedenergistics.yoga.config.YogaConfig
 
current() - Method in class org.appliedenergistics.yoga.node.LayoutableChildren.LayoutIterator
Returns the current element without advancing the iterator.

D

DEBUG - Enum constant in enum class org.appliedenergistics.yoga.LogLevel
 
DEFAULT - Enum constant in enum class org.appliedenergistics.yoga.YogaNodeType
 
DEFAULT_FLEX_GROW - Static variable in class org.appliedenergistics.yoga.style.YogaStyle
 
DEFAULT_FLEX_SHRINK - Static variable in class org.appliedenergistics.yoga.style.YogaStyle
 
dimension(YogaDimension) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
dimension(YogaFlexDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Gets the dimension corresponding to the flex direction.
dimensionWithMargin(YogaFlexDirection, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
direction() - Method in class org.appliedenergistics.yoga.node.LayoutResults
 

E

END - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
equals(Object) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
equals(Object) - Method in class org.appliedenergistics.yoga.node.CachedMeasurement
 
equals(Object) - Method in class org.appliedenergistics.yoga.node.LayoutableChildren.LayoutIterator
Checks if this iterator equals another iterator.
equals(Object) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
equals(Object) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
 
equals(Object) - Method in class org.appliedenergistics.yoga.style.StyleLength
 
equals(Object) - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
equals(Object) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
equals(Object) - Method in record class org.appliedenergistics.yoga.YogaSize
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.appliedenergistics.yoga.YogaValue
 
ERROR - Enum constant in enum class org.appliedenergistics.yoga.LogLevel
 
EXACTLY - Enum constant in enum class org.appliedenergistics.yoga.YogaMeasureMode
 

F

fallbackAlignment(YogaAlign) - Static method in class org.appliedenergistics.yoga.algorithm.AlignUtil
Fallback alignment to use on overflow https://www.w3.org/TR/css-align-3/#distribution-values
fallbackAlignment(YogaJustify) - Static method in class org.appliedenergistics.yoga.algorithm.AlignUtil
Fallback alignment to use on overflow https://www.w3.org/TR/css-align-3/#distribution-values
FATAL - Enum constant in enum class org.appliedenergistics.yoga.LogLevel
 
FIT_CONTENT - Enum constant in enum class org.appliedenergistics.yoga.algorithm.SizingMode
If the available space in a given axis is definite, equal to clamp(min-content size, stretch-fit size, max-content size) (i.e.
FIT_CONTENT - Enum constant in enum class org.appliedenergistics.yoga.YogaUnit
 
FIT_CONTENT - Static variable in class org.appliedenergistics.yoga.style.StyleSizeLength
 
FLEX - Enum constant in enum class org.appliedenergistics.yoga.YogaDisplay
 
FLEX_END - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
FLEX_END - Enum constant in enum class org.appliedenergistics.yoga.YogaJustify
 
FLEX_LAYOUT - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
FLEX_MEASURE - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
FLEX_START - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
FLEX_START - Enum constant in enum class org.appliedenergistics.yoga.YogaJustify
 
FlexDirectionUtil - Class in org.appliedenergistics.yoga.algorithm
Utility class for FlexDirection related operations.
flexEndEdge(YogaFlexDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Gets the flex end edge based on the flex direction.
flexEndMarginIsAuto(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
FlexLine - Class in org.appliedenergistics.yoga.algorithm
 
FlexLine(List<YogaNode>, float, int, FlexLineRunningLayout) - Constructor for class org.appliedenergistics.yoga.algorithm.FlexLine
 
FlexLineRunningLayout - Class in org.appliedenergistics.yoga.algorithm
 
FlexLineRunningLayout() - Constructor for class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
FlexLineRunningLayout(float, float, float, float, float) - Constructor for class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
flexStartEdge(YogaFlexDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Gets the flex start edge based on the flex direction.
flexStartMarginIsAuto(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
FloatOptional - Class in org.appliedenergistics.yoga.numeric
Represents an optional float value that may be undefined (NaN).
freeze(YogaNode, YogaNode) - Method in interface org.appliedenergistics.yoga.YogaNode.Inputs
Requests the data object to disable mutations of its inputs.
fromYogaValue(YogaValue) - Static method in class org.appliedenergistics.yoga.style.StyleLength
 
fromYogaValue(YogaValue) - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 

G

generationCount - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
get32(short) - Method in class org.appliedenergistics.yoga.style.SmallValueBuffer
Get a 32-bit value
get64(short) - Method in class org.appliedenergistics.yoga.style.SmallValueBuffer
Get a 64-bit value
getAlignContent() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getAlignContent() - Method in class org.appliedenergistics.yoga.YogaNode
 
getAlignContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getAlignItems() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getAlignItems() - Method in class org.appliedenergistics.yoga.YogaNode
 
getAlignItems() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getAlignSelf() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getAlignSelf() - Method in class org.appliedenergistics.yoga.YogaNode
 
getAlignSelf() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getAspectRatio() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getAspectRatio() - Method in class org.appliedenergistics.yoga.YogaNode
 
getAspectRatio() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getBorder(YogaEdge) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getBorder(YogaEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
getBorder(YogaEdge) - Method in interface org.appliedenergistics.yoga.YogaProps
 
getBoxSizing() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getBoxSizing() - Method in class org.appliedenergistics.yoga.YogaNode
 
getBoxSizing() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getChild(int) - Method in class org.appliedenergistics.yoga.YogaNode
 
getChildCount() - Method in class org.appliedenergistics.yoga.YogaNode
 
getChildren() - Method in class org.appliedenergistics.yoga.YogaNode
 
getConfig() - Method in class org.appliedenergistics.yoga.YogaNode
 
getContext() - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Gets the context object.
getContext() - Method in class org.appliedenergistics.yoga.YogaNode
 
getCrossDim() - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
getData() - Method in class org.appliedenergistics.yoga.YogaNode
 
getDebugName() - Method in class org.appliedenergistics.yoga.YogaNode
 
getDefault() - Static method in interface org.appliedenergistics.yoga.config.YogaConfig
Gets the default configuration.
getDefaultLogger() - Static method in interface org.appliedenergistics.yoga.config.YogaLogger
Returns the default logger implementation.
getDimension(YogaDimension) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getDirection() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getDirtiedFunc() - Method in class org.appliedenergistics.yoga.YogaNode
 
getDisplay() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getDisplay() - Method in class org.appliedenergistics.yoga.YogaNode
 
getEnabledExperiments() - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Gets all enabled experimental features.
getEnabledExperiments() - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
getErrata() - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Gets the current errata flags.
getErrata() - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
getFlex() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getFlex() - Method in class org.appliedenergistics.yoga.YogaNode
 
getFlexBasis() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getFlexBasis() - Method in class org.appliedenergistics.yoga.YogaNode
 
getFlexBasis() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getFlexDirection() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getFlexDirection() - Method in class org.appliedenergistics.yoga.YogaNode
 
getFlexDirection() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getFlexGrow() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getFlexGrow() - Method in class org.appliedenergistics.yoga.YogaNode
 
getFlexGrow() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getFlexShrink() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getFlexShrink() - Method in class org.appliedenergistics.yoga.YogaNode
 
getFlexShrink() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getFlexWrap() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getGap(YogaGutter) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getGap(YogaGutter) - Method in class org.appliedenergistics.yoga.YogaNode
 
getGap(YogaGutter) - Method in interface org.appliedenergistics.yoga.YogaProps
 
getHeight() - Method in class org.appliedenergistics.yoga.YogaNode
 
getHeight() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getItemsInFlow() - Method in class org.appliedenergistics.yoga.algorithm.FlexLine
 
getJustifyContent() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getJustifyContent() - Method in class org.appliedenergistics.yoga.YogaNode
 
getJustifyContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getLayout() - Method in class org.appliedenergistics.yoga.algorithm.FlexLine
 
getLayout() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutBorder(YogaEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutBottom() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutChildCount() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutChildren() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutDirection() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutHeight() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutMargin(YogaEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutPadding(YogaEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutRight() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutWidth() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutX() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLayoutY() - Method in class org.appliedenergistics.yoga.YogaNode
 
getLength(StyleValueHandle) - Method in class org.appliedenergistics.yoga.style.StyleValuePool
 
getLineIndex() - Method in class org.appliedenergistics.yoga.YogaNode
 
getMainDim() - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
getMargin(YogaEdge) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getMargin(YogaEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
getMargin(YogaEdge) - Method in interface org.appliedenergistics.yoga.YogaProps
 
getMaxDimension(YogaDimension) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getMaxHeight() - Method in class org.appliedenergistics.yoga.YogaNode
 
getMaxHeight() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getMaxWidth() - Method in class org.appliedenergistics.yoga.YogaNode
 
getMaxWidth() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getMinDimension(YogaDimension) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getMinHeight() - Method in class org.appliedenergistics.yoga.YogaNode
 
getMinHeight() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getMinWidth() - Method in class org.appliedenergistics.yoga.YogaNode
 
getMinWidth() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getNodeType() - Method in class org.appliedenergistics.yoga.YogaNode
 
getNumber(StyleValueHandle) - Method in class org.appliedenergistics.yoga.style.StyleValuePool
 
getNumberOfAutoMargins() - Method in class org.appliedenergistics.yoga.algorithm.FlexLine
 
getOverflow() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getOverflow() - Method in class org.appliedenergistics.yoga.YogaNode
 
getOwner() - Method in class org.appliedenergistics.yoga.YogaNode
 
getPadding(YogaEdge) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getPadding(YogaEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
getPadding(YogaEdge) - Method in interface org.appliedenergistics.yoga.YogaProps
 
getPointScaleFactor() - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Gets the current point scale factor.
getPointScaleFactor() - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
getPosition(YogaEdge) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getPosition(YogaEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
getPosition(YogaEdge) - Method in interface org.appliedenergistics.yoga.YogaProps
 
getPositionOfOppositeEdge(float, YogaFlexDirection, YogaNode, YogaNode) - Static method in class org.appliedenergistics.yoga.algorithm.TrailingPosition
Given an offset to an edge, returns the offset to the opposite edge on the same axis.
getPositionType() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
getPositionType() - Method in class org.appliedenergistics.yoga.YogaNode
 
getPositionType() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getProcessedDimension(YogaDimension) - Method in class org.appliedenergistics.yoga.YogaNode
 
getRemainingFreeSpace() - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
getResolvedDimension(YogaDirection, YogaDimension, float, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
getSize(StyleValueHandle) - Method in class org.appliedenergistics.yoga.style.StyleValuePool
 
getSizeConsumed() - Method in class org.appliedenergistics.yoga.algorithm.FlexLine
 
getStyle() - Method in class org.appliedenergistics.yoga.YogaNode
 
getStyleDirection() - Method in class org.appliedenergistics.yoga.YogaNode
 
getStyleDirection() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getTotalFlexGrowFactors() - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
getTotalFlexShrinkScaledFactors() - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
getValue() - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
 
getValue() - Method in enum class org.appliedenergistics.yoga.YogaErrata
 
getValue() - Method in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
 
getVersion() - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Gets the current version of this configuration.
getVersion() - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
getWidth() - Method in class org.appliedenergistics.yoga.YogaNode
 
getWidth() - Method in interface org.appliedenergistics.yoga.YogaProps
 
getWrap() - Method in class org.appliedenergistics.yoga.YogaNode
 

H

hadOverflow() - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
hasDefiniteLength(YogaDimension, float) - Method in class org.appliedenergistics.yoga.YogaNode
Whether the node has a "definite length" along the given axis.
hasErrata(YogaErrata) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Checks if a specific errata flag is set.
hasErrata(YogaErrata) - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
hasErrata(YogaErrata) - Method in class org.appliedenergistics.yoga.YogaNode
 
hashCode() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
hashCode() - Method in class org.appliedenergistics.yoga.node.CachedMeasurement
 
hashCode() - Method in class org.appliedenergistics.yoga.node.LayoutableChildren.LayoutIterator
 
hashCode() - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
hashCode() - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
 
hashCode() - Method in record class org.appliedenergistics.yoga.YogaSize
Returns a hash code value for this object.
hashCode() - Method in class org.appliedenergistics.yoga.YogaValue
 
hasMeasureFunc() - Method in class org.appliedenergistics.yoga.YogaNode
 
hasNewLayout() - Method in class org.appliedenergistics.yoga.YogaNode
 
hasNext() - Method in class org.appliedenergistics.yoga.node.LayoutableChildren.LayoutIterator
 
height - Variable in class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
height() - Method in record class org.appliedenergistics.yoga.YogaSize
Returns the value of the height record component.
HEIGHT - Enum constant in enum class org.appliedenergistics.yoga.YogaDimension
 
heightMeasureMode - Variable in class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
heightSizingMode - Variable in class org.appliedenergistics.yoga.node.CachedMeasurement
 
HIDDEN - Enum constant in enum class org.appliedenergistics.yoga.YogaOverflow
 
HORIZONTAL - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
horizontalInsetsDefined() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 

I

incrementMeasureCallbackReason(LayoutPassReason) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
inexactEquals(double[], double[]) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Compares two arrays of floating-point values for approximate equality.
inexactEquals(double, double) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Compares two floating-point values for approximate equality, or returns true if both are undefined.
inexactEquals(float[], float[]) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Compares two arrays of floating-point values for approximate equality.
inexactEquals(float, float) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Compares two floating-point values for approximate equality, or returns true if both are undefined.
inexactEquals(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Compares this FloatOptional for approximate equality with another.
inexactEquals(StyleLength) - Method in class org.appliedenergistics.yoga.style.StyleLength
 
inexactEquals(StyleSizeLength) - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
INFO - Enum constant in enum class org.appliedenergistics.yoga.LogLevel
 
INHERIT - Enum constant in enum class org.appliedenergistics.yoga.YogaDirection
 
INITIAL - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
inlineEndEdge(YogaFlexDirection, YogaDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Gets the inline end edge based on the flex direction and text direction.
inlineStartEdge(YogaFlexDirection, YogaDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Gets the inline start edge based on the flex direction and text direction.
insertChild(YogaNode, int) - Method in class org.appliedenergistics.yoga.YogaNode
 
isAuto() - Method in class org.appliedenergistics.yoga.style.StyleLength
 
isAuto() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isAuto() - Method in class org.appliedenergistics.yoga.style.StyleValueHandle
 
isBaselineDefined() - Method in class org.appliedenergistics.yoga.YogaNode
 
isBaselineLayout(YogaNode) - Static method in class org.appliedenergistics.yoga.algorithm.Baseline
Whether any of the children of this node participate in baseline alignment
isColumn(YogaFlexDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Checks if the flex direction is a column.
isDefined() - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Checks if this FloatOptional has a defined value.
isDefined() - Method in class org.appliedenergistics.yoga.style.StyleLength
 
isDefined() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isDefined() - Method in class org.appliedenergistics.yoga.style.StyleValueHandle
 
isDefined(double) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Checks if a floating-point value is defined (not NaN).
isDefined(float) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Checks if a floating-point value is defined (not NaN).
isDirty() - Method in class org.appliedenergistics.yoga.YogaNode
 
isExperimentalFeatureEnabled(YogaExperimentalFeature) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Checks if an experimental feature is enabled.
isExperimentalFeatureEnabled(YogaExperimentalFeature) - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
isFitContent() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isFlexEndPositionAuto(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isFlexEndPositionDefined(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isFlexStartPositionAuto(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isFlexStartPositionDefined(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isGreaterThan(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Checks if this FloatOptional is greater than another.
isGreaterThanOrEqual(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Checks if this FloatOptional is greater than or equal to another.
isInf(double) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Checks if a floating-point value is infinite.
isInf(float) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Checks if a floating-point value is infinite.
isInlineEndPositionAuto(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isInlineEndPositionDefined(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isInlineStartPositionAuto(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isInlineStartPositionDefined(YogaFlexDirection, YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
isLayoutDimensionDefined(YogaFlexDirection) - Method in class org.appliedenergistics.yoga.YogaNode
 
isLessThan(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Checks if this FloatOptional is less than another.
isLessThanOrEqual(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Checks if this FloatOptional is less than or equal to another.
isMaxContent() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isMeasureDefined() - Method in class org.appliedenergistics.yoga.YogaNode
 
isNodeFlexible() - Method in class org.appliedenergistics.yoga.YogaNode
 
isPercent() - Method in class org.appliedenergistics.yoga.style.StyleLength
 
isPercent() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isPoints() - Method in class org.appliedenergistics.yoga.style.StyleLength
 
isPoints() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isReferenceBaseline() - Method in class org.appliedenergistics.yoga.YogaNode
 
isRow(YogaFlexDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Checks if the flex direction is a row.
isStretch() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isUndefined() - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Checks if this FloatOptional is undefined.
isUndefined() - Method in class org.appliedenergistics.yoga.style.StyleLength
 
isUndefined() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
isUndefined() - Method in class org.appliedenergistics.yoga.style.StyleValueHandle
 
isUndefined(double) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Checks if a floating-point value is undefined (NaN).
isUndefined(float) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Checks if a floating-point value is undefined (NaN).
isUndefined(float) - Static method in class org.appliedenergistics.yoga.YogaConstants
Determines if a float value is undefined.
isUndefined(YogaValue) - Static method in class org.appliedenergistics.yoga.YogaConstants
 
iterator() - Method in class org.appliedenergistics.yoga.node.LayoutableChildren
 

L

lastOwnerDirection - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
LAYOUT - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutType
 
LAYOUT_PASS_END - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
LAYOUT_PASS_START - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
LayoutableChildren - Class in org.appliedenergistics.yoga.node
Java implementation of LayoutableChildren, providing iteration over YogaNode children with special handling for Display.Contents nodes.
LayoutableChildren(YogaNode) - Constructor for class org.appliedenergistics.yoga.node.LayoutableChildren
Constructs a new LayoutableChildren for the given node.
LayoutableChildren.LayoutIterator - Class in org.appliedenergistics.yoga.node
Iterator implementation for LayoutableChildren that handles Display.CONTENTS nodes.
layoutAbsoluteChild(YogaNode, YogaNode, YogaNode, float, float, SizingMode, YogaDirection, LayoutData, int, int) - Static method in class org.appliedenergistics.yoga.algorithm.AbsoluteLayout
 
layoutAbsoluteDescendants(YogaNode, YogaNode, SizingMode, YogaDirection, LayoutData, int, int, float, float, float, float) - Static method in class org.appliedenergistics.yoga.algorithm.AbsoluteLayout
 
layoutData - Variable in class org.appliedenergistics.yoga.event.YogaEvent.LayoutPassEndData
 
LayoutData - Class in org.appliedenergistics.yoga.event
 
LayoutData() - Constructor for class org.appliedenergistics.yoga.event.LayoutData
 
LayoutData(int, int, int, int, int, int, int[]) - Constructor for class org.appliedenergistics.yoga.event.LayoutData
 
LayoutIterator(YogaNode, int) - Constructor for class org.appliedenergistics.yoga.node.LayoutableChildren.LayoutIterator
Creates a new iterator starting at the specified node and child index.
LayoutPassEndData(LayoutData) - Constructor for class org.appliedenergistics.yoga.event.YogaEvent.LayoutPassEndData
 
LayoutPassReason - Enum Class in org.appliedenergistics.yoga.event
 
LayoutResults - Class in org.appliedenergistics.yoga.node
Holds the results of a layout calculation.
LayoutResults() - Constructor for class org.appliedenergistics.yoga.node.LayoutResults
 
LayoutResults(LayoutResults) - Constructor for class org.appliedenergistics.yoga.node.LayoutResults
Creates a new LayoutResults that is a copy of the specified LayoutResults.
layouts - Variable in class org.appliedenergistics.yoga.event.LayoutData
 
layouts() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
layoutType - Variable in class org.appliedenergistics.yoga.event.YogaEvent.NodeLayoutData
 
LayoutType - Enum Class in org.appliedenergistics.yoga.event
 
LEFT - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
LEFT - Enum constant in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
 
log(YogaConfig, YogaNode, LogLevel, String, Object...) - Method in interface org.appliedenergistics.yoga.config.YogaLogger
Log a message from the yoga layout engine.
log(YogaNode, LogLevel, String, Object...) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Logs a message with the configured logger.
log(YogaNode, LogLevel, String, Object...) - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 
LogLevel - Enum Class in org.appliedenergistics.yoga
LogLevel enum corresponding to YGLogLevel from Yoga.
LTR - Enum constant in enum class org.appliedenergistics.yoga.YogaDirection
 

M

margin(YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
markDirtyAndPropagate() - Method in class org.appliedenergistics.yoga.YogaNode
 
markLayoutSeen() - Method in class org.appliedenergistics.yoga.YogaNode
 
MAX_CACHED_MEASUREMENTS - Static variable in class org.appliedenergistics.yoga.node.LayoutResults
 
MAX_CONTENT - Enum constant in enum class org.appliedenergistics.yoga.algorithm.SizingMode
A box's "ideal" size in a given axis when given infinite available space.
MAX_CONTENT - Enum constant in enum class org.appliedenergistics.yoga.YogaUnit
 
MAX_CONTENT - Static variable in class org.appliedenergistics.yoga.style.StyleSizeLength
 
maxMeasureCache - Variable in class org.appliedenergistics.yoga.event.LayoutData
 
maxMeasureCache() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
maxOrDefined(double, double) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Returns the maximum of two floating-point values, handling undefined values.
maxOrDefined(float, float) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Returns the maximum of two floating-point values, handling undefined values.
maxOrDefined(FloatOptional) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Returns the maximum of this FloatOptional and another, handling undefined values.
measure(float, YogaMeasureMode, float, YogaMeasureMode) - Method in class org.appliedenergistics.yoga.YogaNode
 
measure(YogaNode, float, YogaMeasureMode, float, YogaMeasureMode) - Method in interface org.appliedenergistics.yoga.YogaMeasureFunction
Measures a node given constraints.
MEASURE - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutType
 
MEASURE_CALLBACK_END - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
MEASURE_CALLBACK_START - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
MEASURE_CHILD - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
MeasureCallbackEndData(float, YogaMeasureMode, float, YogaMeasureMode, float, float, LayoutPassReason) - Constructor for class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
measureCallbackReasonsCount - Variable in class org.appliedenergistics.yoga.event.LayoutData
 
measureCallbackReasonsCount() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
measureCallbacks - Variable in class org.appliedenergistics.yoga.event.LayoutData
 
measureCallbacks() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
measuredDimension(YogaDimension) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
measuredHeight - Variable in class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
measuredWidth - Variable in class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
measureMode(SizingMode) - Static method in enum class org.appliedenergistics.yoga.algorithm.SizingMode
Convert a SizingMode to its equivalent MeasureMode
measures - Variable in class org.appliedenergistics.yoga.event.LayoutData
 
measures() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
minOrDefined(double, double) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Returns the minimum of two floating-point values, handling undefined values.
minOrDefined(float, float) - Static method in class org.appliedenergistics.yoga.numeric.Comparison
Returns the minimum of two floating-point values, handling undefined values.
MULTILINE_STRETCH - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
MutableYogaConfig - Class in org.appliedenergistics.yoga.config
Configuration class for Yoga layout engine.

N

needsTrailingPosition(YogaFlexDirection) - Static method in class org.appliedenergistics.yoga.algorithm.TrailingPosition
Determines if an axis needs trailing position
neg() - Method in class org.appliedenergistics.yoga.YogaValue
 
next() - Method in class org.appliedenergistics.yoga.node.LayoutableChildren.LayoutIterator
 
nextCachedMeasurementsIndex - Variable in class org.appliedenergistics.yoga.node.LayoutResults
 
NO_WRAP - Enum constant in enum class org.appliedenergistics.yoga.YogaWrap
 
NODE_ALLOCATION - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
NODE_BASELINE_END - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
NODE_BASELINE_START - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
NODE_DEALLOCATION - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
NODE_LAYOUT - Enum constant in enum class org.appliedenergistics.yoga.event.YogaEventType
 
NodeAllocationData(YogaConfig) - Constructor for class org.appliedenergistics.yoga.event.YogaEvent.NodeAllocationData
 
NodeDeallocationData(YogaConfig) - Constructor for class org.appliedenergistics.yoga.event.YogaEvent.NodeDeallocationData
 
NodeLayoutData(LayoutType) - Constructor for class org.appliedenergistics.yoga.event.YogaEvent.NodeLayoutData
 
NONE - Enum constant in enum class org.appliedenergistics.yoga.YogaDisplay
 
NONE - Static variable in enum class org.appliedenergistics.yoga.YogaErrata
 

O

of() - Static method in class org.appliedenergistics.yoga.numeric.FloatOptional
 
of(float) - Static method in class org.appliedenergistics.yoga.numeric.FloatOptional
Creates a FloatOptional with the specified value.
ofAuto() - Static method in class org.appliedenergistics.yoga.style.StyleLength
 
ofAuto() - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
ofAuto() - Static method in class org.appliedenergistics.yoga.style.StyleValueHandle
 
ofFitContent() - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
ofMaxContent() - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
ofStretch() - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
onDirtied(YogaNode) - Method in interface org.appliedenergistics.yoga.YogaDirtiedFunction
Called when a node is marked as dirty.
onEvent(YogaNode, YogaEventType, YogaEvent.TypedData) - Method in interface org.appliedenergistics.yoga.event.YogaEvent.Subscriber
 
org.appliedenergistics.yoga - package org.appliedenergistics.yoga
 
org.appliedenergistics.yoga.algorithm - package org.appliedenergistics.yoga.algorithm
 
org.appliedenergistics.yoga.config - package org.appliedenergistics.yoga.config
 
org.appliedenergistics.yoga.event - package org.appliedenergistics.yoga.event
 
org.appliedenergistics.yoga.node - package org.appliedenergistics.yoga.node
 
org.appliedenergistics.yoga.numeric - package org.appliedenergistics.yoga.numeric
 
org.appliedenergistics.yoga.style - package org.appliedenergistics.yoga.style
 

P

padding(YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
paddingAndBorderForAxis(YogaNode, YogaFlexDirection, YogaDirection, float) - Static method in class org.appliedenergistics.yoga.algorithm.BoundAxis
Calculate the padding and border for an axis
percent(float) - Static method in class org.appliedenergistics.yoga.style.StyleLength
 
percent(float) - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
percent(float) - Static method in class org.appliedenergistics.yoga.YogaValue
 
PERCENT - Enum constant in enum class org.appliedenergistics.yoga.YogaUnit
 
PixelGrid - Class in org.appliedenergistics.yoga.algorithm
 
PixelGrid() - Constructor for class org.appliedenergistics.yoga.algorithm.PixelGrid
 
point(float) - Static method in class org.appliedenergistics.yoga.YogaValue
 
POINT - Enum constant in enum class org.appliedenergistics.yoga.YogaUnit
 
points(float) - Static method in class org.appliedenergistics.yoga.style.StyleLength
 
points(float) - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
position(YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
processDimensions() - Method in class org.appliedenergistics.yoga.YogaNode
 
processFlexBasis() - Method in class org.appliedenergistics.yoga.YogaNode
 
publish(YogaEventType, YogaNode) - Static method in class org.appliedenergistics.yoga.event.YogaEvent
 
publish(YogaNode, YogaEventType) - Static method in class org.appliedenergistics.yoga.event.YogaEvent
 
publish(YogaNode, YogaEventType, YogaEvent.TypedData) - Static method in class org.appliedenergistics.yoga.event.YogaEvent
 
push(int) - Method in class org.appliedenergistics.yoga.style.SmallValueBuffer
Add a new element to the buffer, returning the index of the element
push(long) - Method in class org.appliedenergistics.yoga.style.SmallValueBuffer
Add a new 64-bit element to the buffer, returning the index of the element

R

reason - Variable in class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
RELATIVE - Enum constant in enum class org.appliedenergistics.yoga.YogaPositionType
 
removeChild(int) - Method in class org.appliedenergistics.yoga.YogaNode
 
removeChild(YogaNode) - Method in class org.appliedenergistics.yoga.YogaNode
 
removeChildAndInvalidate(YogaNode) - Method in class org.appliedenergistics.yoga.YogaNode
Implements YGNodeRemoveChild
removeErrata(YogaErrata) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Removes an errata flag.
replace(short, int) - Method in class org.appliedenergistics.yoga.style.SmallValueBuffer
Replace an existing element in the buffer with a new value.
replace(short, long) - Method in class org.appliedenergistics.yoga.style.SmallValueBuffer
Replace an existing element in the buffer with a new 64-bit value.
replaceChild(YogaNode, int) - Method in class org.appliedenergistics.yoga.YogaNode
 
replaceChild(YogaNode, YogaNode) - Method in class org.appliedenergistics.yoga.YogaNode
 
reset() - Static method in class org.appliedenergistics.yoga.event.YogaEvent
 
reset() - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
reset() - Method in class org.appliedenergistics.yoga.YogaNode
 
resolve(float) - Method in class org.appliedenergistics.yoga.style.StyleLength
 
resolve(float) - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
resolveChildAlignment(YogaNode, YogaNode) - Static method in class org.appliedenergistics.yoga.algorithm.AlignUtil
Resolves the child alignment based on the parent and child styles
resolveCrossDirection(YogaFlexDirection, YogaDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Resolves the cross direction based on the flex direction and text direction.
resolveDirection(YogaDirection) - Method in class org.appliedenergistics.yoga.YogaNode
 
resolveDirection(YogaFlexDirection, YogaDirection) - Static method in class org.appliedenergistics.yoga.algorithm.FlexDirectionUtil
Resolves the flex direction considering the text direction.
resolveFlexBasis(YogaDirection, YogaFlexDirection, float, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
resolveFlexGrow() - Method in class org.appliedenergistics.yoga.YogaNode
 
resolveFlexShrink() - Method in class org.appliedenergistics.yoga.YogaNode
 
resolveMaxDimension(YogaDirection, YogaDimension, float, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
resolveMinDimension(YogaDirection, YogaDimension, float, float) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
RIGHT - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
RIGHT - Enum constant in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
 
roundLayoutResultsToPixelGrid(YogaNode, double, double) - Static method in class org.appliedenergistics.yoga.algorithm.PixelGrid
Round the layout results of a node and its subtree to the pixel grid.
roundValueToPixelGrid(double, double, boolean, boolean) - Static method in class org.appliedenergistics.yoga.algorithm.PixelGrid
Round a point value to the nearest physical pixel based on DPI (pointScaleFactor)
ROW - Enum constant in enum class org.appliedenergistics.yoga.YogaFlexDirection
 
ROW - Enum constant in enum class org.appliedenergistics.yoga.YogaGutter
 
ROW_REVERSE - Enum constant in enum class org.appliedenergistics.yoga.YogaFlexDirection
 
RTL - Enum constant in enum class org.appliedenergistics.yoga.YogaDirection
 

S

SCROLL - Enum constant in enum class org.appliedenergistics.yoga.YogaOverflow
 
setAlignContent(YogaAlign) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setAlignContent(YogaAlign) - Method in class org.appliedenergistics.yoga.YogaNode
 
setAlignContent(YogaAlign) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setAlignItems(YogaAlign) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setAlignItems(YogaAlign) - Method in class org.appliedenergistics.yoga.YogaNode
 
setAlignItems(YogaAlign) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setAlignSelf(YogaAlign) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setAlignSelf(YogaAlign) - Method in class org.appliedenergistics.yoga.YogaNode
 
setAlignSelf(YogaAlign) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setAlwaysFormsContainingBlock(boolean) - Method in class org.appliedenergistics.yoga.YogaNode
 
setAspectRatio(float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setAspectRatio(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setAspectRatio(FloatOptional) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setBaselineFunction(YogaBaselineFunction) - Method in class org.appliedenergistics.yoga.YogaNode
 
setBaselineFunction(YogaBaselineFunction) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setBorder(YogaEdge, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setBorder(YogaEdge, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setBorder(YogaEdge, StyleLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setBorder(YogaPhysicalEdge, float) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setBoxSizing(YogaBoxSizing) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setBoxSizing(YogaBoxSizing) - Method in class org.appliedenergistics.yoga.YogaNode
 
setBoxSizing(YogaBoxSizing) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setChildren(List<YogaNode>) - Method in class org.appliedenergistics.yoga.YogaNode
 
setChildTrailingPosition(YogaNode, YogaNode, YogaFlexDirection) - Static method in class org.appliedenergistics.yoga.algorithm.TrailingPosition
Sets the trailing position of a child
setCloneNodeCallback(YogaCloneNodeFunction) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Sets the clone node callback function.
setConfig(MutableYogaConfig) - Method in class org.appliedenergistics.yoga.YogaNode
 
setContext(Object) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Sets a context object for this configuration.
setContext(Object) - Method in class org.appliedenergistics.yoga.YogaNode
 
setCrossDim(float) - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
setData(Object) - Method in class org.appliedenergistics.yoga.YogaNode
 
setDebugName(String) - Method in class org.appliedenergistics.yoga.YogaNode
 
setDimension(YogaDimension, float) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setDimension(YogaDimension, StyleSizeLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setDirection(YogaDirection) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setDirection(YogaDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setDirection(YogaDirection) - Method in class org.appliedenergistics.yoga.YogaNode
 
setDirection(YogaDirection) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setDirtiedFunc(YogaDirtiedFunction) - Method in class org.appliedenergistics.yoga.YogaNode
 
setDirty(boolean) - Method in class org.appliedenergistics.yoga.YogaNode
 
setDisplay(YogaDisplay) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setDisplay(YogaDisplay) - Method in class org.appliedenergistics.yoga.YogaNode
 
setErrata(Set<YogaErrata>) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Sets the errata flags.
setErrata(YogaErrata) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Sets a single errata flag, replacing any existing flags.
setErrata(YogaErrata, boolean) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
 
setExperimentalFeatureEnabled(YogaExperimentalFeature, boolean) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Enables or disables an experimental feature.
setFlex(float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlex(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlex(FloatOptional) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setFlexBasis(float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexBasis(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexBasis(StyleSizeLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setFlexBasisAuto() - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexBasisAuto() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexBasisFitContent() - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexBasisFitContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexBasisMaxContent() - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexBasisMaxContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexBasisPercent(float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexBasisPercent(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexBasisStretch() - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexBasisStretch() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexDirection(YogaFlexDirection) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setFlexDirection(YogaFlexDirection) - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexDirection(YogaFlexDirection) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexGrow(float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexGrow(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexGrow(FloatOptional) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setFlexShrink(float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setFlexShrink(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setFlexShrink(FloatOptional) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setFlexWrap(YogaWrap) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setGap(YogaGutter, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setGap(YogaGutter, StyleLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setGap(YogaGutter, StyleLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setGap(YogaGutter, StyleLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setGapPercent(YogaGutter, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setHadOverflow(boolean) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setHasNewLayout(boolean) - Method in class org.appliedenergistics.yoga.YogaNode
 
setHeight(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setHeight(StyleSizeLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setHeight(StyleSizeLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setHeightAuto() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setHeightFitContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setHeightMaxContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setHeightPercent(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setHeightStretch() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setIsReferenceBaseline(boolean) - Method in class org.appliedenergistics.yoga.YogaNode
 
setIsReferenceBaseline(boolean) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setJustifyContent(YogaJustify) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setJustifyContent(YogaJustify) - Method in class org.appliedenergistics.yoga.YogaNode
 
setJustifyContent(YogaJustify) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setLayout(FlexLineRunningLayout) - Method in class org.appliedenergistics.yoga.algorithm.FlexLine
 
setLayout(LayoutResults) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutBorder(float, YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutComputedFlexBasis(FloatOptional) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutComputedFlexBasisGeneration(long) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutDimension(float, YogaDimension) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutDirection(YogaDirection) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutHadOverflow(boolean) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutLastOwnerDirection(YogaDirection) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutMargin(float, YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutMeasuredDimension(float, YogaDimension) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutPadding(float, YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLayoutPosition(float, YogaPhysicalEdge) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLineIndex(int) - Method in class org.appliedenergistics.yoga.YogaNode
 
setLogger(YogaLogger) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Sets the logger for this configuration.
setMainDim(float) - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
setMargin(YogaEdge, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMargin(YogaEdge, StyleLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setMargin(YogaEdge, StyleLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setMargin(YogaEdge, StyleLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMargin(YogaPhysicalEdge, float) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setMarginAuto(YogaEdge) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMarginPercent(YogaEdge, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxDimension(YogaDimension, StyleSizeLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setMaxHeight(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxHeight(StyleSizeLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setMaxHeight(StyleSizeLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxHeightFitContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxHeightMaxContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxHeightPercent(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxHeightStretch() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxWidth(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxWidth(StyleSizeLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setMaxWidth(StyleSizeLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxWidthFitContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxWidthMaxContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxWidthPercent(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMaxWidthStretch() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMeasuredDimension(YogaDimension, float) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setMeasureFunction(YogaMeasureFunction) - Method in class org.appliedenergistics.yoga.YogaNode
 
setMeasureFunction(YogaMeasureFunction) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinDimension(YogaDimension, StyleSizeLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setMinHeight(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinHeight(StyleSizeLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setMinHeight(StyleSizeLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinHeightFitContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinHeightMaxContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinHeightPercent(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinHeightStretch() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinWidth(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinWidth(StyleSizeLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setMinWidth(StyleSizeLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinWidthFitContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinWidthMaxContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinWidthPercent(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setMinWidthStretch() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setNodeType(YogaNodeType) - Method in class org.appliedenergistics.yoga.YogaNode
 
setOverflow(YogaOverflow) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setOverflow(YogaOverflow) - Method in class org.appliedenergistics.yoga.YogaNode
 
setOwner(YogaNode) - Method in class org.appliedenergistics.yoga.YogaNode
 
setPadding(YogaEdge, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setPadding(YogaEdge, StyleLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setPadding(YogaEdge, StyleLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setPadding(YogaEdge, StyleLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setPadding(YogaPhysicalEdge, float) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setPaddingPercent(YogaEdge, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setPaddingPercent(YogaEdge, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setPointScaleFactor(float) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Sets the point scale factor for layout calculations.
setPosition(YogaDirection, float, float) - Method in class org.appliedenergistics.yoga.YogaNode
 
setPosition(YogaEdge, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setPosition(YogaEdge, StyleLength) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setPosition(YogaEdge, StyleLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setPosition(YogaEdge, StyleLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setPosition(YogaPhysicalEdge, float) - Method in class org.appliedenergistics.yoga.node.LayoutResults
 
setPositionAuto(YogaEdge) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setPositionPercent(YogaEdge, float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setPositionType(YogaPositionType) - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
setPositionType(YogaPositionType) - Method in class org.appliedenergistics.yoga.YogaNode
 
setPositionType(YogaPositionType) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setRemainingFreeSpace(float) - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
setStyle(YogaStyle) - Method in class org.appliedenergistics.yoga.YogaNode
 
setTotalFlexGrowFactors(float) - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
setTotalFlexShrinkScaledFactors(float) - Method in class org.appliedenergistics.yoga.algorithm.FlexLineRunningLayout
 
setUseWebDefaults(boolean) - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Sets whether to use web defaults for layout calculations.
setWidth(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setWidth(StyleSizeLength) - Method in class org.appliedenergistics.yoga.YogaNode
 
setWidth(StyleSizeLength) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setWidthAuto() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setWidthFitContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setWidthMaxContent() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setWidthPercent(float) - Method in interface org.appliedenergistics.yoga.YogaProps
 
setWidthStretch() - Method in interface org.appliedenergistics.yoga.YogaProps
 
setWrap(YogaWrap) - Method in class org.appliedenergistics.yoga.YogaNode
 
setWrap(YogaWrap) - Method in interface org.appliedenergistics.yoga.YogaProps
 
sizingMode(YogaMeasureMode) - Static method in enum class org.appliedenergistics.yoga.algorithm.SizingMode
Convert a MeasureMode to its equivalent SizingMode
SizingMode - Enum Class in org.appliedenergistics.yoga.algorithm
Corresponds to a CSS auto box sizes.
SmallValueBuffer - Class in org.appliedenergistics.yoga.style
Container which allows storing 32 or 64 bit integer values, whose index may never change.
SmallValueBuffer() - Constructor for class org.appliedenergistics.yoga.style.SmallValueBuffer
 
SPACE_AROUND - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
SPACE_AROUND - Enum constant in enum class org.appliedenergistics.yoga.YogaJustify
 
SPACE_BETWEEN - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
SPACE_BETWEEN - Enum constant in enum class org.appliedenergistics.yoga.YogaJustify
 
SPACE_EVENLY - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
SPACE_EVENLY - Enum constant in enum class org.appliedenergistics.yoga.YogaJustify
 
START - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
STATIC - Enum constant in enum class org.appliedenergistics.yoga.YogaPositionType
 
store(StyleValueHandle, FloatOptional) - Method in class org.appliedenergistics.yoga.style.StyleValuePool
 
store(StyleValueHandle, StyleLength) - Method in class org.appliedenergistics.yoga.style.StyleValuePool
 
store(StyleValueHandle, StyleSizeLength) - Method in class org.appliedenergistics.yoga.style.StyleValuePool
 
STRETCH - Enum constant in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
STRETCH - Enum constant in enum class org.appliedenergistics.yoga.YogaAlign
 
STRETCH - Enum constant in enum class org.appliedenergistics.yoga.YogaUnit
 
STRETCH - Static variable in class org.appliedenergistics.yoga.style.StyleSizeLength
 
STRETCH_FIT - Enum constant in enum class org.appliedenergistics.yoga.algorithm.SizingMode
The size a box would take if its outer size filled the available space in the given axis; in other words, the stretch fit into the available space, if that is definite.
STRETCH_FLEX_BASIS - Enum constant in enum class org.appliedenergistics.yoga.YogaErrata
 
StyleLength - Class in org.appliedenergistics.yoga.style
Style::Length represents a CSS Value which may be one of: 1.
StyleSizeLength - Class in org.appliedenergistics.yoga.style
This class represents a CSS Value for sizes (e.g.
StyleValueHandle - Class in org.appliedenergistics.yoga.style
StyleValueHandle is a small (16-bit) handle to a length or number in a style.
StyleValueHandle() - Constructor for class org.appliedenergistics.yoga.style.StyleValueHandle
 
StyleValuePool - Class in org.appliedenergistics.yoga.style
StyleValuePool allows compact storage for a sparse collection of assigned lengths and numbers.
StyleValuePool() - Constructor for class org.appliedenergistics.yoga.style.StyleValuePool
 
subscribe(YogaEvent.Subscriber) - Static method in class org.appliedenergistics.yoga.event.YogaEvent
 

T

TEXT - Enum constant in enum class org.appliedenergistics.yoga.YogaNodeType
 
TOP - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
TOP - Enum constant in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
 
toString() - Method in class org.appliedenergistics.yoga.event.LayoutData
 
toString() - Method in enum class org.appliedenergistics.yoga.LogLevel
Returns the string representation of the enum value.
toString() - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
 
toString() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
toString() - Method in enum class org.appliedenergistics.yoga.YogaAlign
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaBoxSizing
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaDimension
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaDirection
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaDisplay
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaEdge
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaErrata
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaExperimentalFeature
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaFlexDirection
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaGutter
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaJustify
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaMeasureMode
Returns the string representation of the enum value.
toString() - Method in class org.appliedenergistics.yoga.YogaNode
 
toString() - Method in enum class org.appliedenergistics.yoga.YogaNodeType
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaOverflow
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
Returns the string representation of the enum value.
toString() - Method in enum class org.appliedenergistics.yoga.YogaPositionType
Returns the string representation of the enum value.
toString() - Method in record class org.appliedenergistics.yoga.YogaSize
Returns a string representation of this record class.
toString() - Method in enum class org.appliedenergistics.yoga.YogaUnit
Returns the string representation of the enum value.
toString() - Method in class org.appliedenergistics.yoga.YogaValue
 
toString() - Method in enum class org.appliedenergistics.yoga.YogaWrap
Returns the string representation of the enum value.
toString(LayoutPassReason) - Static method in enum class org.appliedenergistics.yoga.event.LayoutPassReason
 
TrailingPosition - Class in org.appliedenergistics.yoga.algorithm
 
TrailingPosition() - Constructor for class org.appliedenergistics.yoga.algorithm.TrailingPosition
 

U

undefined() - Static method in class org.appliedenergistics.yoga.style.StyleLength
 
undefined() - Static method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
UNDEFINED - Enum constant in enum class org.appliedenergistics.yoga.YogaMeasureMode
 
UNDEFINED - Enum constant in enum class org.appliedenergistics.yoga.YogaUnit
 
UNDEFINED - Static variable in class org.appliedenergistics.yoga.style.StyleSizeLength
 
UNDEFINED - Static variable in class org.appliedenergistics.yoga.YogaConstants
Float value to represent "undefined" in style values.
UNDEFINED - Static variable in class org.appliedenergistics.yoga.YogaValue
 
unit - Variable in class org.appliedenergistics.yoga.YogaValue
 
unwrap() - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Returns the wrapped value, or NaN if it is undefined.
unwrapOrDefault(float) - Method in class org.appliedenergistics.yoga.numeric.FloatOptional
Returns the wrapped value, or the specified default value if undefined.
useWebDefaults() - Method in class org.appliedenergistics.yoga.config.MutableYogaConfig
Gets whether web defaults are being used.
useWebDefaults() - Method in interface org.appliedenergistics.yoga.config.YogaConfig
 

V

value - Variable in class org.appliedenergistics.yoga.YogaValue
 
value() - Method in class org.appliedenergistics.yoga.style.StyleLength
 
value() - Method in class org.appliedenergistics.yoga.style.StyleSizeLength
 
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.algorithm.SizingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.event.LayoutPassReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.event.LayoutType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.event.YogaEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.LogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaBoxSizing
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaDimension
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaDisplay
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaEdge
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaErrata
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaExperimentalFeature
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaFlexDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaGutter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaJustify
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaMeasureMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaNodeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaOverflow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaPositionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.appliedenergistics.yoga.YogaWrap
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.appliedenergistics.yoga.algorithm.SizingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.event.LayoutPassReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.event.LayoutType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.event.YogaEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaBoxSizing
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaDimension
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaDisplay
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaEdge
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaErrata
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaExperimentalFeature
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaFlexDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaGutter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaJustify
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaMeasureMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaNodeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaOverflow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaPhysicalEdge
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaPositionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.appliedenergistics.yoga.YogaWrap
Returns an array containing the constants of this enum class, in the order they are declared.
VERBOSE - Enum constant in enum class org.appliedenergistics.yoga.LogLevel
 
VERTICAL - Enum constant in enum class org.appliedenergistics.yoga.YogaEdge
 
verticalInsetsDefined() - Method in class org.appliedenergistics.yoga.style.YogaStyle
 
VISIBLE - Enum constant in enum class org.appliedenergistics.yoga.YogaOverflow
 

W

WARN - Enum constant in enum class org.appliedenergistics.yoga.LogLevel
 
WEB_DEFAULT_FLEX_SHRINK - Static variable in class org.appliedenergistics.yoga.style.YogaStyle
 
WEB_FLEX_BASIS - Enum constant in enum class org.appliedenergistics.yoga.YogaExperimentalFeature
 
width - Variable in class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
width() - Method in record class org.appliedenergistics.yoga.YogaSize
Returns the value of the width record component.
WIDTH - Enum constant in enum class org.appliedenergistics.yoga.YogaDimension
 
widthMeasureMode - Variable in class org.appliedenergistics.yoga.event.YogaEvent.MeasureCallbackEndData
 
widthSizingMode - Variable in class org.appliedenergistics.yoga.node.CachedMeasurement
 
withCachedLayouts(int) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
withCachedMeasures(int) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
withLayouts(int) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
withMaxMeasureCache(int) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
withMeasureCallbacks(int) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
withMeasures(int) - Method in class org.appliedenergistics.yoga.event.LayoutData
 
WRAP - Enum constant in enum class org.appliedenergistics.yoga.YogaWrap
 
WRAP_REVERSE - Enum constant in enum class org.appliedenergistics.yoga.YogaWrap
 

Y

YogaAlign - Enum Class in org.appliedenergistics.yoga
Align enum corresponding to YGAlign from Yoga.
YogaBaselineFunction - Interface in org.appliedenergistics.yoga
Interface for node baseline function.
YogaBoxSizing - Enum Class in org.appliedenergistics.yoga
BoxSizing enum corresponding to YGBoxSizing from Yoga.
YogaCloneNodeFunction - Interface in org.appliedenergistics.yoga
Functional interface for cloning nodes in the yoga layout engine.
YogaConfig - Interface in org.appliedenergistics.yoga.config
 
YogaConstants - Class in org.appliedenergistics.yoga
Java conversion of the constants used in Yoga
YogaConstants() - Constructor for class org.appliedenergistics.yoga.YogaConstants
 
YogaDimension - Enum Class in org.appliedenergistics.yoga
Dimension enum corresponding to YGDimension from Yoga.
YogaDirection - Enum Class in org.appliedenergistics.yoga
Direction enum corresponding to YGDirection from Yoga.
YogaDirtiedFunction - Interface in org.appliedenergistics.yoga
Interface for notification when a node becomes dirty.
YogaDisplay - Enum Class in org.appliedenergistics.yoga
Display enum corresponding to YGDisplay from Yoga.
YogaEdge - Enum Class in org.appliedenergistics.yoga
Edge enum corresponding to YGEdge from Yoga.
YogaErrata - Enum Class in org.appliedenergistics.yoga
Errata enum corresponding to YGErrata from Yoga.
YogaEvent - Class in org.appliedenergistics.yoga.event
 
YogaEvent() - Constructor for class org.appliedenergistics.yoga.event.YogaEvent
 
YogaEvent.LayoutPassEndData - Class in org.appliedenergistics.yoga.event
 
YogaEvent.MeasureCallbackEndData - Class in org.appliedenergistics.yoga.event
 
YogaEvent.NodeAllocationData - Class in org.appliedenergistics.yoga.event
 
YogaEvent.NodeDeallocationData - Class in org.appliedenergistics.yoga.event
 
YogaEvent.NodeLayoutData - Class in org.appliedenergistics.yoga.event
 
YogaEvent.Subscriber - Interface in org.appliedenergistics.yoga.event
 
YogaEvent.TypedData - Interface in org.appliedenergistics.yoga.event
 
YogaEventType - Enum Class in org.appliedenergistics.yoga.event
 
YogaExperimentalFeature - Enum Class in org.appliedenergistics.yoga
ExperimentalFeature enum corresponding to YGExperimentalFeature from Yoga.
YogaFlexDirection - Enum Class in org.appliedenergistics.yoga
FlexDirection enum corresponding to YGFlexDirection from Yoga.
YogaGutter - Enum Class in org.appliedenergistics.yoga
Gutter enum corresponding to YGGutter from Yoga.
YogaJustify - Enum Class in org.appliedenergistics.yoga
Justify enum corresponding to YGJustify from Yoga.
YogaLogger - Interface in org.appliedenergistics.yoga.config
Interface for logging events from the yoga layout engine.
YogaMeasureFunction - Interface in org.appliedenergistics.yoga
Interface for node measurement function.
YogaMeasureMode - Enum Class in org.appliedenergistics.yoga
MeasureMode enum corresponding to YGMeasureMode from Yoga.
YogaNode - Class in org.appliedenergistics.yoga
 
YogaNode() - Constructor for class org.appliedenergistics.yoga.YogaNode
 
YogaNode(YogaConfig) - Constructor for class org.appliedenergistics.yoga.YogaNode
 
YogaNode(YogaNode) - Constructor for class org.appliedenergistics.yoga.YogaNode
 
YogaNode.Inputs - Interface in org.appliedenergistics.yoga
The interface the YogaNode.getData() object can optionally implement.
YogaNodeType - Enum Class in org.appliedenergistics.yoga
NodeType enum corresponding to YGNodeType from Yoga.
YogaOverflow - Enum Class in org.appliedenergistics.yoga
Overflow enum corresponding to YGOverflow from Yoga.
YogaPhysicalEdge - Enum Class in org.appliedenergistics.yoga
PhysicalEdge enum corresponding to the physical edges from Yoga.
YogaPositionType - Enum Class in org.appliedenergistics.yoga
PositionType enum corresponding to YGPositionType from Yoga.
YogaProps - Interface in org.appliedenergistics.yoga
 
YogaSize - Record Class in org.appliedenergistics.yoga
Represents a size with width and height dimensions.
YogaSize(float, float) - Constructor for record class org.appliedenergistics.yoga.YogaSize
Creates an instance of a YogaSize record class.
YogaStyle - Class in org.appliedenergistics.yoga.style
The Style class for Yoga nodes that contains layout properties.
YogaStyle() - Constructor for class org.appliedenergistics.yoga.style.YogaStyle
 
YogaStyle(YogaStyle) - Constructor for class org.appliedenergistics.yoga.style.YogaStyle
Copy constructor that creates a deep copy of the provided YogaStyle object.
YogaUnit - Enum Class in org.appliedenergistics.yoga
Unit enum corresponding to YGUnit from Yoga.
YogaValue - Class in org.appliedenergistics.yoga
Java conversion of YGValue
YogaValue(float, YogaUnit) - Constructor for class org.appliedenergistics.yoga.YogaValue
 
YogaWrap - Enum Class in org.appliedenergistics.yoga
Wrap enum corresponding to YGWrap from Yoga.

Z

ZERO - Static variable in class org.appliedenergistics.yoga.YogaValue
 
A B C D E F G H I L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values