public interface IDrawingBuilder
IDrawing according to the given settings| Modifier and Type | Method and Description |
|---|---|
IDrawing |
build() |
static IDrawingBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
IDrawingBuilder with the given resolver |
IDrawingBuilder |
setDrawingInput(IDrawingInput drawingInput)
Sets the drawing input data
|
IDrawingBuilder |
setID(int id)
Sets the ID of the image
|
IDrawingBuilder |
setImageSource(IImageSource imageSource)
Sets the image for the
IDrawing |
static IDrawingBuilder resolve(IScellApiResolver resolver)
IDrawingBuilder with the given resolverresolver - the given resolverIDrawingBuilderIDrawingBuilder setDrawingInput(IDrawingInput drawingInput)
drawingInput - the input settingsIDrawingBuilder for further setups or buildingIDrawingBuilder setImageSource(IImageSource imageSource)
IDrawingimageSource - the imageIDrawingBuilder for further setups or buildingIDrawingBuilder setID(int id)
id - the ID of the imageIDrawingBuilder for further setups or buildingCopyright © 2025. All rights reserved.