Package heronarts.glx.ui
Interface UI2dScrollInterface
- All Known Implementing Classes:
UI2dScrollContainer
,UI2dScrollContext
,UIPerformancePane
public interface UI2dScrollInterface
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
float
setScrollHeight
(float scrollHeight) setScrollSize
(float scrollWidth, float scrollHeight) setScrollWidth
(float scrollWidth) setScrollX
(float scrollX) setScrollY
(float scrollY)
-
Method Details
-
getScrollHeight
float getScrollHeight() -
setScrollHeight
-
getScrollWidth
float getScrollWidth() -
setScrollWidth
-
setScrollSize
-
getScrollX
float getScrollX() -
getScrollY
float getScrollY() -
setScrollX
-
setScrollY
-