Package mgui.io.domestic.shapes
Class PointSet2DLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.domestic.shapes.InterfaceShapeLoader
mgui.io.domestic.shapes.PointSet2DLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
public class PointSet2DLoader extends InterfaceShapeLoader
Loader class for PointSet2DInt objects.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL, options
-
Constructor Summary
Constructors Constructor Description PointSet2DLoader()
PointSet2DLoader(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
.PointSet2DInt
loadPointSet(ProgressUpdater progress_bar)
protected PointSet2DInt
loadPointSetBlocking(ProgressUpdater progress_bar)
InterfaceShape
loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)
Loads a shape with the givenoptions
.Methods inherited from class mgui.io.domestic.shapes.InterfaceShapeLoader
loadObject
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
-
PointSet2DLoader
public PointSet2DLoader() -
PointSet2DLoader
public PointSet2DLoader(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.
- Overrides:
load
in classInterfaceShapeLoader
progress_bar
- An optional progress updater. Can benull
.- Returns:
-
loadShape
public InterfaceShape loadShape(ShapeInputOptions options, ProgressUpdater progress_bar) throws java.io.IOExceptionDescription copied from class:InterfaceShapeLoader
Loads a shape with the givenoptions
.- Specified by:
loadShape
in classInterfaceShapeLoader
- Returns:
- Throws:
java.io.IOException
-
loadPointSet
- Throws:
java.io.IOException
-
loadPointSetBlocking
protected PointSet2DInt loadPointSetBlocking(ProgressUpdater progress_bar) throws java.io.IOException- Throws:
java.io.IOException
-