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,org.kie.workbench.common.stunner.core.client.shape.view.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,org.kie.workbench.common.stunner.core.client.shape.view.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,org.kie.workbench.common.stunner.core.client.shape.view.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,org.kie.workbench.common.stunner.core.client.shape.view.HasTitle.Size> provider) |
|
FontHandler.Builder<W,V> |
FontHandler.Builder.textWrapperStrategy(Function<W,org.kie.workbench.common.stunner.core.client.shape.TextWrapperStrategy> provider) |
|
FontHandler.Builder<W,V> |
FontHandler.Builder.verticalAlignment(Function<W,org.kie.workbench.common.stunner.core.client.shape.view.HasTitle.VerticalAlignment> provider) |
|