Package heronarts.glx.ui
Interface UI2dScrollInterface
- All Known Implementing Classes:
UI2dScrollContainer
,UI2dScrollContext
,UITimeline.Body
,UITimeline.Header
,UITimeline.LensScrollContainer
public interface UI2dScrollInterface
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static interface
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
float
float
float
getWidth()
default boolean
default boolean
default boolean
setScrollHeight
(float scrollHeight) setScrollSize
(float scrollWidth, float scrollHeight) setScrollWidth
(float scrollWidth) setScrollX
(float scrollX) setScrollY
(float scrollY)
-
Method Details
-
addScrollListener
-
removeScrollListener
-
getWidth
float getWidth() -
getHeight
float getHeight() -
getScrollHeight
float getScrollHeight() -
setScrollHeight
-
getScrollWidth
float getScrollWidth() -
setScrollWidth
-
setScrollSize
-
getScrollX
float getScrollX() -
getScrollY
float getScrollY() -
setScrollX
-
setScrollY
-
hasScrollX
default boolean hasScrollX() -
hasScrollY
default boolean hasScrollY() -
hasScroll
default boolean hasScroll()
-