© 2006-2007 ETH Zurich

org.ximtec.igesture.geco
Class Configuration

java.lang.Object
  extended by org.ximtec.igesture.geco.Configuration

public class Configuration
extends Object

Geco configuration.

Version:
1.0, Jan 2008
Author:
Michele Croci, mcroci@gmail.com

Constructor Summary
Configuration(String file)
           
 
Method Summary
 List<String> getAlgorithms()
          Returns the list of algorithms.
 String getDatabase()
          Returns the filename of the database.
 String getInputDeviceName()
          Returns the selected input device name.
 List<String> getInputDevices()
          Returns all the available input devices.
 boolean getMinimize()
          Returns true if the value of is true, otherwise false;
 String getMostRecentProject()
          Returns the last opened project.
 List<String> getTabs()
          Returns the list of tabs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration(String file)
Method Detail

getDatabase

public String getDatabase()
Returns the filename of the database.

Returns:
the filename of the database.

getAlgorithms

public List<String> getAlgorithms()
Returns the list of algorithms.

Returns:
the list of algorithms.

getTabs

public List<String> getTabs()
Returns the list of tabs.

Returns:
the list of tabs.

getInputDeviceName

public String getInputDeviceName()
Returns the selected input device name.

Returns:
the selected input device name.

getMostRecentProject

public String getMostRecentProject()
Returns the last opened project.

Returns:
path of the last opened project.

getMinimize

public boolean getMinimize()
Returns true if the value of is true, otherwise false;

Returns:
the value of

getInputDevices

public List<String> getInputDevices()
Returns all the available input devices.

Returns:
the input devices.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.