public interface IDrawingService
Modifier and Type | Method and Description |
---|---|
IDrawing |
addImage(Consumer<IDrawingInputBuilder> builderConsumer)
Adds drawings.
|
IDrawing |
addImage(IDrawingInput image)
Adds drawings
|
IDrawing addImage(IDrawingInput image) throws IOException
image
- the builder of the image input dataIDrawing
resultIOException
- if the file not foundIDrawing addImage(Consumer<IDrawingInputBuilder> builderConsumer) throws IOException
IDrawingInputBuilder
into which the desired values will be filled in. The builder is instantiated from the IScellApiResolver
so that the user could register his own implementation using custom default data.
This function calls IDrawingInputBuilder.build()
and addImage(IDrawingInput)
with the obtained data resultbuilderConsumer
- the Consumer with a new instance of IDrawingInputBuilder
IDrawing
resultIOException
- if the file not foundCopyright © 2024. All rights reserved.