|
|||||||||
| 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.ParamFileFactory
edu.jhu.ece.iacl.jist.pipeline.factory.ParamVolumeFactory
public class ParamVolumeFactory
Volume Parameter Factory.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
inputView, outputView |
| Constructor Summary | |
|---|---|
ParamVolumeFactory()
Instantiates a new param volume factory. |
|
ParamVolumeFactory(ParamVolume param)
Instantiates a new param volume factory. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ParamInputView |
getInputView()
Get parameter input view. |
ParamOutputView |
getOutputView()
Get parameter output view. |
ParamVolume |
getParameter()
Get factory's parameter. |
boolean |
loadResources(ParamModel foreign,
javax.swing.ProgressMonitor monitor)
Load Model Image from file specified in foreign parameter. |
boolean |
saveResources(java.io.File dir,
boolean overRidesubDirectory)
Save Model Image to specified directory. |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFileFactory |
|---|
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 ParamVolumeFactory()
public ParamVolumeFactory(ParamVolume param)
param - the param| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ParamFactorypublic ParamInputView getInputView()
ParamFileFactory
getInputView in class ParamFileFactorypublic ParamOutputView getOutputView()
ParamFileFactory
getOutputView in class ParamFileFactorypublic ParamVolume getParameter()
ParamFileFactory
getParameter in class ParamFileFactory
public boolean loadResources(ParamModel foreign,
javax.swing.ProgressMonitor monitor)
loadResources in class ParamFactoryforeign - foreign parametersmonitor - the monitor
public boolean saveResources(java.io.File dir,
boolean overRidesubDirectory)
saveResources in class ParamFactorydir - save directory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||