public interface IGradientStopBuilder
IGradientStop according to the given settings| Modifier and Type | Method and Description |
|---|---|
IGradientStop |
build() |
IGradientStopBuilder |
from(IGradientStop source)
Fills in the properties of the future
IGradientStop, which are copied from the source parameter |
IColorBuilder |
getColorBuilder() |
static IGradientStopBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IGradientStopBuilder with the given resolver |
IGradientStopBuilder |
setPosition(Double source)
Set the position of color stop
|
static IGradientStopBuilder resolve(IScellApiResolver resolver)
IGradientStopBuilder with the given resolverresolver - the given resolverIGradientStopBuilderIGradientStop build()
IGradientStopIGradientStopBuilder from(IGradientStop source)
IGradientStop, which are copied from the source parametersource - the IGradientStop for copyingIGradientStopBuilder setPosition(Double source)
source - the positionIColorBuilder getColorBuilder()
IColorBuilder with the values.
Note: if it wasn't set, a new one will be created
Copyright © 2025. All rights reserved.