|
|||||||||
| 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.ParamSurfaceFactory
public class ParamSurfaceFactory
Surface Parameter Factory.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.factory.ParamFactory |
|---|
inputView, outputView |
| Constructor Summary | |
|---|---|
ParamSurfaceFactory(ParamSurface param)
Instantiates a new param surface factory. |
|
| Method Summary | |
|---|---|
ParamInputView |
getInputView()
Get parameter input view. |
ParamOutputView |
getOutputView()
Get parameter output view. |
ParamSurface |
getParameter()
Get factory's 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 overRidesubDirectory)
Save Model Mesh 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, equals, 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 ParamSurfaceFactory(ParamSurface param)
param - the param| Method Detail |
|---|
public ParamInputView getInputView()
ParamFileFactory
getInputView in class ParamFileFactorypublic ParamOutputView getOutputView()
ParamFileFactory
getOutputView in class ParamFileFactorypublic ParamSurface getParameter()
ParamFileFactory
getParameter in class ParamFileFactory
public boolean loadResources(ParamModel foreign,
javax.swing.ProgressMonitor monitor)
ParamFactory
loadResources in class ParamFactoryforeign - foreign parametermonitor - TODO
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 | ||||||||