public class XMLGeco extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ROOT_TAG |
static String |
ROOT_TAG |
| Constructor and Description |
|---|
XMLGeco() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportGestureConfiguration(File file,
List<String> devices,
boolean[] arr,
boolean min,
String lastProjectPath)
Imports a configuration.
|
static void |
exportProject(Collection<GestureToActionMapping> mappings,
GestureSet gestureSet,
String gestureSetFileName,
File file)
Exports a gesture set.
|
public static final String ROOT_TAG
public static final String CONFIG_ROOT_TAG
public static void exportProject(Collection<GestureToActionMapping> mappings, GestureSet gestureSet, String gestureSetFileName, File file)
set - the gesture set to be exported.file - the XML file.Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.