Uses of Class
heronarts.glx.ui.UI2dScrollContext
-
Uses of UI2dScrollContext in heronarts.glx.ui
Modifier and TypeMethodDescriptionUI2dScrollContext.setHorizontalScrollingEnabled
(boolean horizontalScrollingEnabled) UI2dScrollContext.setMaxHeight
(float maxHeight) Sets a maximum height on the scroll container.UI2dScrollContext.setMaxHeight
(float maxHeight, boolean reflow) Sets a maximum height on the scroll container.UI2dScrollContext.setMaxWidth
(float maxWidth) Sets a maximum width on the scroll container.UI2dScrollContext.setMaxWidth
(float maxWidth, boolean reflow) Sets a maximum width on the scroll container.UI2dScrollContext.setScrollHeight
(float scrollHeight) UI2dScrollContext.setScrollSize
(float scrollWidth, float scrollHeight) Sets the size of the scrolled content, which could potentially be larger than the actual size of this element itselfUI2dScrollContext.setScrollWidth
(float scrollWidth) UI2dScrollContext.setScrollX
(float scrollX) UI2dScrollContext.setScrollY
(float scrollY) UI2dScrollContext.setVerticalScrollingEnabled
(boolean verticalScrollingEnabled)