| Package | Description |
|---|---|
| org.sejda.model.input | |
| org.sejda.model.parameter.base |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSource<T>
Skeletal implementation for an input source.
|
class |
FileSource
A
File source |
class |
StreamSource
A
InputStream source |
| Modifier and Type | Method and Description |
|---|---|
Source<?> |
ImageMergeInput.getSource() |
| Constructor and Description |
|---|
ImageMergeInput(Source<?> source) |
| Modifier and Type | Method and Description |
|---|---|
List<Source<?>> |
MultipleSourceTaskParameter.getSourceList() |
List<Source<?>> |
MultipleSourceParameters.getSourceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleSourceTaskParameter.addSource(Source<?> input)
adds the input source to the source list.
|
void |
MultipleSourceParameters.addSource(Source<?> input)
adds the input source to the source list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleSourceParameters.addSources(Collection<Source<?>> inputs) |
Copyright © 2021 sejda. All rights reserved.