|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory
edu.jhu.ece.iacl.jist.pipeline.factory.ParamFileCollectionFactory
edu.jhu.ece.iacl.jist.pipeline.factory.ParamSurfaceCollectionFactory
public class ParamSurfaceCollectionFactory
Surface Collection Parameter Factory.
Field Summary |
---|
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
---|
inputView, outputView |
Constructor Summary | |
---|---|
ParamSurfaceCollectionFactory(ParamSurfaceCollection param)
Instantiates a new param surface collection factory. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
ParamInputView |
getInputView()
Get the current input view. |
ParamOutputView |
getOutputView()
Get the current output view. |
ParamSurfaceCollection |
getParameter()
Get the parameter. |
boolean |
loadResources(ParamModel foreign,
javax.swing.ProgressMonitor monitor)
Load external resources specified in foreign parameter into this parameter. |
boolean |
saveResources(java.io.File dir,
boolean saveSubDirectoryOverride)
Save Surfaces to specified directory. |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFileCollectionFactory |
---|
createMipavParameter, importMipavParameter |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
---|
createTreeNode, decodeName, decodeValue, encodeName, encodeValue, fromXML, fromXML, importParameter, isCompatible, read, read, setInputView, setOutputView, toXML, write, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParamSurfaceCollectionFactory(ParamSurfaceCollection param)
param
- the paramMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ParamFileCollectionFactory
public ParamInputView getInputView()
ParamFactory
getInputView
in class ParamFileCollectionFactory
public ParamOutputView getOutputView()
ParamFactory
getOutputView
in class ParamFileCollectionFactory
public ParamSurfaceCollection getParameter()
ParamFactory
getParameter
in class ParamFileCollectionFactory
public boolean loadResources(ParamModel foreign, javax.swing.ProgressMonitor monitor)
ParamFactory
loadResources
in class ParamFactory
foreign
- foreign parametermonitor
- TODO
public boolean saveResources(java.io.File dir, boolean saveSubDirectoryOverride)
saveResources
in class ParamFactory
dir
- save directory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |