All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
FontHandler.Builder<W,V> |
alpha(Function<W,Double> alphaProvider) |
FontHandler<W,V> |
build() |
FontHandler.Builder<W,V> |
fontColor(Function<W,String> provider) |
FontHandler.Builder<W,V> |
fontFamily(Function<W,String> provider) |
FontHandler.Builder<W,V> |
fontSize(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
position(Function<W,HasTitle.Position> provider) |
FontHandler.Builder<W,V> |
positionXOffset(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
positionYOffset(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
rotation(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
strokeAlpha(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
strokeColor(Function<W,String> provider) |
FontHandler.Builder<W,V> |
strokeSize(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
textWrapperStrategy(Function<W,TextWrapperStrategy> provider) |