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:
Destructible,Printable,ApplicationContext,ApplicationProvider,ComponentsContext,ComponentsProvider,EntityContext,EntityProvider,SceneContext,SceneProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StyledEdgeAlignmentPropertyprotected StyledDirectionPropertyprotected StyledDistributionPropertyprotected StyledDimensionPropertyFields 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 TypeMethodDescriptionvoidapplyStyleSheet(StyleSheet styleSheet) voidsetAlignmentProperty(StyledEdgeAlignmentProperty alignmentProperty) voidsetDirectionProperty(StyledDirectionProperty directionProperty) voidsetDistributionProperty(StyledDistributionProperty distributionProperty) voidsetGapProperty(StyledDimensionProperty gapProperty) Methods inherited from class dev.prozilla.pine.core.component.ui.style.NodeStyleBase
changePropertyMethods inherited from class dev.prozilla.pine.core.component.Component
destroy, equals, getApplication, getEntity, getName, getScene, hashCode, onEntityChange, setActive, setEntity, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.prozilla.pine.core.ApplicationProvider
getAudioDevice, getConfig, getInput, getLocalStorage, getLogger, getModManager, getRenderer, getTimer, getTracker, getWindowMethods inherited from interface dev.prozilla.pine.core.component.ComponentsProvider
getComponent, getComponentInParent, getComponentInParent, getComponents, getComponentsInChildrenMethods inherited from interface dev.prozilla.pine.core.entity.EntityContext
isDescendantOfMethods inherited from interface dev.prozilla.pine.core.entity.EntityProvider
getChild, getChildWithTag, getFirstChild, getLastChild, getParentWithTag, getTransform, isDescendantOfMethods 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
-