Class Pane
java.lang.Object
io.github.somesourcecode.someguiapi.scene.Node
io.github.somesourcecode.someguiapi.scene.Parent
io.github.somesourcecode.someguiapi.scene.pane.Region
io.github.somesourcecode.someguiapi.scene.pane.Pane
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of children of this parent.Methods inherited from class io.github.somesourcecode.someguiapi.scene.pane.Region
getHeight, getPadding, getWidth, resize, resizeRelocate, setHeight, setPadding, setWidthMethods inherited from class io.github.somesourcecode.someguiapi.scene.Parent
getBackground, layout, layoutChildren, nodeAt, pixelAt, setBackgroundMethods inherited from class io.github.somesourcecode.someguiapi.scene.Node
getLayoutX, getLayoutY, getOnClick, getOnHotBarClick, getOnLeftClick, getOnRightClick, getOnShiftClick, getParent, getTranslateX, getTranslateY, isClipping, isVisible, relocate, setClipping, setLayoutX, setLayoutY, setOnClick, setOnHotBarClick, setOnLeftClick, setOnRightClick, setOnShiftClick, setParent, setTranslateX, setTranslateY, setVisible
-
Constructor Details
-
Pane
public Pane()Constructs a new pane empty. -
Pane
Constructs a new pane with the given children.- Parameters:
children- the children of the pane
-
-
Method Details
-
getChildren
Description copied from class:ParentReturns the list of children of this parent.- Overrides:
getChildrenin classParent- Returns:
- the list of children
-