Uses of Class
com.blackrook.gui.layout.AnchorLayout.Anchor
Packages that use AnchorLayout.Anchor
-
Uses of AnchorLayout.Anchor in com.blackrook.gui.layout
Methods in com.blackrook.gui.layout that return AnchorLayout.AnchorModifier and TypeMethodDescriptionstatic AnchorLayout.AnchorAnchorLayout.createAnchor(float left, float right, float top, float bottom) Creates an anchor attribute for objects in the layout.static AnchorLayout.AnchorAnchorLayout.createBottomCenterAnchor()Returns an Anchor that describes anchoring an object in the bottom-center of its parent.static AnchorLayout.AnchorAnchorLayout.createBottomLeftAnchor()Returns an Anchor that describes anchoring an object in the bottom-left of its parent.static AnchorLayout.AnchorAnchorLayout.createBottomRightAnchor()Returns an Anchor that describes anchoring an object in the bottom-right of its parent.static AnchorLayout.AnchorAnchorLayout.createCenteredAnchor()Returns an Anchor that describes centering an object in its parent.static AnchorLayout.AnchorAnchorLayout.createMiddleLeftAnchor()Returns an Anchor that describes anchoring an object in the middle-left of its parent.static AnchorLayout.AnchorAnchorLayout.createMiddleRightAnchor()Returns an Anchor that describes anchoring an object in the middle-right of its parent.static AnchorLayout.AnchorAnchorLayout.createTopCenterAnchor()Returns an Anchor that describes anchoring an object in the top-center of its parent.static AnchorLayout.AnchorAnchorLayout.createTopLeftAnchor()Returns an Anchor that describes anchoring an object in the top-left of its parent.static AnchorLayout.AnchorAnchorLayout.createTopRightAnchor()Returns an Anchor that describes anchoring an object in the top-right of its parent.