|
|||||||||
| 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.ParamVolumeCollectionFactory
public class ParamVolumeCollectionFactory
Volume collection parameter factory.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
inputView, outputView |
| Constructor Summary | |
|---|---|
ParamVolumeCollectionFactory()
Instantiates a new param volume collection factory. |
|
ParamVolumeCollectionFactory(ParamVolumeCollection param)
Instantiates a new param volume collection factory. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ParamInputView |
getInputView()
Get the current input view. |
ParamOutputView |
getOutputView()
Get the current output view. |
ParamVolumeCollection |
getParameter()
Get the parameter. |
void |
importMipavParameter(ParameterTable paramTable)
Import Mipav parameter into this parameter. |
boolean |
loadResources(ParamModel foreignCollection,
javax.swing.ProgressMonitor monitor)
Load Model Image from file specified in foreign 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 |
| 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 ParamVolumeCollectionFactory()
public ParamVolumeCollectionFactory(ParamVolumeCollection param)
param - the param| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ParamFileCollectionFactorypublic ParamInputView getInputView()
ParamFactory
getInputView in class ParamFileCollectionFactorypublic ParamOutputView getOutputView()
ParamFactory
getOutputView in class ParamFileCollectionFactorypublic ParamVolumeCollection getParameter()
ParamFactory
getParameter in class ParamFileCollectionFactory
public void importMipavParameter(ParameterTable paramTable)
throws ParameterException
ParamFactory
importMipavParameter in class ParamFileCollectionFactoryparamTable - the param table
ParameterException - the parameter exception
public boolean loadResources(ParamModel foreignCollection,
javax.swing.ProgressMonitor monitor)
loadResources in class ParamFactoryforeignCollection - foreign collection of parametersmonitor - the monitor
public boolean saveResources(java.io.File dir,
boolean saveSubDirectoryOverride)
saveResources in class ParamFactorydir - save directory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||