Package mgui.io.domestic.shapes
Class ShapeDataLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.domestic.shapes.ShapeDataLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
- Direct Known Subclasses:
VectorDataLoader
public class ShapeDataLoader extends FileLoader
Loads vertex-wise data from tabular text files into shapes.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields Modifier and Type Field Description protected int
f_pos
protected ShapeDataInputOptions
options
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL
-
Constructor Summary
Constructors Constructor Description ShapeDataLoader()
ShapeDataLoader(java.io.File file)
-
Method Summary
Modifier and Type Method Description protected int
getCurrentLineCount()
javax.swing.Icon
getObjectIcon()
Returns theIcon
associated with this object.protected MguiNumber
getValue(java.lang.String s, ShapeDataInputOptions.Format format)
boolean
load(InterfaceIOOptions options, ProgressUpdater progress_bar)
Loads data from the set of files or URLs specified byoptions
.java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>>
loadData(ProgressUpdater progress_bar)
java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>>
loadData(ShapeDataInputOptions options, ProgressUpdater progress_bar)
java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>>
loadDataBlocking(ShapeDataInputOptions options, ProgressUpdater progress_bar)
java.lang.Object
loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Loads data into an instance of the object corresponding to this loader.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
-
Field Details
-
options
-
f_pos
protected int f_pos
-
-
Constructor Details
-
ShapeDataLoader
public ShapeDataLoader() -
ShapeDataLoader
public ShapeDataLoader(java.io.File file)
-
-
Method Details
-
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:
-
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
-
getCurrentLineCount
protected int getCurrentLineCount() -
loadData
public java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>> loadData(ProgressUpdater progress_bar) -
loadData
public java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>> loadData(ShapeDataInputOptions options, ProgressUpdater progress_bar) -
loadDataBlocking
public java.util.HashMap<java.lang.String,java.util.ArrayList<MguiNumber>> loadDataBlocking(ShapeDataInputOptions options, ProgressUpdater progress_bar) -
getValue
-
getObjectIcon
public javax.swing.Icon getObjectIcon()Description copied from interface:IconObject
Returns theIcon
associated with this object.- Specified by:
getObjectIcon
in interfaceIconObject
- Overrides:
getObjectIcon
in classFileLoader
- Returns:
-