Uses of Class
heronarts.glx.ui.UI2dScrollContainer
Packages that use UI2dScrollContainer
-
Uses of UI2dScrollContainer in heronarts.glx.ui
Fields in heronarts.glx.ui declared as UI2dScrollContainerMethods in heronarts.glx.ui that return UI2dScrollContainerModifier and TypeMethodDescriptionUI2dScrollContainer.addScrollListener
(UI2dScrollInterface.ScrollListener listener) UI2dScrollContainer.removeScrollListener
(UI2dScrollInterface.ScrollListener listener) UI2dScrollContainer.setHorizontalScrollingEnabled
(boolean horizontalScrollingEnabled) UI2dScrollContainer.setMaxHeight
(float maxHeight) Sets a maximum height on the scroll container.UI2dScrollContainer.setMaxHeight
(float maxHeight, boolean reflow) Sets a maximum height on the scroll container.UI2dScrollContainer.setMaxWidth
(float maxWidth) Sets a maximum width on the scroll container.UI2dScrollContainer.setMaxWidth
(float maxWidth, boolean reflow) Sets a maximum width on the scroll container.UI2dScrollContainer.setScrollHeight
(float scrollHeight) UI2dScrollContainer.setScrollSize
(float scrollWidth, float scrollHeight) Sets the size of the scrolled content, which could potentially be larger than the actual size of this element itselfUI2dScrollContainer.setScrollWidth
(float scrollWidth) UI2dScrollContainer.setScrollX
(float scrollX) UI2dScrollContainer.setScrollY
(float scrollY) UI2dScrollContainer.setVerticalScrollingEnabled
(boolean verticalScrollingEnabled) -
Uses of UI2dScrollContainer in heronarts.lx.studio.ui.timeline
Subclasses of UI2dScrollContainer in heronarts.lx.studio.ui.timelineModifier and TypeClassDescriptionclass
The body is the vertically scrolling main pane that sits beneath the header.class
The header lives at the top of the timeline, it scrolls horizontally but not vertically with the content below.class
Helper class for a lensed container that scrolls sideways but has a dynamic vertical height.