ucl.physiol.neuroconstruct.project
Class ProjectProperties

java.lang.Object
  extended by ucl.physiol.neuroconstruct.project.ProjectProperties

public class ProjectProperties
extends Object

A class to contain non 3D related project specific settings

Author:
Padraig Gleeson

Constructor Summary
ProjectProperties()
           
 
Method Summary
 String getPreferredSaveFormat()
           
 String getSaveOption()
           
 void setPreferredSaveFormat(String prefSaveFormat)
           
 void setSaveOption(String saveOption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectProperties

public ProjectProperties()
Method Detail

getPreferredSaveFormat

public String getPreferredSaveFormat()

setPreferredSaveFormat

public void setPreferredSaveFormat(String prefSaveFormat)

getSaveOption

public String getSaveOption()

setSaveOption

public void setSaveOption(String saveOption)