All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SizeHandler<W,V> |
build() |
SizeHandler.Builder<W,V> |
height(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
maxHeight(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
maxRadius(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
maxWidth(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
minHeight(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
minRadius(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
minWidth(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
radius(Function<W,Double> provider) |
SizeHandler.Builder<W,V> |
width(Function<W,Double> provider) |