All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
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> |
horizontalAlignment(Function<W,org.kie.workbench.common.stunner.core.client.shape.view.HasTitle.HorizontalAlignment> provider) |
|
FontHandler.Builder<W,V> |
margin(Enum direction,
Double margin) |
|
FontHandler.Builder<W,V> |
margins(Function<W,Map<Enum,Double>> marginsProvider) |
|
FontHandler.Builder<W,V> |
orientation(Function<W,org.kie.workbench.common.stunner.core.client.shape.view.HasTitle.Orientation> provider) |
|
FontHandler.Builder<W,V> |
positionXOffset(Function<W,Double> provider) |
|
FontHandler.Builder<W,V> |
positionYOffset(Function<W,Double> provider) |
|
FontHandler.Builder<W,V> |
referencePosition(Function<W,org.kie.workbench.common.stunner.core.client.shape.view.HasTitle.ReferencePosition> 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> |
textSizeConstraints(Function<W,org.kie.workbench.common.stunner.core.client.shape.view.HasTitle.Size> provider) |
|
FontHandler.Builder<W,V> |
textWrapperStrategy(Function<W,org.kie.workbench.common.stunner.core.client.shape.TextWrapperStrategy> provider) |
|
FontHandler.Builder<W,V> |
verticalAlignment(Function<W,org.kie.workbench.common.stunner.core.client.shape.view.HasTitle.VerticalAlignment> provider) |
|