Class LayoutNodeStyle
java.lang.Object
dev.prozilla.pine.core.component.Component
dev.prozilla.pine.core.component.ui.style.NodeStyleBase
dev.prozilla.pine.core.component.ui.style.LayoutNodeStyle
- All Implemented Interfaces:
Lifecycle
,Printable
,ApplicationContext
,ApplicationProvider
,ComponentsContext
,ComponentsProvider
,EntityContext
,EntityProvider
,SceneContext
,SceneProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StyledEdgeAlignmentProperty
protected StyledDirectionProperty
protected StyledDistributionProperty
protected StyledDimensionProperty
Fields inherited from class dev.prozilla.pine.core.component.ui.style.NodeStyleBase
node
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutNodeStyle
(AnimationData animationData, Node node) LayoutNodeStyle
(AnimationData animationData, Node node, StyleSheet styleSheet) -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyStyleSheet
(StyleSheet styleSheet) void
setAlignmentProperty
(StyledEdgeAlignmentProperty alignmentProperty) void
setDirectionProperty
(StyledDirectionProperty directionProperty) void
setDistributionProperty
(StyledDistributionProperty distributionProperty) void
setGapProperty
(StyledDimensionProperty gapProperty) Methods inherited from class dev.prozilla.pine.core.component.ui.style.NodeStyleBase
changeProperty
Methods inherited from class dev.prozilla.pine.core.component.Component
equals, getApplication, getEntity, getName, getScene, hashCode, setActive, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface dev.prozilla.pine.core.ApplicationProvider
getConfig, getInput, getLogger, getModManager, getRenderer, getTimer, getTracker, getWindow
Methods inherited from interface dev.prozilla.pine.core.component.ComponentsProvider
getComponent, getComponentInParent, getComponentInParent, getComponents, getComponentsInChildren
Methods inherited from interface dev.prozilla.pine.core.entity.EntityContext
isDescendantOf
Methods inherited from interface dev.prozilla.pine.core.entity.EntityProvider
getChildWithTag, getFirstChild, getLastChild, getParentWithTag, getTransform, isDescendantOf
Methods inherited from interface dev.prozilla.pine.common.Lifecycle
destroy, init, init, input, input, render, render, start, update, update
Methods inherited from interface dev.prozilla.pine.core.scene.SceneProvider
getCameraData, getWorld
-
Field Details
-
gapProperty
-
directionProperty
-
alignmentProperty
-
distributionProperty
-
-
Constructor Details
-
LayoutNodeStyle
-
LayoutNodeStyle
-
-
Method Details
-
applyStyleSheet
-
getGapProperty
-
setGapProperty
-
getDirectionProperty
-
setDirectionProperty
-
getAlignmentProperty
-
setAlignmentProperty
-
getDistributionProperty
-
setDistributionProperty
-