Package com.spinyowl.legui.component
Class ScrollablePanel.ScrollablePanelViewport
java.lang.Object
com.spinyowl.legui.component.Component
com.spinyowl.legui.component.Panel
com.spinyowl.legui.component.ScrollablePanel.ScrollablePanelViewport
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ScrollablePanel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScrollablePanelViewport(float x, float y, float width, float height) ScrollablePanelViewport(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
-
ScrollablePanelViewport
public ScrollablePanelViewport() -
ScrollablePanelViewport
public ScrollablePanelViewport(float x, float y, float width, float height) -
ScrollablePanelViewport
public ScrollablePanelViewport(org.joml.Vector2f position, org.joml.Vector2f size)
-