Package de.flapdoodle.kfx.layout.virtual
Object ScrollBounds.Companion
-
- All Implemented Interfaces:
public class ScrollBounds.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ScrollBounds.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitof(Double windowOffset, Double windowSize, Double zoom, Double contentOffset, Double contentSize)final ScrollBoundsof(Double windowSize, Double itemSize, Double itemOffset, Double currentItemOffset, Boolean debug)final ScrollBoundswidthOf(Number width, Bounds bounds, Number layoutX)final ScrollBoundsheightOf(Number height, Bounds bounds, Number layoutY)-
-
Method Detail
-
of
final Unit of(Double windowOffset, Double windowSize, Double zoom, Double contentOffset, Double contentSize)
-
of
final ScrollBounds of(Double windowSize, Double itemSize, Double itemOffset, Double currentItemOffset, Boolean debug)
-
widthOf
final ScrollBounds widthOf(Number width, Bounds bounds, Number layoutX)
-
heightOf
final ScrollBounds heightOf(Number height, Bounds bounds, Number layoutY)
-
-
-
-