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> |
positon(Function<W,HasTitle.Position> provider) |
FontHandler.Builder<W,V> |
rotation(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
strokeColor(Function<W,String> provider) |
FontHandler.Builder<W,V> |
strokeSize(Function<W,Double> provider) |