Package mgui.io.domestic.shapes
Class VectorDataLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.domestic.shapes.ShapeDataLoader
mgui.io.domestic.shapes.VectorDataLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
public class VectorDataLoader extends ShapeDataLoader
-
Field Summary
Fields inherited from class mgui.io.domestic.shapes.ShapeDataLoader
f_pos, options
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL
-
Constructor Summary
Constructors Constructor Description VectorDataLoader()
VectorDataLoader(java.io.File file)
-
Method Summary
Modifier and Type Method Description java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>>
loadDataBlocking(ShapeDataInputOptions options, ProgressUpdater progress_bar)
Methods inherited from class mgui.io.domestic.shapes.ShapeDataLoader
getCurrentLineCount, getObjectIcon, getValue, load, loadData, loadData, loadObject
Methods inherited from class mgui.io.FileLoader
getComplementIOType, getFailureMessage, getFile, getIOType, 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
-
VectorDataLoader
public VectorDataLoader() -
VectorDataLoader
public VectorDataLoader(java.io.File file)
-
-
Method Details
-
loadDataBlocking
public java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>> loadDataBlocking(ShapeDataInputOptions options, ProgressUpdater progress_bar)- Overrides:
loadDataBlocking
in classShapeDataLoader
-