public interface IDrawingBuilder
IDrawing
according to the given settingsModifier 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 resolverIDrawingBuilder
IDrawingBuilder setDrawingInput(IDrawingInput drawingInput)
drawingInput
- the input settingsIDrawingBuilder
for further setups or buildingIDrawingBuilder setImageSource(IImageSource imageSource)
IDrawing
imageSource
- the imageIDrawingBuilder
for further setups or buildingIDrawingBuilder setID(int id)
id
- the ID of the imageIDrawingBuilder
for further setups or buildingCopyright © 2024. All rights reserved.