FontHandler.Builder<W,V> |
FontHandler.Builder.alpha(Function<W,Double> alphaProvider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.fontColor(Function<W,String> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.fontFamily(Function<W,String> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.fontSize(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.horizontalAlignment(Function<W,HasTitle.HorizontalAlignment> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.margin(Enum direction,
Double margin) |
FontHandler.Builder<W,V> |
FontHandler.Builder.margins(Function<W,Map<Enum,Double>> marginsProvider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.orientation(Function<W,HasTitle.Orientation> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.positionXOffset(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.positionYOffset(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.referencePosition(Function<W,HasTitle.ReferencePosition> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.rotation(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.strokeAlpha(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.strokeColor(Function<W,String> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.strokeSize(Function<W,Double> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.textSizeConstraints(Function<W,HasTitle.Size> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.textWrapperStrategy(Function<W,TextWrapperStrategy> provider) |
FontHandler.Builder<W,V> |
FontHandler.Builder.verticalAlignment(Function<W,HasTitle.VerticalAlignment> provider) |