public interface ModelLoader extends ModelTask
| Modifier and Type | Method and Description |
|---|---|
default void |
setSource(File f)
Define the source file from which the model will be loaded.
|
void |
setSource(StreamProvider streams)
Define the source from which the model will be loaded.
|
default void |
setSource(String filename)
Define the source from which the model will be loaded.
|
background, cancel, getResult, getStatus, setParameter, setParameters, setParametersvoid setSource(StreamProvider streams)
streams - a ready-to-use StreamProviderdefault void setSource(File f)
f - the source filedefault void setSource(String filename)
filename - the filename of the sourceCopyright © 2012–2020. All rights reserved.