Uses of Interface
heronarts.glx.ui.UI2dScrollInterface
Packages that use UI2dScrollInterface
-
Uses of UI2dScrollInterface in heronarts.glx.ui
Classes in heronarts.glx.ui that implement UI2dScrollInterfaceMethods in heronarts.glx.ui that return UI2dScrollInterfaceModifier and TypeMethodDescriptionUI2dScrollInterface.addScrollListener
(UI2dScrollInterface.ScrollListener listener) UI2dScrollInterface.removeScrollListener
(UI2dScrollInterface.ScrollListener listener) UI2dScrollInterface.setScrollHeight
(float scrollHeight) UI2dScrollInterface.setScrollSize
(float scrollWidth, float scrollHeight) UI2dScrollInterface.setScrollWidth
(float scrollWidth) UI2dScrollInterface.setScrollX
(float scrollX) UI2dScrollInterface.setScrollY
(float scrollY) Methods in heronarts.glx.ui with parameters of type UI2dScrollInterfaceModifier and TypeMethodDescriptionvoid
UI2dScrollInterface.ScrollListener.onScrollChange
(UI2dScrollInterface scroll, UI2dScrollInterface.ScrollChange change) void
UI2dScrollPane.ScrollBar.onScrollChange
(UI2dScrollInterface scroll, UI2dScrollInterface.ScrollChange change) Constructors in heronarts.glx.ui with parameters of type UI2dScrollInterfaceModifierConstructorDescriptionScrollBar
(UI2dScrollInterface scrollContent, UI2dScrollPane.ScrollBar.Orientation orientation, float x, float y, float w, float h) -
Uses of UI2dScrollInterface in heronarts.lx.studio.ui.timeline
Classes in heronarts.lx.studio.ui.timeline that implement UI2dScrollInterfaceModifier 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.