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 classstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatfloatfloatfloatgetWidth()default booleandefault booleandefault booleansetScrollHeight(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()
-