Package mgui.io.domestic.shapes
Class PointSet3DDataLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.domestic.shapes.PointSet3DDataLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
public class PointSet3DDataLoader extends FileLoader
-
Field Summary
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL, options
-
Constructor Summary
Constructors Constructor Description PointSet3DDataLoader()
PointSet3DDataLoader(java.io.File file)
-
Method Summary
Modifier and Type Method Description boolean
load(InterfaceIOOptions options, ProgressUpdater progress_bar)
Loads data from the set of files or URLs specified byoptions
.java.lang.Object
loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Loads data into an instance of the object corresponding to this loader.java.util.ArrayList<java.util.ArrayList<MguiNumber>>
loadValues(ProgressUpdater progress_bar)
protected java.util.ArrayList<java.util.ArrayList<MguiNumber>>
loadValuesBlocking(ProgressUpdater progress_bar)
Methods inherited from class mgui.io.FileLoader
getComplementIOType, getFailureMessage, getFile, getIOType, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getWriterComplement, load, load, loadObject, loadObject, loadObject, setFile, setOptions, setURL, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PointSet3DDataLoader
public PointSet3DDataLoader() -
PointSet3DDataLoader
public PointSet3DDataLoader(java.io.File file)
-
-
Method Details
-
loadObject
public java.lang.Object loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options) throws java.io.IOExceptionDescription copied from class:FileLoader
Loads data into an instance of the object corresponding to this loader. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object. TODO: make generic?- Overrides:
loadObject
in classFileLoader
- Parameters:
progress_bar
- An optional progress updater. Can benull
.options
- Options defining the loading process- Returns:
- Throws:
java.io.IOException
-
load
Description copied from class:FileLoader
Loads data from the set of files or URLs specified byoptions
. Loading is controlled by the specifications ofoptions
. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object.This method should also set the URL reference and writer and loader attributes to match this one and its complement.
- Specified by:
load
in classFileLoader
progress_bar
- An optional progress updater. Can benull
.- Returns:
-
loadValues
public java.util.ArrayList<java.util.ArrayList<MguiNumber>> loadValues(ProgressUpdater progress_bar) throws java.io.IOException- Throws:
java.io.IOException
-
loadValuesBlocking
protected java.util.ArrayList<java.util.ArrayList<MguiNumber>> loadValuesBlocking(ProgressUpdater progress_bar) throws java.io.IOException- Throws:
java.io.IOException
-