Package com.spinyowl.legui.component
Class ScrollablePanel.ScrollablePanelContainer
java.lang.Object
com.spinyowl.legui.component.Component
com.spinyowl.legui.component.Panel
com.spinyowl.legui.component.ScrollablePanel.ScrollablePanelContainer
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ScrollablePanel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScrollablePanelContainer(float x, float y, float width, float height) ScrollablePanelContainer(org.joml.Vector2f position, org.joml.Vector2f size) -
Method Summary
Methods inherited from class com.spinyowl.legui.component.Component
add, add, addAll, clearChildComponents, containerIterator, contains, containsAll, count, equals, forEach, getAbsolutePosition, getChildComponents, getFocusedStyle, getFrame, getHoveredStyle, getIntersector, getLayer, getListenerMap, getMetadata, getParent, getPosition, getPressedStyle, getSize, getStyle, getTabIndex, getTooltip, hashCode, indexOfChild, intersects, isEmpty, isEnabled, isFocusable, isFocused, isHovered, isPressed, isTabFocusable, isVisible, keepRendering, keepRendering, parallelStream, remove, remove, removeAll, removeIf, setEnabled, setFocusable, setFocused, setHovered, setIntersector, setListenerMap, setParent, setPosition, setPosition, setPressed, setSize, setSize, setStyle, setTabFocusable, setTabIndex, setTooltip, stream, toString
-
Constructor Details
-
ScrollablePanelContainer
public ScrollablePanelContainer() -
ScrollablePanelContainer
public ScrollablePanelContainer(float x, float y, float width, float height) -
ScrollablePanelContainer
public ScrollablePanelContainer(org.joml.Vector2f position, org.joml.Vector2f size)
-