Package de.flapdoodle.kfx.extensions
Class ChildsInParentBoundsExtensionKt
-
- All Implemented Interfaces:
public final class ChildsInParentBoundsExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static ChildsInParentBoundsExtension.ChildsInParentBoundsPropertychildsInParentBoundsProperty(Node $self)final static BoundschildsInParentBounds(Node $self)final static ChildsInParentBoundsExtension.ChildsInLocalBoundsPropertychildsInLocalBoundsProperty(Node $self)final static BoundschildsInLocalBounds(Node $self)final static ChildsInParentBoundsExtension.ContainerlessBoundsInParentPropertycontainerlessBoundsInParentProperty(Node $self)final static ChildsInParentBoundsExtension.ContainerlessBoundsInLocalPropertycontainerlessBoundsInLocalProperty(Node $self)final static BoundscontainerlessBoundsInParent(Node $self)final static BoundscontainerlessBoundsInLocal(Node $self)final static <T extends Node> TmarkAsContainer(T $self)-
-
Method Detail
-
childsInParentBoundsProperty
final static ChildsInParentBoundsExtension.ChildsInParentBoundsProperty childsInParentBoundsProperty(Node $self)
-
childsInParentBounds
final static Bounds childsInParentBounds(Node $self)
-
childsInLocalBoundsProperty
final static ChildsInParentBoundsExtension.ChildsInLocalBoundsProperty childsInLocalBoundsProperty(Node $self)
-
childsInLocalBounds
final static Bounds childsInLocalBounds(Node $self)
-
containerlessBoundsInParentProperty
final static ChildsInParentBoundsExtension.ContainerlessBoundsInParentProperty containerlessBoundsInParentProperty(Node $self)
-
containerlessBoundsInLocalProperty
final static ChildsInParentBoundsExtension.ContainerlessBoundsInLocalProperty containerlessBoundsInLocalProperty(Node $self)
-
containerlessBoundsInParent
final static Bounds containerlessBoundsInParent(Node $self)
-
containerlessBoundsInLocal
final static Bounds containerlessBoundsInLocal(Node $self)
-
markAsContainer
final static <T extends Node> T markAsContainer(T $self)
-
-
-
-